/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666666;
	text-align: center;
}

p {
margin: 7px 0px 7px 0px;
}

#wrapper {
	width: 770px;
	background-color: #FFFFFF;
	margin: 0px auto;
	text-align: left;

}

#banner {
height: 100px;
background-image: url(../Images/logos/header1.gif);
background-repeat: no-repeat;
padding-bottom:15px;
background-color: #6699FF;
}

#banner ul li{
padding: 5px;
list-style:none;
}

#banner a {
color:white;
text-decoration:none;
list-style:none;
}

.emailContainer{
float:right;
font-size:77%;

}

.homeContainer{
float:right;
font-size:77%;
}

.search{
float:right;
font-size:77%;
}

#Title{
	text-align:center;
	border-top:40px;
	height: 60px;
	font-size: 48px;
	padding: 20px 0 0 0;
	color: #000099;
}





#nav {
	background-color:#6699FF;
	}

#nav, #nav ul{
	margin:0;
	height: 20px;
	list-style:none;
}

#nav a {
	color: white;
	text-decoration: none;
	text-align: center;
	font-size: 80%;
	display: block;
	width:4.8em;
}

#nav li {
	float: left;
	width:4.8em;
	background-color: #6699FF;
}

#nav li ul {
	position:absolute;
	left: -999em;
	width:4.8em;
	text-align: center;
}

#nav ul li a:hover {
	background-color: #0000FF;
	width:4.8em;
	
	}
	

	
#nav li:hover ul, #nav li.sfhover ul{
	left:auto;
	width:4.8em;
}



#leftcol {
	width: 355px;
	background-color: #FFFFFF;
	float: left;
	margin: 40px 10px 10px 10px;

}

#rightcol {
	width: 355px;
	background-color: #FFFFFF;
	float:right;
	margin: 40px 10px 10px 10px;

}

#Singlecol{
margin:40px 15px 15px 15px;

}

#content {
	clear:left;
	font-size: 80%;
	background-color: #00FF99;
	border-top:30px;
	}
	
#content h1 {
	font-size: 130%;
	color: #000099;
	padding: 0;
	margin: 20px;
	border:#00FFFF;
	border-bottom-style: none;
}

#content h2 {
font-size: 110%;
color: #000099;
padding: 0;
margin: 20px;
}

.floatleft{
float: left;
margin: 10px 10px 10px 0;
border: 1px solid #000000;
}

.floatright {
float: right;
margin: 10px 0 10px 10px;
border: 1px solid #000000;
width: 150px;
}

.float_picture {
	float:left;
	margin: 10px;
}

.float_link {
	float:left;
	margin: 10px 10px 10px 10px;
}

.clearit {
clear: both
}

#footer {
	border-top: 1px solid #000000;
	background-color: #6699FF;
	color: #ffffff;
	border-collapse: collapse;
	clear: both;
	font-size: 70%;
	text-align: center;
}

#footer p {
font-size: 50%;
padding: 3px;
}

.container {
width: 99%;
float: right;
background-color: #6633CC;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	padding:10px;
	text-align: center;
	color: #000099;
}
h4 {
	font-size: 16px;
	margin: 10px 0;
	color: #000099;
}

ul.redbullet {
list-style-image: url(../Images/logos/bullet_red_square.gif);
margin-left:50px;
}

ul.bluebullet {
	list-style-image: url(../Images/logos/bullet_blue_square.gif);
	font-weight: bold;
	font-size: 14px;
	text-indent: 40px;
}

ul.bluebulletnorm {
	list-style-image: url(../Images/logos/bullet_blue_square.gif);
	text-indent: 40px;
}

ul.bluebulletonindent {
	list-style-image: url(../Images/logos/bullet_blue_square.gif);
	font-weight: bold;
	font-size: 14px;
	text-indent: 15px;
}