body {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(images/bg.jpg);
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 1.3;

	}
	
html, body { /* saves you from the "centering jump" on short pages */
	margin-bottom: 30px;
	margin-top: 30px;
}

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



#holder {
	width: 784px;
	background: url(images/holder_bg.gif) repeat-y;  /*This image creates the three column faux effect */
	text-align: left;
	margin: 0 auto 0 auto;
}



#header {
	height: 62px;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
}


#leftcol {
	width: 358px;
	float: left;
	text-align: right;
	padding-left: 18px;
}
 

#content {
	padding: 60px 15px 0px;
	height: 500px;
	margin-right: 35px;
	margin-left: 390px;
	background: #efe5ca url(images/logo.gif) no-repeat;
}

#contentb {
	padding: 60px 15px 0px;
	margin-right: 35px;
	margin-left: 390px;
	background: #efe5ca url(images/logo.gif) no-repeat;
}

#content p {
	line-height: 130%;
}


#rightcol {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 31px;
	text-align: left;
}



/* footer styles */
#footer {
	height: 61px;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	}
	
#footer2 {
	padding: 5px;
	font-size: 8pt;
	width: 784px;
	text-align: center;
	margin: 0 auto 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
	
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}	

h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #076237;
}