@charset "utf-8";

body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: small; 

	background-color: #EEFEFF;

	padding: 10px;

}

h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 24px;

	font-weight: bold;

	color: #00529C;

}

h2 {

	font-size: 18px;

	font-weight: bold;

	color: #00529C;

}

h3 {

	font-size: 14px;

	font-weight: bold;

	color: #3366DD;

	padding-left: 10px;

}

#Container {

	padding: 0px;

	background-color:#FFFFFF;

	border-bottom-color:#00529C;

	border-top-width: 1px;

	border-right-width: 1px;

	border-bottom-width: 1px;

	border-left-width: 1px;

	border-top-style: solid;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-top-color: #00529C;

	border-right-color: #00529C;

	border-left-color: #00529C;

}

#Logo {

	Float:left;

	padding-top: 25px;

	padding-left: 10px;

}

#Top {

	padding-left: 230px;

	padding-top: 4px;

	padding-bottom: 8px;

	background-image: url(../images/right_image.jpg);

	background-repeat: no-repeat;

	background-position: right top;

	border-bottom-color:#00529C;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	

}

#Content  {

	padding-left: 10px;

	padding-right: 10px;

	padding-top: 10px;

	padding-bottom: 10px;

	position: relative;

}

#News	{

	text-align: center;

	background-color: #FFEECC;

	border: 1px solid #00529C;

	position: relative;

	width: 200px;

	float:right;

	padding: 5px;

}

.NewsSection	{

	font-weight: bold;

	color: #00529C;

	padding-bottom: 2px;

	border-bottom-width: 1px;

	border-bottom-style: dashed;

	border-bottom-color: #00529C;

	font-family: Verdana, Arial, Helvetica, sans-serif;







}

#Footer {

	font-size: 10px;

	text-align: center;

	border-top-width: 1px;

	border-right-width: 1px;

	border-bottom-width: 1px;

	border-left-width: 1px;

	border-top-style: solid;

	border-top-color: #00529C;

	padding: 15px;

	color: #666666;

}

#Nav {

	font-weight: normal;

	background-color: #FFEECC;

	padding: 10px;

	font-size: 15px;

	border-bottom: 1px solid #00529C;

	color: #CC9900;

}

#Nav a:link {

	color: #00529C;

	text-decoration: none;

}

#Nav a:visited {

	text-decoration: none;

}

#Nav a:hover {

	color: #0066FF;

	text-decoration: underline;

}

#BC {

	background-color: #EEDDBB;

	padding: 10px;

	font-size: 13px;

	border-right-width: 1px;

	border-bottom-width: 1px;

	border-left-width: 1px;

	border-top-style: none;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-right-color: #00529C;

	border-bottom-color: #00529C;

	border-left-color: #00529C;

}

#BC a:link {

	color: #00529C;

	text-decoration: none;

}

#BC a:visited {

	text-decoration: none;

}

#BC a:hover {

	color: #0066FF;

	text-decoration: underline;

}

#Nav2 {

	background-color: #F6E5C3;

	padding: 10px;

	font-size: 12px;

	font-weight: bold;

	border-bottom: 1px solid #00529C;

	color: #996600;

}

#Nav2 a:link {

	color: #00529C;

	text-decoration: none;

}

#Nav2 a:visited {

	text-decoration: none;

}

#Nav2 a:hover {

	color: #0066FF;

	text-decoration: underline;

}

.back {

	font-size: smaller;

	font-weight: bolder;

	text-align: center;

	font-variant: small-caps;

}

.back a:link {

	color: #00529C;

	text-decoration: none;

	padding: 2px;

	background-color:#EEEEEE;

	border: #666666 1px solid;

}

.back a:visited {

	color: #00529C;

	text-decoration: none;

	padding: 2px;

	background-color:#EEEEEE;

	border: #666666 1px solid;

}

.back a:hover {

	color: #FF6600;

	text-decoration: none;

	padding: 2px;

	background-color:#FFF;

	border: #FF6600 1px solid;

}

.back a:active {

	color: #FF0000;

	text-decoration: none;

	padding: 2px;

	background-color:#FFF;

	border: #FF0000 1px solid;

}

.copyright {
	font-size: smaller;
	color: #666;
}
.highlightTable {
	background-color: #FFC;
	border: 1px solid #F00;
}
