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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/backgroundblue.png);
     }

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	padding: 4px;
	}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

.whitefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	}
.links1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #3061BA;
}
.links1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #3061BA;
	text-decoration: underline;
}

.links1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #3061BA;
}

.linksbigred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: underline;
	color: red;
}
.linksbigred:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: red;
	text-decoration: underline;
}

.linksbigred:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: red;
}
	
#Container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	
	}

#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 750px;
	margin: 0px 0px 0px 0px;
	height: 81px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/banner4D.png);
	} 


	
#maincontent {
	position: absolute;
	top: 82px;
	left: 0px;
	width: 720px;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/background4B.png);
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #3061BA;
    }
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	color: black;
	list-style-type: square;
	font-weight: normal;
	padding-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #3061BA;
    }

.links2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #669900;
	text-decoration: underline;
	}
.links2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #996600;
	text-decoration: underline;
	}

.smalllinks {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	color: #3061BA;
	text-decoration: underline;
	}
	
.smalllinks:hover {
	font-family: Arial, Helvetica,   sans-serif;
	font-style: normal;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #3061BA;
	}

#navcontainer
{
margin: 0 0 0 0;
padding: 0;
height: 30px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
	width: 100px;
	height: 30px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 0;
	margin: 0 0 0 0;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-image: url(images/backgroundblue.png);
}

#navcontainer ul li a:hover
{
color: #3061BA;
background: #ffffff;
border-top: 1px solid #3061BA;
border-left: 1px solid #3061BA;
border-bottom: 1px solid #3061BA;
border-right: 1px solid #3061BA;
font-weight: bold;
}

#navcontainer a:active
{
background: #3061BA;
color: #ffffff;
}

#navcontainer li#active a
{
background: #c60;
border: 1px solid #c60;
color: #fff;
}

