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

body {
	margin: 0px;
	padding: 0;
	background-color: #000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
}
p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0;
	padding: 0px;
}
h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 5px 0;
	padding: 0px;
	font-weight: bold;
}
h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 5px 0 10px 0;
	padding: 0px;
	font-weight: bold;
}
a {
	color: #216893;
	text-decoration: none;
}
a:hover {
	color: #216893;
	text-decoration: underline;
}
table a:hover {
	color: #216893;
	text-decoration: none;
}
img {
	border: none;
}
.right   {
	float: right;
	margin-left: 10px;
}
.left   {
	float: left;
	margin-right: 10px;
}
.rightb   {
	float: right;
	margin-left: 10px;
	border: 1px solid #000;
}
.leftb   {
	float: left;
	margin-right: 10px;
	border: 1px solid #000;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0;
}
#header {
	background-image: url(../_images/header.jpg);
	background-repeat: no-repeat;
	height:262px;
	background-position: center bottom;
	margin: 8px 0 0 0;
}
#header .logo {
	float: left;
	background-image: url(../_images/logo.jpg);
	background-repeat: no-repeat;
	height: 78px;
	width: 255px;
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
#header #logos {
	float: left;
	position: relative;
	top: 41px;
	width: 440px;
	margin-left: 7px;
}
#header #logos p{
	margin-top: 30px;
	font-weight: bold;
	line-height: 52px;
}
#header #access {
	width: 107px;
	float: right;
	margin-right: 38px;
	height: 22px;
	position: relative;
	top: 15px;
	vertical-align: middle;
}
#header #access .high {
	float: right;
	padding-top: 2px;
	background-image: url(../_images/high-contrast.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 27px;
	margin-top:1px;
}
#header #access a, #header #access a:hover  {
	color: #000;
	text-decoration:none;
}
#header #access a .small ,#header #access .small  {
	font-size: 10px;
	margin-right: 5px;
}
#header #access a .basic{
	font-size: 13px;
}
#header #access a .large ,#header #access .large   {
	font-size: 18px;
	margin-left: 5px;
}
#header #access .high span {
	display: none;
}

#menu {
	float: right;
	position: relative;
	top: 100px;
	width: 820px;
}

#menu ul {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li a {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #000;
	margin: 0 12px;
	padding: 0;
	font-weight: bold;
}
#menu ul li a:hover, #menu ul li a:active:link, #menu ul li a.active:active, #menu ul li a.active:visited, #menu ul li a.active:hover {
	color: #216893;
}
#admin {
	background-color: #FFF;
	margin: 20px auto;
	padding: 10px 10px 20px 10px;
	width: 950px;
}
#admin table{
	background-color: #FFF;
	width: 100%;
}
#admin table #colorview {
	width: 10px;
}

#admin table tr th{
	background-color: #336666;
	border: 1px solid #FFF;
}

#admin table tr th p {
	color: #FFF;
	font-weight: bold;
}
#admin table a:hover {
	text-decoration: underline;
}

#content-wrapper {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	height: auto;
	overflow: hidden;
}
#content  {
	margin: 0;
	padding: 10px 10px 0 10px;
	overflow: hidden;
}
#content #col1 {
	width: 710px;
	float: left;
	margin-right: 20px;
}
#content #col1 p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 5px 0;
	padding: 0px;
}
#content #col1 .dateblog {
	color:#216893;
	font-style:italic;
	text-align:right;
}
#content #col1 table h2 {
	margin: 0px;
	padding: 0px;
}
#content #col1 form  {
	width: 355px;
}
#content #col1 form label {
	float: left;
	width: 150px;
}
#content #col1 form .boxes {
	float: left;
	width: 200px;
	margin: 2px 0;
}
#content #col1 form .area {
	width: 200px;
	float: left;
}
#content #col1 form #submit {
	float: right;
}

#content #col2 {
	float: right;
	width: 200px;
	margin: 25px 0 10px 0;
}
#content #col2 a  {
	color: #216893;
	padding-bottom: 0px;
	display:inline-block;
	line-height: 16px;
}
#content #col2 a:hover {
	color: #216893;
	border-bottom: 1px dotted #216893;
	text-decoration: none;
}
#content #col2 .date {
	color:#216893;
	font-style:italic;
	padding-bottom:10px;
}
#content #upper-footer {
	width: 710px;
	margin: 0;
	padding: 0;
}
#content #upper-footer img {
	float: left;
	margin-right: 10px;
}

#content #upper-footer .sponsor-us{
	width: 130px;
	height: 200px;
	background-image: url(../_images/sponsor-us.jpg);
	background-repeat: no-repeat;
	float:left;
	margin-right: 10px;
	background-position: left center;
}
#content #upper-footer .sponsor-us span {
	display:none;
}
#content #upper-footer p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin: 5px 0;
	padding: 0px;
}
#footer {
	background-image: url(../_images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0 10px 10px 10px;
	height: 30px;
	color: #FFF;
	clear: both;
}
#footer p   {
	color: #FFF;
	text-decoration: none;
	float: right;
	position: relative;
	top: 30px;
	text-align: right;
	right: 15px;
	font-size: 11px;
}
#footer a   {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover   {
	text-decoration: underline;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	top: 30px;
	left: 15px;
	width: 100%;
}
#footer ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	display: block;
}
#footer ul li a {
	color: #FFF;
	text-decoration: none;
	margin: 0 1px 0 4px;
	font-size: 11px;
}
#footer ul li a:hover {
	text-decoration: underline;
}