@charset "utf-8";


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	background-repeat: repeat;
	background-position: center;
	font-size: 14px;
}
.contenttext {
	margin: 5px;
}
.contentheader {
	font-size: 16px;
	margin: 5px;
}

#header {
	background-image: url(../art/fcheader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 205px;
}
#bodyrow {
	background-image: url(../art/fcbodyrow.jpg);
	background-repeat: repeat;
	background-position: center;
}
#footer {
	background-image: url(../art/fcfooter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 134px;
}
#footerrow {
	background-image: url(../art/footerrow.jpg);
	background-repeat: repeat;
	background-position: center;
	height: 500px;
}

.footerlink {color: #663401}
.title {
	font-size: 18px;
	font-weight: bold;
}
.boldgreen {
	color: #002F00;
	font-weight: bold;
	font-size: 16px;
}
.boldwhite {
	color: #FFFFFF;
	font-weight: bold;
}
.XLargeWhite {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}




.titleblock{
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 15px;
	display:block;
	color:#000000;
	text-align: center;
	vertical-align: top;
}
.dropdownmenu {
	background-color: #F0EADD;
	border-top-color: #B09053;
	border-right-color: #B09053;
	border-bottom-color: #796237;
	border-left-color: #796237;
}

a:link {
	color: #00336B;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;	
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}

div.menublock{
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	margin-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	display: block;
}
.menublock a{
	display:block;
	color:#00336B;
	font-weight:bold;
	text-decoration:none;
	font-size: 14px;
	font-style: italic;
	text-align: left;
	width: 100%;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 23px;
}
.menublock a:hover{
	color:#000000;
	text-decoration:none;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.menublock a:visited{
}
.infotable {
	border-width: 3px;
	border-style: ridge;
	border-color: #C0A063;
}
