body {
	font-family: Arial, sans-serif;
	font-size:12px;
	color: black;
	padding:0px;
	margin:0px;
	text-align:left;
	background-image:url('background2.jpg');
	
}
p, div, table, tr, td, form, input { 
	font-size:12px;
	margin:0px;
	font-weight:normal;
	text-decoration:none;
}

a, a:visited {
	color: navy;
	text-decoration:none;
}
a:hover {
	color:maroon;
	text-decoration:underline;
}
h1 {
	font-size:18px;
	color:#333333;
	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:none;
}

h3 {
	font-size:10px;
	color:black;
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
}


hr {
	border: none;
	background-color: transparent;
	color: maroon;
	height: 1px;
	width: 100%;
}

img.floatLeft { 
    float: left; 
    margin: 10px; 
}
img.floatRight { 
    float: right; 
    margin: 10px; 
}


/*  Navigation  */

#blueblock{
width: 216px;
border-right: 0px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #993333;
color: #333;
}

* html #blueblock{ /*IE 6 only */
w\idth: 183px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #993333;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #990000;
border-right: 10px solid #CC0000;
background-color: #660000;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #B84D4D;
border-right: 10px solid #DB4D4D;
background-color: #944D4D;
color: #fff;
}