/* CSS Document */
ul {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
	text-decoration: none;
	}
a { 	font-size: 12px;
	font-weight: bold;
	color: #993366;
	text-decoration:none;
	}
a:active { 	font-size: 12px;
	font-weight: bold;
	color: #993366;
	}
a:visited { 	font-size: 12px;
	font-weight: bold;
	color: #993366;
	}
	
body {
background-image:url(images/3881x.jpg);
	}
.style1 {
	color: #000000;
	font-weight: bold;
}
.style2 {
	color: #333333;
	font-weight: bold;
	font-style: italic;
}
.style6 {
	font-size: 9px;
	color: #000000;
}
#container {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	background-color:#ffffff;
	border:#666666 2px outset;

	}
#banner  {
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	background-color:#66CC66;
	width:800px;
	height:120px;
	border-bottom:solid 4px  #003535;
	}
#content_i {
	width:590px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	float:right;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	height:640px;
	}	
#content {
	width:570px;
	border-top:#FFFFFF 2px solid;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	float:right;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	}	
#navigation {
	float:left;
	width:170px;
	height:100%;
	text-decoration: none;
	background-color:#D7F7E1;
	border-right:#006633 1px solid;
	display:block;
	}
/* 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: #D7F7E1 url(images/navbar_flo.gif) no-repeat 1px center;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left:40px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
height:30px;
}


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

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

.markermenu ul li a:hover{
color: black;
background:#ffffcb url(images/navbar_flo.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 */
#footer  {
	color:#FFFFFF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#0E4818;
	clear:both;
	border-top: #000000 2px solid;
	border-bottom:#FFE4CA 2px solid;
	}
	

