

/* CSS Document */

p, ul, ol, em{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	font-size: 12px;
}

h1, h2, h3, h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-weight: bold;
	color: #0096d9;
	


}


ul, ol{
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 20px;
	margin:0;
	
}


h2{	
	font-size: 22px;
	text-align: right;
	
}

h3{
	font-size: 14px;

}


a:link{
	color: #0096d9;
	text-decoration: underline;
}

a:visited{
	color: #006699;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

#sitewrapper {

padding:0 0 50px 0px;
}

#loadedWrapper {
	clear:both;

	height: 50px;
		width: 965px;
	margin: 0px auto;
	padding-top:20px;
	padding-bottom: 20px;
	
	
}

a#loaded:link, a#loaded:visited{
	clear:both;
	float:right;
	display:block;
	height: 30px;
	width: 80px;
	background: url(images/logo_loaded_white.gif) no-repeat top left;
	text-indent: -999em;
	overflow:hidden;
}

.home a#loaded:link, .home a#loaded:visited{
	clear:both;
	float:right;
	display:block;
	height: 30px;
	width: 80px;
	background: url(images/logo_loaded_gray.gif) no-repeat top left;

}


.white a:link , .white a:visited{
	color:white !important;
}