@CHARSET "ISO-8859-1";

* {
	margin: 0; 
	padding: 0; 
	outline: none;
	border:0;
}

body,html {
	background-color:#cccccc;
	font: 10px normal Arial, Helvetica, sans-serif;
}

#header {
	background-color:#666666;
	height:1px;
}

#content {
	width:1000px;
	height:300px;
	margin: 0 auto;	
}

#left {
	width:875px;
	float: left;
	margin-top: 10px;
}

#right {
	width:75px;
	height:300px;
	float: left;
	padding-left:5px; 
	margin-top: 10px;
}

#right_info {
	font-size:16px;
	margin-top:10px;
}

#links_header {
	font-size:16px;
	font-weight:bold; 
	padding-bottom:5px;
}

.links {
	margin-bottom:15px;
}

.links a {
	font-size:12px;
}

.links a:visited {
	color:blue;
}

.thumb_container {
	float: left;
	text-align: center;
	width: 200px;
	height: 200px;
	margin:5px;
	padding:3px;
	border: 1px solid #999999;
	font-size: 1em;
	line-height: 198px;  
}

.thumb_container a {
	display:block;
	width:100%;
	height:100%;
}

.thumb_container a img {
	margin-top: expression(( 200 - this.height ) / 2); 
}

html>body div a img {    /*hidden from IE 5-6 */
	margin-top: 0; /* to clean up, just in case IE later supports valign! */
	vertical-align: middle;
	}

#info {
	margin: 0 auto;
	width: 1000px;
	text-align:right;
	color:white;
	font-size: 1.25em;
	padding-top:7px;
}

#nav {
	height: 30px;
	background-color: #333333;
	/*border-top:1px solid red;	*/
}

#topnav {
	width:1000px;
	margin: 0 auto;
	list-style:none;  
}

#topnav li {
	padding: 0 30px 0 0;
	float:left;
	position:relative;
}

#topnav li a {
	text-decoration: none;
	color: white;
	display:block;
	padding: 7px 5px;
	font-size: 14px;
}

#topnav li a:hover {
	text-decoration:underline;
}

.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 30px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	border: 1px solid #111; 
}

.subnav li {
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;  
}

.subnav li a {
	float: left;
	width: 155px;
	background-color: #333;
	padding-left: 20px;
	font-size: 14px;
	color:white; 
}

.subnav li a:hover {
	 text-decoration:underline;
}

.text_section {
	margin-bottom:20px;
}

.text_head {
	font-size: 24px;
	font-weight: bold;
	margin-bottom:10px;
}

.text_subhead {
	font-size: 20px;
	font-weight: bold;
	margin-bottom:5px;
}

.text_entry {
	font-size: 16px;
	font-weight: normal;
	margin-bottom:2px;
}

.text_entry_1 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom:7px;
}

.text_group {
	margin-bottin:7px;
}

