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

a, a:visited {
	color: navy;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	font-size:14px;
	color:maroon;
	font-weight:normal;
	text-decoration:underline;
}
h1 {
	font-size:18px;
	color:navy;
	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:9px;
	color:black;
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
}


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

/*  Navigation  */

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

* html #blueblock{ /*IE 6 only */
w\idth: 223px; /*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 #FFFFFF;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #990000;
border-right: 10px solid #993333;
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 #B87171;
background-color: #944D4D;
color: #fff;
}