body {font-family: verdana, helvetica, arial, sans-serif;
  
	color: #000;
	background: url(/assets/img/classroom/stylesheet/bg.gif) repeat-x;
	padding: 0px;
	margin: 0px;
  	border: 0px;}

/* redundant selectors to help NS4 not forget */
div, p, th, td, ul, ol, li, dd, dl, dt, a {font-family: Arial, Helvetica, sans-serif;}
html>body table td, html>body table th {font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;}

/* specific tags */	
li {list-style-position:outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;}
/* this fixes gaps around images caused by doctype*/ 

h1	{font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #CC0033}
	
h2	{font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC0033;
	font-size: 18px;
	font-weight: bold;}
	
h3	{font-size: 18px; /* subhead */
					font-family: Georgia, "Times New Roman", Times, serif;
					font-weight: bold;
					color:#FF9900;
					text-transform: uppercase;
					border-bottom: dashed #F90 1px;
										}
h4	{font-size: 14px;
					font-family: Georgia, "Times New Roman", Times, serif;
					font-weight: bold;
					color:#333;
}

h5	{font-size: 12px; /*Loan info pages*/
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-weight: bold;
					color:#000000;
}

h6 {font-size: 12px; /*Loan info pages*/
					font-family: Verdana, Arial, Helvetica, sans-serif;
					color:#000000;
					font-weight: normal;
					font-style: italic;
}

p	{font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;}
	
a	{text-decoration: none;
	color: #36F;}
	
td	{vertical-align: top;}

td p	{margin-top: 0px;
		}

blockquote	{font-family: Arial, Helvetica, sans-serif;
			font-style: italic;
	font-size: 12px;
	color: #333;
	line-height: 18px;}
/*Div to center all content*/

#center	{display:block;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		width: 860px;
		top: 0px;
		clear: both;
		}

/*Float so containing div will expand to include nested divs*/

#all	{float: left;
		display: block;
		background-color: #FFF;
		border: solid #333 1px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 40px;
		width: 840px;
		z-index: 0;}
		
		

#masthead	{
			position: relative;
			top: 0px;
			left: 0px;
			padding:0px;
			float: left;
			background: url(/assets/img/classroom/stylesheet/masthead.gif) no-repeat;
			width: 840px;
			height: 150px;
			margin-bottom: 10px;}
			

#col1		{
	display: block;
	float: left;
	width: 260px;
	height: 410px;
	margin-right: 10px;
	background: url(/assets/img/classroom/stylesheet/paper.png) no-repeat white;
	left: 12px;
	top: 170px;
	border: none;
	background-color: #FFFFFF;
}

#main	{
		display: block;
		float: right;
		width: 550px;
		top: 170px;
		padding-left: 5px;
		padding-right: 10px;}

#col2	{
		position: absolute;
		width: 300px;
		top: 170px;
		left: 280px;
		margin-right: 10px;
	}
		

#col3	{
	position:absolute;
	width: 260px;
	background-color: #0C6;
	height: 300px;
	top: 227px;
	left: 590px;
}
	
/*Navigation links*/	
	
#nav	{margin-top: 50px;
			margin-left: 20px;
			width: 200px;}

#nav a	{font-size: 12px;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #333;
		text-decoration: none;
		font-weight: bold;}

#nav ul	{display: block;
			list-style: none;
			
			border: none;
			
			}

#nav li	{margin-bottom: 4px;}

#nav a:hover	{color: #C00;}

#footer	{margin-bottom: 40px;
margin-left: auto;
		margin-right: auto;
		}

#footer	p	{font-size: 11px;
			text-align: center;
			color: #545454}
			
#footer a	{text-decoration: none;}	

#main img		{
				margin-right: 10px;
				margin-bottom: 10px;}

#float img	{float: left;}



