body {font-family: verdana, helvetica, arial, sans-serif;
  
	color: #000;
	background: url(/assets/img/reed/shadows.jpg) fixed top center;
	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: verdana, helvetica, arial, sans-serif;}
html>body table td, html>body table th {font-family: verdana, helvetica, arial, sans-serif;
	font-size: 1em;}

/* specific tags */	
li {list-style-position:outside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;}
/* 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: 14px; /* subhead */
					border-bottom: 1px dotted #B9B598;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-weight: bold;
					color:#FF9900;}
h4	{font-size: 14px;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-weight: bold;
					color:#000000;
}

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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;}

#all	{position: relative;
		z-index: 0;
		width: 800px;
		height: auto;
		top: 0px;
		margin: auto;
}

#masthead	{
			position: relative;
			top: 0px;
			left: 0px;
			padding:0px;
			float: left;
			background: url(/assets/img/masthead2.png) no-repeat;
			width: 800px;
			height: 170px;
}



#side	{
	float: left;
	position: relative;
	top: 430px;
	left: 0px;
	width: 150px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 20px;
		}
html>body #side { /*Non-IE browsers*/
	position: absolute;
	top: 206px;
		}
		
#side p		{font-size: 10px;}

#side a		{text-decoration: none;
			color:#003366;
			font-weight: bold;}

#side a:hover	{color:#FF9933}

#body	{float: right;
		position: relative;
		margin-top: 10px;
		margin-left: 0px;
		margin-right: 20px;
		margin-bottom: 80px;
		width: 565px;
		height: 100%;
		border-left: dotted 2px #999999;
		padding-left: 10px;
		padding-bottom: 20px;
		padding-top: 0px;}
html>body #body { /*Non-IE browsers*/
		margin-bottom: 10px;} 
		
#body a	{color:#003399;
		text-decoration: none;}
		
#body a:hover	{color:#FF9900;}

#body span	{font-size: 10px;}

#bottom		{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 800px;
	height: 70px;
	text-align: center;
	background-color: #2f4c6f;
	padding-top: 3px;
	padding-bottom: 3px;
	overflow: hidden;}
	
html>body #bottom{ /*Non-IE browsers*/
	position: relative;
	float: center;
	}

#bottom p	{color: white;
			font-weight: bold;
			font-size: 10px;}

#bottom span	{font-size:9px;
				color:#999999;
				font-weight: normal;}

table#coop_list tr td{
	padding-left: 50px;
}
/* The following styles are for coop loan information pages */
.coop	{padding: 5px; margin: 0px;

}

#coopimg{float: left;
}

#coop_info{margin: 5px 10px auto;
	width: 525px;
	border-bottom: 2px dashed black;
	padding-bottom: 25px;
}

#loan_info{width: 525px;
	height: 100%;
	margin: 20px 10px auto;
	border-bottom: solid 1px #CCCCCC;
}
#extra{
clear: both;
}

.loan	{padding: 1px; margin: 0px;
}

#loanimg{float: left;
	margin: 5px;
	border: 1px double #666666;
}

p.loan{
	margin: 5px;
}
#back{
	margin: 5px;
}
#back a{
	font-weight: bold;
	font-size: 8pt;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#back a:hover{
	color: #666666;
}

div#links {

background:#224265;
height:30px;
clear: both;
margin-top:0px;
padding-top:5px;
padding-left:31px;
}

div#links a
{
font-family: Arial, Helvetica, Arial, Georgia;
font-size:12px;
font-weight: bold;
color: white;
background: #224265;
padding-left: 15px;
padding-right:11px;
border-right: 2px solid white;
text-decoration:none;
}



