body{
	font-family: "Trebuchet MS";
	color: #38230E;
	background-color: #EEEEF0;
	height: 100%;
	width: 100%;
	font-size: 12px;
	margin: 0px;





}
.header{
	background-color:#00254A;
	border-top: 8px solid #000033;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 190px;




}
.content_body{
	background-color: #EEEEF0;
	width: 100%;
	height: 100%;
}
.content_interior{
	width:100%;
	height: 100%;

}
.header_interior{
	text-align: center;
	margin: 0px;
	padding: 0px;

}
.left_column{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 100px;
	padding-right: 20px;
	margin: 10px;






}
.navigation{
	width:184px;
	padding-left:6px;
	padding-right:6px;
	background-image:url(images/nav_side.jpg);
}
.navigationbtm{
	width:196px;
	background-image:url(images/nav_btm.jpg);
	background-repeat:no-repeat;
	height:10px;
	margin-top:-5px;
}
.right_column{
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 80px;
	padding-left: 20px;
	margin: 10px;
	background-image: url(images/world.png);
	background-repeat: repeat-y;





}
a:link, a:visited {
	color: #336699;
	text-decoration: none;
	}
h1 {
	font-size: 20px;
	letter-spacing: -1px;
	color: #003366;
	margin: 0;

}
h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration: none;
	color: #000;
}
.markermenu{
	padding: 0;
	width:180px;
	font-size: 12px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;





}
.markermenu li a{
background:url(images/arrow.gif) no-repeat 2px center;
font-weight:bold;
color: #003366;
display: block;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
list-style-type: none;
list-style:none;
}
 .markermenu li a:active{
color: #993333;
}
.markermenu li a:visited{
	color: #993333;
	background-image: url(images/arrow_hover.gif);
	background-repeat: no-repeat;
}
.markermenu li a:hover{
	color: #993333;
	background-image: url(images/arrow_hover.gif);
	background-repeat: no-repeat;
}
.footer{
	background-color:#DDDDF0;
	width: 100%;





}
.footer-inner{
	width: 100%;
	text-align: center;
	font-size: 10px;

}
li{
margin-left:-20px;
list-style-type:square;
color:#006699;
}
#popup { height: 500px; width: 750px; position: absolute; left: 50px; top: 50px; border: thick solid #C90; }
