html, body { margin: 0; padding: 0; }

body { 
	text-align: center;
	padding-bottom: 20px; 
	background-color: #FFFFFF;
	}

#container {
margin-left: auto;
margin-right: auto;
width: 804px;
}

#main {
	padding: 20px 20px 0 20px;
	text-align: left;
}		
		
#header_home {
text-align: center;
margin: 0;
height: 287px;
}

#header {
text-align: center;
margin: 0;
height: 322px;
}

#nav {
text-align: left;
height: 55px;
width: 814px;
}

#divider {
	border-top: 1px dashed #508372;
	padding: 20px 0px 0px 0px;
	width: 770px;
	}

		
#sidebar {
width: 190px;
margin-top: 20px;
padding: 0;
float: left;
display: inline; /* floats are handled as block elements, this is to fix 
							   a margin collapsing bug in IE */
}
		
#content {
margin-left: 215px;
padding: 0 50px 20px 20px;
margin-top: 20px;
border-left: 10px solid #BBBBBB;
}
		
#bottom {
	height: 30px;
	padding: 0 20px 20px 20px;
	background: url(/images/bg_footer.gif) no-repeat bottom left;
	clear: left;
}

#footer {
	width: 770px;
	border-top: 1px dashed #999999;
	padding: 20px 20px 40px 20px;
	clear: left;
}

.tuition_border td{
	border-bottom: 1px dashed #508372;
 }

img.what {
	margin: 0px 0px 20px 20px;
	border: 10px solid #FFFFFF;
}

p { 
	font: 10pt/14pt arial; 
	margin-top: -5px;
	color: #666666;
	}

td { 
	font: 10pt/14pt arial; 
	margin-top: -5px;
	color: #666666;
	}
	
h1 { 
	font: bold 16pt arial;
	color: #37853e;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
	}

h2 { 
	font: bold 12pt arial;
	color: #37853e;
	margin-top: 0px;
	margin-bottom: 7px;
	}
		
h3 { 
	font: normal 12pt arial;
	color: #37853e;
	margin-top: 0px;
	margin-bottom: 7px;
	text-align: left;
	font-weight: bold;
	}
	
ol { 
	font: 10pt/12pt arial; 
	color: #666666;
	margin-top: 0px;
	margin-right: 20px;
	text-align: left;
	}

ul { 
	font: 10pt/12pt arial; 
	color: #666666;
	margin-top: 0px;
	margin-right: 20px;
	text-align: left;
	}
	
li {
	padding-right: 10px;
	}

		

#footer p { 
	font: 9pt/12pt arial; 
	color: #999999;
	margin-top: 0px;
	text-align: center;
	}

a:link { 
	text-decoration: none; 
	color: #003399;
	}
a:visited {  
	text-decoration: none; 
	color: #003399;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #003399;
	}

	
	
#footer a:link, #footer a:visited, #footer a:active{  
	font: 9pt/12pt arial; 
	text-decoration: none; 
	color: #999999;
	text-align: center;
	}
	
#footer a:hover  { 
	font: 9pt/12pt arial;
	text-decoration: underline; 
	color: #666666;
	text-align: center;
	}