@charset "utf-8";
/* CSS Document */

body {
	background-color:#001A33;
}

#container {
	margin:auto;
	width:800px;
	height:1000px;
	background-color:#013162;
	border:#666666 outset 2px;
	}
#banner {
	background-image:url(redesign/images/banner03.gif);
	width:800px;
	height:160px;
}

.markermenu{
width: 165px; /*width of menu*/
}

.markermenu ul{
list-style-type: none;
margin:5px 0;
padding: 0;
border: 1px solid #9A9A9A;
}

.markermenu ul li a{
background: white url(images/ball_lt.gif) no-repeat 1px center;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 5px 0;
padding-left:50px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
height:40px;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 110px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover{
color: black;
background:#ffffcb url(images/ball_ro.gif) no-repeat 1px center;
/*
background-image:url(images/ball.gif); /*onMouseover image change. Remove if none*/
}
/* Hack */
* html .markermenu ul li { height: 2%; }
* html .markermenu ul li a { height: 2%; }
/* End */


#content{
width: 800px;
height:810px;
clear:both;
}
#right {
float:right;
width:600px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
font-size:12px;
padding-left:10px;
background-color:#ECF5FF;
height:810px;
clear:right;
}
#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
background-color:#013162;
height:810px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
#footer {
clear:both;
	background-image: url(redesign/images/footer.gif);
	width:800px;
	height:30px;
	}
