body {
margin:0; padding:0;
font:100% "Geneva", Geneva, Arial, Helvetica, Verdana, sans-serif;
height:100%;
color:#000;
border-top: 20px solid #232668;
text-align: center;

}
#logo { 
	padding: 10px; 
	text-align:center; 
	}

#text { 
	padding: 25px; 
	text-align:center;
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#navbox {
	float: left;
	padding: 20px;
	margin-top: 40px;
	margin-left: 40px;
	background: #fff;
	border: 0px solid #ccc;
	width: 250px; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 220px;
	}
html>body #content {
	width: 220px; 
	/* ie5win fudge ends */
	}



#content {
	float: left;
	text-align: left;
	width: 600px; 
	padding: 10px;
	margin: 20px; 	
	background: #fff;
	border: 0px solid #ccc; 
	/* part 2 of 2 centering hack */
	width: 600px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 570px;
	}
html>body #content {
	width: 570px; /* ie5win fudge ends */
	}

hr {
color: #ccc;
height: 1px;
}


.footer {
font-size:0.8em;
color:#999;
border-top: 1px solid #ccc;
}

.nav {

border-bottom: 1px solid #ccc;
padding-top: 15px;
padding-left: 10px;
height: 50px;
text-align: left;
color: #232668;
font:1.2em "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}

.nav a {
text-decoration: none;
color: #232668;
}
.nav a:hover {
text-decoration: none;
color: #2B77AF;
}

.navbullet {
margin-right: 10px;
align: center;
}


h1 {
color: #232668;
font-weight: bold;
font:1.0em "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
margin-top:1.5em;
}

h2 {
color: orange;
font:normal 1.1em "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
margin-top:1.3em;
}


ul li {
padding-left:0px;
padding-top:0px;
list-style:circle;

}

p, td, li, blockquote, dl, pre {
line-height:145%;
font-size:0.7em;
}

li p, blockquote p {
font-size:1em;
}




