@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.80em; 
}

/* -- Main layout header/Footer -- */

table.siteheader{
	width: 790px;
	height:190px;
	margin:0px;
}
	
table.sitefooter{
	width: 801px;
	font-size:.7em;
	margin-top:50px;
}
	table.sitefooter td{
	vertical-align:top;
	padding:0px;
	}
	table.sitefooter a{
		color:#FFFFFF;
	}
	
table.bodyContainer{

}

td.search{
	width: 212px;
	vertical-align:top;
	background-color:#A49D71;
}
td.content{
	vertical-align:top;
}
	
/* -- Popup layout header/Footer -- */

table.bodyContainer_popup{
	width: 90%;
}

table.bodyContainer_popup td.content{
	text-align:left;
}

table.siteheader_popup{
	width: 100%;
	height:50px;
	font-size:.7em;
	margin-bottom:50px;
	background-color:#7F2701;
}
	table.siteheader_popup td{
	text-align:right;
	vertical-align:bottom;
	padding:0 20px 10px 0;
	}
	table.siteheader_popup a{
		color:#FFFFFF;
	}
	
table.sitefooter_popup{
	width: 100%;
	height:50px;
	font-size:.7em;
	margin-top:50px;
	background-color:#7F2701;
}
	table.sitefooter_popup td{
		vertical-align:top;
		padding:0px;
	}
	table.sitefooter_popup a{
		color:#FFFFFF;
	}

/* -- General styles --*/	

ul.longtext li{margin-bottom:1em;}
p.leftIndent, span.leftIndent p{margin-left:40px;}
ul.leftIndent, span.leftIndent ul{margin-left:80px;}
h2.leftIndent, span.leftIndent h2{margin-left:40px;}
h3.leftIndent, span.leftIndent h3{margin-left:40px;}
table.leftIndent {margin-left:40px;}


table.datagrid, table.datagrid th, table.datagrid td{ border:solid 1px #000000;}
table.datagrid{ border-collapse:collapse;}

table.datagrid th, table.datagrid td{ padding: 0 5px 10px 5px;}

table.datagrid th{ background-color: #CDDCED; color: #517088; vertical-align:top;}
table.datagrid td{ background-color: #FCFBF8; color:#517088; vertical-align:top;}



table.searchResults td{
	border-bottom:solid 1px #F8F7F3;

}

h1{
	font-size:1.75em;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif
}



h2{
	color: #666666;
	font-size:1em;
	text-transform:uppercase;	
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 2em;
}
h3{
	color: #3D6769;
	font-size:1em;
	text-transform:uppercase;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: -1em;
}

/* ---------------------------------- */
/*         Links              	      */
/* ---------------------------------- */

a:active, a:link {
	color: #517088;
}
a:visited {
	color: #CB4407;
}
a:hover {
	color: black;
	text-decoration:underline;
}
