ul{ margin:0px 0px 0px 0px; padding:0px;}
li{margin:0 0 0 15px;}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	background-image:url(../images/pg_bkg.jpg);
	background-repeat:repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	font-size:12px;
}
a:link{
    color:#9A5149;
	}
a:visited{
    color:#9A5149;
	}
a:hover{
    color:#121679;
	}		
a:active{
    color:#121679;
	}	
h1{
    font-size:14px;
	color:#121679;
	margin-top:5px;
	}
h2{    
    font-size:13px;
	color:#121679;
	}
h3{
    margin:0 0 10px 0;
	font-size:14px;
	color:#9A5149;
	}	
.calloutbox{
    float:right; 
	margin-left:10px;
	border:1px solid #5B77CC;
	background-color:#BFD1E5;
	}
.calloutbox h4{
    padding:10px;
    font-size:11px;
	color:#FFFFFF;
	background-color:#5B77CC;
	}	
.calloutbox p{
    font-size:10px;
	line-height:110%;
	padding:0 10px 10px 10px;
	}
.oneColFixCtrHdr #container {
	width: 762px; 
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
	}
.oneColFixCtrHdr #header {
	background: #fff;
	height:79px; 
	padding: 5px 75px 0 20px;
	}
.oneColFixCtrHdr #header h1 {
	margin: 0; 
	padding: 0px 0; 
	font-size:14px;
}
.oneColFixCtrHdr #mainContent {
    padding: 15px 75px 10px 10px; 
	background: #FFFFFF;
	line-height:120%;
	margin:0 0 20px 190px;
}
.oneColFixCtrHdr #footer {
    width:762px;
	margin:0 auto;
    border-top:1px solid #37231F;
    font-size:9px;
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clear{
    clear:both;
	}
.imgleft{ 
    float:left;
	margin:0 20px 10px 0;	
	}