@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	color: #4E4E34;
	background: #D7EDF3;
}

#container {
	width: 1024px;
	border: 2px solid #2C7598;
	background: white;
	margin: 0 auto;
}

table {
	width: 100%;
}

table th {
	background-color: #DDDDCC;
	padding: 5px;
}

table th a {
	color: #4E4E34;
}

table td {
	vertical-align: text-top;
}

.table1 {
	border:1px solid #4E4E34;
	border-collapse: collapse;
	margin-top: 20px;
}

.table1 td {
	padding: 5px;
}


.tagline {
	width: 184px;
	font-family: Agency FB;
	font-size: 10px;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

#header {
	width: 1028px;
}

#topnav {
	width: 1024px;
	font-family: #Verdana;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #2C7598;
}

#topnav td {
	text-align: center;
	vertical-align: middle;
	background-color: #B7DDE8;
	padding: 5px;
	border: 1px solid #fff;
}

#topnav td.logo {
	padding: 15px 15px 10px;
	width: 233px;
	background: #fff;	
	border: 1px solid #DDDDCC;
}

#topnav a, #footer a {
	color: #222C4D;
	font-weight: normal;
	text-decoration: none;
}
#topnav a:hover, #footer a:hover {
	color: #1A69B9;
	font-weight: normal;
	text-decoration: none;
}

.sponsor {
	text-align: center;
}

#footer {
	font-size: 11px;
	border-top: 1px solid #2C7598;
	border-bottom: 1px solid #B7DDE8;
	background-color: #B7DDE8;
	padding: 0px 25px 0px 25px;
	margin-top:25px;
	color: #40638E
}

.copyright {
	text-align: center;
	padding: 5px;
}

.copyright a {
	padding: 0px 3px 0px 3px;
}

.ps_links {float: left; width:210px; min-height:150px; border:1px solid #C0C0C0; repeat-x top left; padding-bottom:10px; margin:0 20px 20px 0px;}
.ps_links ul {margin:5px 0px 5px 5px; padding:0px;} 
.ps_links	li {list-style-position: inside; list-style-type: block; padding:3px 0 1px 5px;} 
.ps_links	a:link {color:inherit; } 
.ps_links	h1 {background-color: #003366;color: white;font-size: 14px;height: 25px;margin: 0;padding: 6px 0 0 8px; }