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


p {

	margin:0px;
	padding-bottom: 10px;
	font-size:.85em;
	line-height:135%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}


li {

font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.85em;
	line-height:135%;
	padding-bottom:5px;
	color:#666666;
}

h1, h2, h3 {
	color:#005a84;
	margin:0px;
	padding-bottom: 10px;


}

a {
color:#005a84;	
}

a:hover {
color:#666666;	
}

.subheading {
font-weight:bold;
font-size:1.2em;
color:#005a84;
	
}

.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}


#pageContainer {
	margin: 0px auto;
	width:863px;

	
}


#header {
 width:863px;	
	
}

#logo {
float:left;
width:257px;
}


#navbar {
float:right;
width:606px;
background-image:url(images/bg-header.gif);
padding-top:16px;

}

.blueText {
color:#005a84;
}

.blackText {
color:#000000;
}
