* {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	padding: 0;
}

html {
scrollbar-base-color: #7d9b59;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #ffffff;
/*
scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black; 
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
*/
}

body {
	text-align: center;
	background-color: #000000;
	margin: 0;
}

a {
	color: #c3c3c3;
	text-decoration:none;
}
	
#site {
	margin-top:20px;
	width: 1150px;
	height: 750px;
	position:relative;
	margin-left: auto;
	margin-right:auto;
	background-image:url(../images/site_bg.jpg);
	text-align: left;
	background-repeat: no-repeat;
}
	
.title {
	font-family:"Times New Roman";
	font-size:30px;
	color: #7d9b59;
	position:absolute;
	left: 280px;
	top: 278px;
	width: 815px;
	height:33px;
	text-align: left;
	text-transform: uppercase;
	overflow: hidden;
}
	
.content {
	font-family:"Times New Roman";
	font-size: 14px;
	color: #ffffff;
	position:absolute;
	left: 282px;
	top: 320px;
	width: 813px;
	height: 355px;
	overflow-y: auto;
	text-align: left;
	z-index: 10;
	padding-right: 10px;
}

#announcements {
	font-family:"Times New Roman";
	font-size:17px;
	color: #ffffff;
	position:absolute;
	left: 56px;
	top: 343px;
	width: 196px;
	height:333px;
	text-align: center;
	overflow: hidden;
}

#announcements a {
	font-family:"Times New Roman";
	font-size:17px;
	color: #ffffff;
	text-decoration:none;
}

.announce_td_label {
	font-family:"Times New Roman";
	font-size: 14px;
	color: #ffffff;
	vertical-align: top;
}

#topNav {
	top: 235px;
	left: 33px;
	position: absolute;
	text-align: center;
	height: auto;
	width: 1085px;
}
	
#topNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#topNav li {
	width: 217px;
	min-width: 217px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	display: inline;
}

/* fix for firefox and chrome */
html:not([lang*=""]) #topNav li {
	width: 217px;
	min-width: 217px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	display: inline;
	display: -moz-inline-box;
	display: inline-block;
}

#topNav a {
	color: #c3c6c6;
	text-decoration: none;
	font-family:"Times New Roman";
	font-size: 14px;
	text-transform: uppercase;
	height: 22px;
}

/* fix for firefox and chrome */
html:not([lang*=""]) #topNav a{
	padding-bottom: 3px; 
}

#topNav a.navOn {
	color: #7d9b59;
	text-decoration: none;
	font-family:"Times New Roman";
	font-size: 14px;
	text-transform: uppercase;
}

#topNav a:hover {
	color:#7d9b59;
}
	
#bottomNav {
	top: 7px;
	left: 7px;
	position: absolute;
	text-align: left;
	height: auto;
	width: 390px;
}
	
#bottomNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#bottomNav li {
	width: auto;
	padding-left: 0px;
	padding-right: 25px;
	margin-left: 0px;
	display: inline;
}
	
#bottomNav a {
	color: #7d7d7d;
	text-decoration: none;
	font-family:"Times New Roman";
	font-size: 12px;
}

#bottomNav a.navon {
	color: #c3c6c6;
	text-decoration: none;
	font-family:"Times New Roman";
	font-size: 12px;
}
	
#bottomNav a:hover {
	color:#c3c6c6;
}
