/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #003366;
	text-align: justify;
	color: #333333;
}

h1 {
	font-size: 18px;
	line-height: 24px;
	color: #003366;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	margin-bottom: 5px;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
a:active {
	color: #003366;
	text-decoration: underline;
}

.center {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#topnav {
	text-align: right;
	color: #FFFFFF;
	width: 815px;
}
#topnav a {
	color: #FFFFFF;
	text-decoration: underline;
}
#topnav a:hover {
	color: #99CCFF;
	text-decoration: underline;
}

#wrapper {
	background-color: #FFFFFF;
	padding: 15px;
	
}

#header {
	width: 780px;
	}

#navcontainer {
	float: left;
	width: 191px;
	height:100%;
	margin-top: 15px;
}
#navcontainer img {
	margin-top: 25px;
	border-top: solid #003366 1px;
}

#navlist
{
	padding: 1px;
	margin-left: 0;
	color: gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#contact {
	background-color: #CCCCCC;
	padding: 5px;
	text-align: right;
	margin-top: 50px;
}
#navlist ul {
	margin: 0px;
	padding: 0px;
}

#navlist li
{
	list-style: none;
	margin: 0px;
	text-align: right;
	padding: 0;
}

#navlist li a
{
	display: block;
	height:15px;
	padding: 3px 5px 3px 0;
	margin: 0px;
	text-decoration: none;
}

#navlist li a:link {
	color: #003366;
	font-weight: bold;
}

#navlist li a:visited { 
	color: #006; 
	font-weight: bold;
}

#navlist li a:hover
{
font-weight:bold;
color: #FFFFFF;
background: #004080;
}

#bunchatext {
	width: 540px;
	float: left;
	background-color: #FFFFFF;
	margin-bottom: 25px;
	margin-top: 15px;
	border-left: 1px #004080 dashed;
	padding-left: 20px;
}
#bunchatext img {
/*	float: right;
	padding-left: 10px;*/
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#footer {
	background-image: url(images/footer.gif);
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	width: 760px;
	text-size: 10px;
	font-size: 9px;
	background-repeat: repeat-x;
	clear: left;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #99CCFF;
	text-decoration: underline;
}

#legal {
	font-size: 9px;
	color: #CCCCCC;
	line-height: 10px;
	margin-top: 10px;
	clear: left;
}
#legal img {
	float: left;
	margin-right: 10px;
}
#rightcol {
	width: 200px;
	float: right;
	margin-left: 10px;
}
#featured {
	color: #333333;
	background-color: #CCCCCC;
	height: 300px;
	
}
#featured h2 {
	font-size: 14px;
	padding: 10px;
}
.home {
	text-align: right;
	padding-right: 20px;
	}
