@charset "utf-8";
/* CSS Document */
body {
	background-color:#001A33;
}

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

.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*/
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */


#content{
width: 800px;
height:100%;
clear:both;
}

#reg_link {
	font-weight:bold;}

#right {
	float:right;
	width:595px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	padding-left:10px;
	background-color:#ECF5FF;
	height:700px;
	padding-right:5px;
	clear:right;
}
.sub_text {
	font-size: 10px;
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
background-color:#013162;
height:660px;
}

.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;
	}

