.invisible {
	border-style:none;
	border-color:#182750;
	scrollbar-3dlight-color:#182750;
	scrollbar-arrow-color:#182750;
	scrollbar-base-color:#182750;
	scrollbar-darkshadow-color:#182750;
	scrollbar-face-color:#182750;
	scrollbar-highlight-color:#182750;
	scrollbar-shadow-color:#182750;
	height: 29px;
	_float: right;
}
body {
	margin: 5px;
	background-color: #000000;
}

p {
	margin-top: 0px;
}

#background {
	width: 955px;
	height: 600px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
}

#header {
	width: 955px;
	height: 79px;
}

#navigation {
	width: 178px;
	float: left;
	height: 245px;
	z-index: 98;
	position: relative;
}

#mainImg {
	width: 777px;
	height: 245px;
	float: right;
	margin-top: 1px;
}

#ruler {
	width: 777px;
	height: 14px;
	float: right;
	margin-top: 1px;
}

#content {
	width: 777px;
	height: 262px;
	float: right;
	z-index: 2;
}

#body {
	padding: 12px;
	_margin: -10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 1;
	overflow: hidden;
}
#body a {
	color: #5d6443;
}
#navImg {
	width: 178px;
	height: 250px;
	clear: left;
	_top: 329px;
	_position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
}
#navImg a {
	color: #5d6433;
	}

#footer {
	background-color: #000000;
	width: 935px;
	margin: 10px auto;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#logo {
	position: relative;
	top: 15px;
	left: 20px;
	float: left;
}

#crescent {
	position: relative;
	top: 15px;
	right: 10px;
	text-align: right;
	height: 60px;
}

/* Menu CSS */

#menu {
	width: 166px;
	background-color: #DDD5BB;
	border: solid #3F3F36 1px;
	margin-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	z-index: 99;
}

#menu a {
	display: block;
	text-decoration: none;
	padding: 4px 0px 4px 20px;
	font-family: Garamond;
	font-size: 14px;
	font-weight: bold;
	color: #3F3F36;
	width: 146px;
}

#menu a:hover {
	background-image: url(images/arrow.gif);
	background-color: #3F3F36;
	color: #FFFFFF;
	background-position: right;
	background-repeat: no-repeat;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li { /* Moves sub navigation out */
	position: relative;
}

#menu ul ul { /* Hides sub navigation options */
	position: absolute;
	top: 0px; /* Lines up top of sub nav with top of nav */
	left: 100%;
	width: 100%;
}

div#menu ul ul { /* Hides sub nav */
	display: none;
}

div#menu ul li:hover ul { /* Background of sub nav */
	display: block;
	width: 166px;
	background-color: #DDD5BB;
	border: solid #3F3F36 1px;
}

/*Added later*/
#newsbar{
	float:right;
	width:175px;
	height:290px;
	padding-bottom:10px;
	margin:0px 15px 0px 10px;
	background-color:transparent;
	border-left: 1px solid #5d6443;

}
#newbar_news{
	padding:3px;
}
.partitle
{
		font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
