/* CSS Document */
body{
margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	color: #38230E;}

.header{
	height:250px;
	background-color:#006699;
	border-top: 0px solid #6699CC;
	background-image: url(images/tlo.png);
	
}
.header2{
	height: 0px;
	background-color: #01428B;
	border-top: 0px solid #6699CC;
}

.content_body{
background-color:#F6F1DE;
}
.text
{
	text-align: justify;
	line-height: 150%;
	padding-left: 5px;
}


.content_interior{
width:750px;
margin-left:auto;
margin-right:auto;
}

.header_interior{
margin-left:auto;
margin-right:auto;
width:750px;
margin-top:0px;
margin-bottom: 0px;

}

.header_shadow{
background-image:url(images/hdr_shw.jpg);
background-repeat: repeat-x;
height: 8px;}

.title{
color:#FFFFFF;
font-size:25px;
margin:0px;
padding-top:3px;}

.left_column{
width:190px;
float:left;
margin-top:2px;
clear:both;

}

.navigation{
width:184px;
padding-left:6px;
padding-right:6px;
padding-top:2px;
background-image:none;
}

.navigationbtm{
width:190px;
background-image:none;
background-repeat:no-repeat;
height:8px;
margin-top:-5px;
}


.right_column{
	width: 530px;
	height: auto;
	float: right;
	margin-top: 2px;
	margin-bottom: 25px;
	border-left: solid 1px #E0D0B1;
	padding-left: 8px;
}

.hr{
	width: 100%;
	height:8px;
	background-image:url(images/hr.gif);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	background-repeat: no-repeat;
	background-position:center;
}

a:link, a:visited {
	color: #268CCD;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}


h2 {
	margin: 0;
	color: #006699;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	padding-left:25px;
	background-image:url(images/h2.gif);
	background-repeat:no-repeat;
}

h2 a:link, h2 a:hover, h2 a:visited {
	color: #000;
	text-decoration: none;
}
	
h1 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #004590;
	margin: 0;
}

h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration: none;
	color: #000;
}
	
h4 {
	margin: 0;
	color: #004590;
	font-size: 14px;
	padding-top:5px;
	padding-bottom:5px;
	/*border-top:1px solid #E0D0B1;*/
	border-bottom:1px solid #E0D0B1;
}

h3 {
	margin: 0 0 8px 0;
	color: #006699;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}

h5 {
	margin: 0 0 8px 0;
	color: #006699;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

.markermenu{
list-style-type: none;
margin: 1px 0;
padding: 0;
width:180px;
list-style:none;
background: url(images/tlo.jpg) ;

}

.markermenu li a{
background:url(images/arrow.gif) no-repeat 2px center;
background-position: 5px ;
font-weight:bold;
color: #006699;
display: block;
padding: 5px 0;
padding-left: 30px;
text-decoration: none;
border-bottom: 2px solid #FCF7F3;
list-style-type: none;
list-style:none;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
}

.markermenu li a:visited, .markermenu li a:active{
color: #00014e;
}

.markermenu li a:hover{
color: black;
}

.footer{
background-color:#EFE6CE;
padding-top:25px;
padding-bottom:25px;
background-image:url(images/footer_bg.gif);}

.footer-inner{
width:760px;
margin-left:auto;
margin-right:auto;}

.footer2{
	height: 44px;
	background-color:#006699;
	border-top: 0px solid #6699CC;
	background-image: url(images/tlo2.png);
	color: White;
}

*html .footer-div{
width:150px;
float:left;
margin-right:15px;
margin-left:15px;
}

li{
margin-left:-20px;
list-style-type:square;
color:#006699;}

#menu {
	border-top:1px solid #666666;
	background-image:none;
	/*background-color: White;*/
	/*margin-bottom:50px;*/
	width:200px;
	float:left;
	}
#menu a:link, #menu a:visited {
	width: 185px;
	margin: 0px 0px 0px 0px;
	padding: 4px 3px 4px 12px;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	border-bottom:1px solid #666666;
	display: block;
	font-weight: bold;
}
#menu a:hover {
	background-color:#354A82;
	text-decoration:none;
	color: #FFFFFF;
	}
input
{
	font-size: small;
	margin: 5px;
	margin-left: 2px;
}
