@charset "utf-8";

a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.mainnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004080;
	text-decoration: none;
}



a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: underline;
}


body{
	margin: 0px;
	background-color: #eeeeee;
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	width: 950px;
}
#toplogobar {
	height: 76px;
	width: 950px;
	padding: 7px;
}
#picturebar {
	height: 183px;
	width: 950px;
	background-repeat: repeat-x;
	background-position: center;
	background-image: url(images/full_banner.jpg);
}
#navbar {
	background-color: #B3C2C6;
	background-image: url(images/navigation_bar.jpg);
	background-position: left;
	height: 25px;
	width: 950px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
#orangebar {
	background-color: #C7AD00;
	height: 14px;
	width: 100%;
}
.largewhitetextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#contenttable {
	width: 950px;
}
.orangetitles {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 26px;
	font-weight: normal;
	color: #C7AD00;
	text-decoration: none;
}
.greyoutline {
	border: 1px solid #CCCCCC;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #707070;
	text-decoration: none;
}
.subtitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C7AD00;
	text-decoration: none;
}
#rightbutton {
	background-image: url(images/right_box_background.jpg);
	height: 59px;
	width: 190px;
	background-repeat: no-repeat;
}
.rightbuttontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
.sidebuttonsmalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

#footer {
	background-image: url(images/footer_background.jpg);
	height: 88px;
	width: 950px;
	background-position: center;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.largewhitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.leftnavtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}
.leftnavtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C7AD00;
	text-decoration: none;
}
.leftnavunderline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.bodylink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #A5A529;
	text-decoration: underline;
}
.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #797979;
	text-decoration: none;
}
.navdivider {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #eeeeeee;
}
.topnavselected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
}
