
body{
	background-color: #FFD976;
	background-image: url(../_img/top_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
}

p {text-align:justify;}

a{
	font-weight: bold;
}
a:hover{
	text-decoration: none;
}
ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 30px; 
}

li
{
	background-image: url(../_img/icon_ul.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-left: 18px;
	font-size: 12px;
	line-height: 2;
}
div.hr {
	height: 10px;
	background-image: url(../_img/hr.gif);
	background-position: center;
	background-repeat: repeat-x;
	width: 375px;
	text-align: center;
	margin: 15px;
}
#header{
	
}

#footer{
	color: #fff;
	text-align: center;
	font-size: 10px;
	background-image: url(../_img/footer.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 804px;
	height: 48px;
}

#footer a{
	color: #fff;
}

#nav{
	background-color: #fff;
	background-image: url(../_img/main_bg.gif);
	background-repeat: repeat-y;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 0;	
}

#main{
	background-color: #fff;
	color: #000;
	background-image: url(../_img/main_bg.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}

#main p{
	font-size: 12px;
	line-height: 1.5;
	margin-right: 15px;
	margin-left: 15px;	
}
#main .quote{
	margin-top: 25px;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}
#main h1{
		font-size: 16px;
margin-left: 10px;
font-weight: bold;
margin-top: 15px;
}
.callout, .callout table{
/*	float: right;*/
	width: 366px;
	background-color: #FEFBF5;
margin-top: 10px;
	display: block;
}

.callout .calloutheader{
	background-image: url(../_img/callout_box_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 25px;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	font-size: 12px;
	width: 366px;	
}

.callout .calloutfooter{
	background-image: url(../_img/callout_box_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 9px;
	width: 366px;	
}

.callout .calloutmain{
	background-image: url(../_img/callout_box_bg.gif);
	background-position: top;
	background-repeat: repeat-y;
/*	width: 366px;*/
	font-size: 12px;
	width: 366px;	
}

.callout ul{
	padding: 15px 0;
	margin-left: 10px; 
}

.cap{
	color: #0A317A;
	float: left;
	font-family: georgia, times;
	font-size: 65px;
	font-weight: normal;
	line-height: 46px;
	padding-top: 5px;
	width: 47px;
}

#pagetitle{
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: -5px;
}

.bio_name{
	font-size: 13px;
	color: #336699;
	font-weight:bold;
	line-height : 150%;
	margin-left: 15px;
}
.bio_title{
	font-size: 11px;
	color: #666666;
	font-style : italic;
	margin-left: 15px;	
}
.bio_text{
	font-size: 11px;
	color: #000000;
	line-height : 175%;
}
.bio_bg{
	border : 1px solid #999999; 
	width: 700px;
	background-color: #fff;
}
.bio_bg a {	
	font-size: 12px;
	font-weight:bold;
	line-height : 125%;
	text-decoration: underline;
}
.bio_bg a:hover{	
	text-decoration: none;
}


/* Listings */
.bgcolorOn {	background-color: #eeeeee;}
.bgcolorOff {	background-color: #ffffff;}
.tdbgcolor {	background-color: #0A317A;  /* <-- This color is for the background of the listings header */} 
.formhead{	background-color: #0A317A;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13pt;	font-weight: bold;	color: #ffffff;}
.label{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10pt;}
.formtext{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10pt;}
.default{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10pt;}
.header{	background-color: #0A317A;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13pt;	font-weight: bold;	color: #ffffff;}

