

* { padding: 0; margin: 0; }

body {
background-color: #990033;
font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}
p {	
	color: #000000;
	font-family: arial,helvetica,sans serif;
	font-size: 12px;
	margin-bottom: 12px;} 

H1 { 
	font-size: 28px; 
	font-weight: bold; 
	color: #990033; 
	margin-bottom: 0em;} 

H2 {	 
	font-size: 20px;
	font-weight: bold; 
	color: #000000; 
	margin-bottom: 0em;} 

H3 { 	 
	font-size: 16px; 
	color: #000000; 
	margin-bottom: 0px;} 
	
H4{
	font-size: 14px;
	color: #000000;
	margin-bottom: 4px;} 

H5{
	font-size: 10px;
	color: #333333;
	padding-top: 0cm;
	line-height: 90%;
	margin-bottom: 1px;} 
	
H6{
	font-size: 9px;
	color: #ffffff;
	margin-bottom: 0px;} 
	

HR

{

height:4px; background:#990033;

}



#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 200px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #990033;
}

#navlist li a { text-decoration: none; }
	
#wrapper { 
 margin: 0 auto;
 width: 900px;
}

#header {
 width: 900px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 232px;
 margin: 0px 0px 0px 0px;
}

#navigation {
 float: left;
 width: 900px;
 color: #333;
 padding: 0px;
 border-bottom: 1px solid #000;
 margin: 0px 0px 0px 0px;
 background: #D5BC96;
}

#leftcolumn { 
 color: #333;
 border-right: 1px solid #000;
 background: #F2F2E6;
 	background-image: url(images/site/nav-bkgd.jpg);
	background-repeat: no repeat;
 margin: 0px 0px 0px 0px;
 padding: 8px;
 height: 472px;
 width: 200px;
 float: left;
}

	
	
#leftmiddle { 
 color: #333;
 border: 1px solid #ccc;
 background: #FFF;
 margin: 0px 0px 0px 0px;
 padding: 8px;
 height: 470px;
 width: 299px;
 float: left;
}

#rightmiddle { 
 color: #333;
 border: 1px solid #ccc;
  background: #F2F2E6;
 	background-image: url(images/home/col3_bkgd.jpg);
	background-repeat: no repeat;
 margin: 0px 0px 0px 0px;
 padding: 8px;
 height: 470px;
 width: 170px;
 float: left;
list-style-image:  url("images/arrow.gif");
list-style-type: arrow;
list-style-position: inside;
}
#rightcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #FFF;
 margin: 0px 0px 0px 0px;
 padding: 8px;
 height: 470px;
 width: 160px;
 float: left;
}
.clear { float: center; width: 1px; /* http://www.positioniseverything.net/explorer/peekaboo.html */ }