body {
	font-family: "Trebuchet MS", "Lucinda Console", Arial, sans-serif;
	font-size:12px;
	color: black;
	padding:10px;
	margin:0px;
	text-align:left;
	background-image: url(images/mainbackground.jpg);
	
}
p, div, table, tr, td, form, input { 
	font-size:12px;
	margin:0px;
	font-weight:normal;
	text-decoration:none;
}

a, a:visited {
	color: #000033;
	font-weight:normal;
	text-decoration:underline;
}

a:visited {
	color: #000033;
	font-weight:normal;
	text-decoration:underline;
}
a:hover {
	color:#990000;
	font-weight:normal;
	text-decoration:underline;
}

#sidebar p { 
	font-size:12px;
	color: white;
	margin:0px;
	font-weight:normal;
	text-decoration:none;
}

#sidebar a {
	color: white;
	font-weight:normal;
	text-decoration:underline;
}

#sidebar a:visited {
	color: white;
	font-weight:normal;
	text-decoration:underline;
}
#sidebar a:hover {
	color:gold;
	font-weight:normal;
	text-decoration:underline;
}

h1 {
	font-size:18px;
	color:#003366;
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
}
h2 {
	font-size:14px;
	color:maroon;
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-decoration:underline;
}

h3 {
	font-size:16px;
	color:#000033;
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
}

hr {
	border: none;
	background-color: #000033;
	color: #000033;
	height: 1px;
	width: 100%;
}

img.floatLeft { 
    float: left; 
    margin: 10px; 
}
img.floatRight { 
    float: right; 
    margin: 10px; 
}


/*  Navigation  */

.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 199px;
border: 0px solid #9A9A9A;
}

.markermenu li a{
background: #6699CC url(images/arrow-list.gif) no-repeat 2px center;
font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #FFFFFF;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #FFF;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 179px;
}

.markermenu li a:visited, .markermenu li a:active{
color: #FFFFFF;
}

.markermenu li a:hover, .markermenu li .current{
color: white;
background-color: #003366;
background-image:url(images/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}