﻿body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	color:white;
	background-color: silver;
	font-family: trebuchet ms;
	font-size: 100.01%;
	/*background-position: 50% 0px;*/
	background-position:70% 0px;
}
#box {
	width:760px;/*782*/
	text-align: left;
	padding: 1px;
	float:left;
	background-color :White;
}
a:visited {
	color:#FFFFFF;
}
a:link {
	color:#FFFFFF;
}
a:hover{
	text-decoration:none;
	border-bottom: 1px dashed #ffffff;
}
#title {
	background-color: #02486c;
	width: 760px;
	/*margin: 0px 0px 0px 11px;*/
	padding: 1px;
	border-bottom:2px solid white;
	height: 30px;
}
#title2 {
	background-color: #02486c;
	width: 760px;
	/*margin: 0px 0px 0px 11px;*/
	padding: 1px;
	border-bottom:2px solid white;
	height: 30px;
}

#title h1 {
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 24px;
	text-align: right;
	font-style: oblique;
	font-variant: normal;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}
#title2 h1 {
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 24px;
	text-align: left;
	font-style: oblique;
	font-variant: normal;
	 margin-top: 0px;
	 margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}

#header {
	background-image: url(images/head2.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 200px;
	/*border: solid #999999 1px;*/
	/*margin: 0px 0px 0px 11px;*/
	padding: 1px 1px 1px 0px;
}
#top-nav{
	width:760px;
	/*margin-left:11px;*/
	background-color : #02486C;
	height : 30px;
	font-size: 80%;
	border-top : 2px solid #FFFFFF;
	padding: 0px;
	margin-top: -3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#top-nav ul {
	list-style-type: none;
	padding-top: 6px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#top-nav ul li {
	display: inline;
	margin-right: 40px;
	margin-left: 40px;
}
#top-nav li a{
	color : #FFFFFF;
}
#top-nav li a:hover{
	color : #ffffff;
	text-decoration: none;
}
#main {
	font-family:trebuchet ms, tahoma;
	font-size: .75em;
	color: #808080;
	line-height: 1.7em;
	width:575px;
	padding: 1px 1px 1px 0px;

	border: thin none #FF0000;
	float: left;
	background-color:white;
	width: 560px;/*560*/
}
#main p {
	padding-left: 20px;
	padding-right: 15px;
}
#main h1 {
	/*text-transform:uppercase;*/
	margin:10px 40px 0px 20px;
	color: #990000; 
	text-align:left;
	font-size: 120%;
}
#right-menu {
	width:185px;
	margin:0px 0px 0px 10px;/*580*/
	border: 2px none #FFFFFF;
	padding-left: 4px;
	float: left;
	background-color:#D0DEF6;
}
#right-navlist {
	width: 99.99%;
	font-size: 9pt;
	line-height: 20px;
	margin: 5px 0px 5px 0px;
	padding:0;
	float:right;
	list-style-type: none;
	border: 1px none #BB7D88;
	color: #02486C;
}
#right-navlist a {
	width: 99.99%;
	display: block;
	border-bottom: 1px solid White;
	text-align: left;
	text-decoration: none;
	color: #02486C;
}

#right-navlist a:hover{
	background-color: #bdced8;
}

#right-navlist a#current{
	background-color: #bdced8;
}
#right-navlist a:visited { 
	color: Navy;
}
.sideheader {
	background-color: #02486C;
	color: #FFFFFF;
	font-size:9pt;
	margin-top:10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footer {
	margin-left: 11px;
	padding: 0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	color: #02486C;
}
#footer a:visited {
	color: #02486C;
}
#footer a:link {
	color: #02486C;
}
#footer a:hover {
	border-bottom: 1px dashed #02486C;
}

