body
{
	margin:15px;
	background:#002746;
	font-family: arial, Geneva, sans-serif;
	font-size:75%;
}
#container
{
	/*position:absolute;
	
	left:50%;
	margin-left:-485px;*/
	text-align:left;
	background:#09121b;
	max-width:970px;
	border:solid 1px black;
	
	}
#header
{
	background: url(../images/header.gif) no-repeat;
	height:100px;
	}
#close
{
	float:right;
	cursor:pointer;
	}
#title
{
	Color:#8ca7c3;
	font-size:30px;
	position:relative;
	top:72px;
	float:right;
	margin-right:-18px;
	}
#menu
{
	background:#21435F;
	color:White;
	padding-left:27px;
	font-size:0.9em;
	}
#menu a
{
	color:White;
	text-decoration:none;
	
	}
	
#footer
{
	background:#21435F;
	color:White;
	font-size:0.9em;
	text-align:right;
	padding:2px 5px 3px;
	}
#footer a
{
	color:gray;
	}
#content
{
	background:#e5e0b9;
	padding:10px;
	}
	

h1 {
	color: #863A28;
	font-family: arial, Geneva, sans-serif;
	font-weight: 100;
	font-size: 18px;
	margin-top: 26px;
}

h2 {
	color: #08111A;
	font-weight: bold;
	font-size: 11px;
	padding-bottom : 4px;
	border-bottom : 1px solid #08111A;
	margin-top: 36px;
	margin-bottom: 6px;
}

h3
{
	color: #8ca7c3;
	font-size:13px;
	}

h4 {
	color: gray;
	font-weight: bold;
	font-size: 11px;
	padding-bottom : 4px;
	border-bottom : 1px solid gray;
	margin-top: 12px;
	margin-bottom: 6px;
}

p, ul, ol, li, td  {
	color: #002746;
	font-family: "Trebuchet MS", arial, Geneva, sans-serif;
	font-size: 12px;
	line-height:18px;
}

p
{
	padding:0 10px 0 10px;
	}

a {
	color: #863A28;
}
	
a:active {
	color: #863A28;
	text-decoration: none;
}

a:hover {
	color: #863A28;
	text-decoration: none;
}

.tdl
{ 
	text-align:right;
	color:#002746;
	}
.button
{
	border:solid 1px #002746;
	color:White;
	background:#244968;
	padding-left:20px;
	padding-right:20px;
	font-size:0.8em;
	}
.txtb
{
	background:#D0CCAE;
}

.txtbf
{
	background:white;
	}

.noborder
{
	border:solid 1px gray;
	border-width:0px 0px 1px 0px;
	/*margin-left:20%;*/
	}
.noborder tr
{
	border:0px;
	}
.noborder td
{
	border:0px;
	}
.pager
{
	color:Gray;
	}
.pager a
{
	color:gray;
	}
.nodisplay
{
	display:none;
	}
.blacklink
{
	color:black;
	text-decoration:none;
	}
.td_label_nowidth
{
	font-style:italic;
	}
.td_label
{
	font-style:italic;
	width:180px;
	}
.td_label img
{	
	float:right;
	top:-2px;
	position:relative;
	}
.td_content
{
	vertical-align:top;
	}
.td_title
{
	font-style:italic;
	padding-top:10px;
	border-bottom:solid 1px black;
	width:200px;
	}
.td_subtitle1
{
	width:180px;
	background:#CFCAA2;
	padding-top:7px; 
	padding-left:5px;
	font-style:italic;
	border-bottom:solid 1px gray;
	}
.td_subcontent1
{
	width:220px;
	background:#CFCAA2;
	padding-top:2px; 
	padding-bottom:1px; 
	padding-left:15px;
	}
	
.td_subtitle2
{
	width:180px;
	background:#D3CEA6;
	padding-top:7px; 
	padding-left:5px;
	font-style:italic;
	border-bottom:solid 1px gray;
	}
.td_subcontent2
{
	width:220px;
	background:#D3CEA6;
	padding-top:2px; 
	padding-bottom:1px; 
	padding-left:15px;
	}
	
.td_subtitle3
{
	width:180px;
	background:#DAD5AE;
	padding-top:7px; 
	padding-left:5px;
	font-style:italic;
	border-bottom:solid 1px gray;
	}
.td_subcontent3
{
	width:220px;
	background:#DAD5AE;
	padding-top:2px; 
	padding-bottom:1px; 
	padding-left:15px;
	}
	
.clearall
{
	clear:both;
	}