@charset "utf-8";
/* CSS Document */

body
{
width:990px;
margin: 0 auto;
font-size:1.1em;
padding:0;
background : #fff url(images/background.png) repeat-y top center;
}

h1
{
font-family:"Times New Roman", Times, serif;
font-size:1.8em;
border-bottom:  3px solid #660000;

}

h2
{
font-family:"Times New Roman", Times, serif;
font-size:1.4em;
border-bottom: 3px solid #660000;
}

h3
{
font-family:"Times New Roman", Times, serif;
font-size:1.2em;
border-bottom: 3px solid #660000;
}

h4
{
font-family:"Times New Roman", Times, serif;
font-size:1.1em;
border-bottom: 3px solid #660000;
}

h5
{
font-family:"Times New Roman", Times, serif;
font-size:1.0em;
border-bottom: 3px solid #660000;
}

#header
{
margin: 0;
background:url(assets/Photoshop/Headers/Default/Header.png); width:990px; height:200px;
}

.subHeading
{
font-family:"Times New Roman", Times, serif;
font-size:1.3em;
font-weight:650;
color:#660000;
}

dt
{
font: .9em Verdana, Arial, Helvetica, sans-serif;
	  color:#000000;
	  font-weight:bold;
	  padding-left:10px;
}



#PageWrapper
{
margin:0;
}

#ContentWrapper
{
border-left: 2px solid #eee;
float : right; 
margin : 0; 
padding : 7px; 
text-align : left; 
width : 750px;
min-height:750px;
}

#ContentWrapper a
{
text-decoration:none;
font-size:1.1em;
}

#NavWrapper
{
float:left;
width:195px;
padding:10px;
}

#Navigation ul
{
list-style:none;
margin:0 0 20px 0;
padding:0;
font-size:1.1em;
}

#Navigation ul li a
{
display:block;
font-weight:650;
padding:7px 5px;
color: #000;
text-decoration:none;
}

#Navigation ul li a:hover 
{ 
background:#EEEEEE;
color:#770000;
}



.sideLinks
{
list-style : none; 
margin: 10px 0 20px 10px; 
padding: 0; 
font-size: .9em;
}

#Footer
{
clear:both;
border-top: 3px solid #999;
margin: 0 auto;
padding: 7px;
color:#5B5B5B;
text-align:center;
}

#ContentWrapper ul li
{
padding:5px;
}

#ContentWrapper ol li
{
padding:5px;
}


