body {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#F0EBE6;
	margin:0px;
	padding:0px;
}

p{
	margin-top:0px;
	padding-top:0px;
}

h1 	{  
		font-size: 16px; 
		color: #006EB9;
		font-weight:bold;
		text-decoration: none; 
		margin-top: 0px;
		padding-top: 0px;
		}
		
		
h2 	{  
		font-size: 15px; 
		color: #006EB9;
		font-weight:bold;
		text-decoration: none; 
		margin: 0px;
		}
		
		
h3 	{  
		font-size: 14px; 
		color: #006EB9;
		font-weight:normal;
		text-decoration: none; 
		margin: 0px;
		}
		
		
h4 	{  
		font-size: 13px; 
		color: #006EB9;
		font-weight:bold;
		text-decoration: none; 
		margin: 0px;
		}
		
h5 	{  
		font-size: 13px; 
		color: #006EB9;
		font-weight:normal;
		text-decoration: none; 
		margin: 0px;
		}

a:link
	{
		color:#006EB9;
		text-decoration:none;
	}

a:visited
	{
		color:#006EB9;
		text-decoration:none;
	}

a:hover
	{
		color:#006EB9;
		text-decoration:none;
	}
	
	
#align_layer{
	width: 775px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

#main_layer{
	width:775px;
	margin:0px;
	padding:0px;
	float:left;
}

#header_layer{
	width:507px;
	height:151px;
	float:left;
}
#flash_layer{
	width:268px;
	height:151px;
	float:right;
}

#pnav_layer{
	width:775px;
	height:28px;
	float:left;
}

#snav_layer{
	width:116px;
	margin-left:18px;
	margin-top:27px;
	float:left;
}

.snav_item{
	width:116px;
	padding-bottom:7px;
	padding-right:0px;
	border-bottom:1px solid #522521;
	margin-bottom:10px;
}

.snav_item a:link{
	font-size:13px;
	color: #522521;
	text-decoration:none;
	font-weight:bold;
}

.snav_item a:visited{
	font-size:13px;
	color: #522521;
	text-decoration:none;
	font-weight:bold;
}

.snav_heading{
	width:116px;
	padding-bottom:7px;
	padding-right:0px;
	border-bottom:1px solid #006EB9;
	margin-bottom:10px;
}

.snav_heading a:link{
	font-size:13px;
	color: #006EB9;
	text-decoration:none;
	font-weight:bold;
}

.snav_heading a:visited{
	font-size:13px;
	color: #006EB9;
	text-decoration:none;
	font-weight:bold;
}
#content_layer{
	width:775px;
	float:left;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
}

#text_layer{
	width:412px;
	float:left;
	padding-left:32px;
	padding-top:23px;
	padding-bottom:32px;
	padding-right:43px;
	margin:0px;
}

#internal_text_layer{
	width:598px;
	float:right;
	padding-left:16px;
	padding-top:18px;
	padding-bottom:27px;
	padding-right:27px;
	margin:0px;
}

#internal_image_layer{
	width:250px;
	float:right;
	text-align:right;
	margin-left:27px;
	margin-bottom:27px;
}

#right_column_layer{
	width:269px;
	margin-top:16px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:16px;
	padding-right:16px;
	float:right;
}

#e_newsletter_layer{
	width:271px;
	height:102px;
	margin-bottom:16px;
	float:left;
}

#latest_news_layer{
	width:231px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:36px;
	padding-top:51px;
	margin:0px;
	float:left;
	background-color:#D56537;
	background-image:url(../images/latest_news_heading.gif);
	background-repeat:no-repeat;
	font-size:11px;
	color:#FFFFFF;
	}
	
#latest_news_layer a:link{
	color:#FFFFFF;
}

#latest_news_layer a:visited{
	color:#FFFFFF;
}

.date_text{
	color:#D4CCBF;
	font-weight:bold;
}

#footer_layer{
	height:28px;
	width:775px;
	background-color:#B5AC9F;
	float:left;
	text-align:right;
}
/* ---------------------- Begin Menu lists ------------------ */
.description ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a, .description li {
	font-weight: bold;
	color: #000;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	width: 80px;
	font-weight: normal;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 5px;
	background-color:#3A3937;
	/*
	width: 110px;
	color: #36A7E9;
	padding: 0.2em 10px;*/
}

#nav li li a:hover {
	width: 80px;
	padding: 5px;
	color: #3A3937;
	background: #88836C;
	/*
	width: 110px;
	color: #36E0EF;
	padding: 0.2em 5px;
	border: 5px solid #36A7E9;
	border-width: 0 5px;*/
}

.description li {
	float: left;
	position: relative;
	padding: 0 0px 0 0;
	text-align: left;
	cursor: pointer;
	border-width: 1px 0;
}

.description li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -10;
	width: 130px;
	font-weight: normal;
	background: url(images/dropdown.gif) bottom left no-repeat;
	padding: 0;
	/*
	width: 130px;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #000;*/
}

.description li>ul {
	top: auto;
	left: auto;
}

.description li li {
	width: 90px;
	display: block;
	float: none;
	color:#88836C;
	font-weight:bold;
	background-color: #3A3937;
	border: 0;
}

.description li:hover ul, li.over ul {
	display: block;
}

.description li ul ul{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
}

.description li ul ul ul{
	top:0;
	left:100%;
}	

.table {
width: 100%;
margin-bottom: 20px;
max-width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
}
	
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
padding: 15px 8px;
line-height: 1.428571429;
vertical-align: top;
border-top: 1px solid #ddd;
}