 /*Text Styles*/ 
p, li, ol, ul, table, tr, th, td
	{ 
	font-size: 1em; 
	line-height: normal; 
	font-family: Arial, Helvetica, sans-serif; ; 
	font-weight: normal;
	}  

 .h1 
 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 36px; 
	font-weight: bold; 
	font-variant: small-caps; 
	color: #DB4D94
	}
.h2 
	{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 24px;
	font-variant: small-caps;
	font-weight: bolder; 
	color: #a3a4d4;
	}
.h3
     {
	font-size:18px;  
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	color: #DB4D94;
     }
	 
.comment 
	{
	font-size:.8em; 
	color: black; 
	font-family: Arial, Helvetica, sans-serif;
	}
	
.adwarn 
	{
	font-size:.8em; 
	color: #FFFFBB; 
	}
	
/*Main Content Link Styles*/
A:link 
	{
	text-decoration: underline; 
	color: blue;
	}
A:visited 
	{
	text-decoration: none; 
	color: #FF00FF; 
	font-family: Arial, Helvetica, sans-serif; 
	}
A:active 
	{
	text-decoration: underline; 
	color: blue; 
	} 
A:hover 
	{
	text-decoration: underline; 
	color: #EEB0BD; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	} 
	
/*Page Layout*/

body
	 {
	margin: 0;
	padding: 0;
	background-color: #E8A3AC;
	}
	
#banner
	{
	background-color: #BFBFFF;
	border-bottom: 3px solid #FFFFBB;
	}
	
#banner h1
	{
	margin-top: 5px;
	padding: .5em;
	}
	
 #container
	{
	margin-right: 10%;
	margin-left:  10%;
	border: 1px solid #BFBFFF;
	max-width: 1000px;
	}
	
#content
	{
	padding-top: 1em;
	padding: 1em;
 	background-color: #FFFFBB;
	margin: 0 2px 0 200px;
	}

/*Left Side Box*/
#nav
	{
	float: left;
	width: 160px;
	background-color: #BFBFFF;
	margin-left: 0px;
	padding-top: 1em;
	padding-bottom: 5em;
	}
#nav p
	{
	margin-top: 0;
	}	
#nav h2 
	{			
/*hides visual rendering of h2 used for screen readers*/
    position: absolute;
    left: -999px;
    width: 990px;
	}

/*Left Side Menu Elements*/
div#menu 
	{
    height: auto;
    width: 132px;
	}	
div#menu ul
	 {
    margin-left: 0;
    padding-left: 0;
	}
div#menu li 
	{
    height: 27px;
    width: 132px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    line-height: 200%;
    list-style-type: none;
	text-align:center;
    background-position:center;
	background-image: url(images/navbtn.gif);
    background-repeat: no-repeat;
	}
div#menu li a 
	{
    display: block;
    width: 100%;
    height: 100%;
	text-align:center;
    text-decoration: none;
	}
div#menu li a:link 
	{
    color: blue;
	}
div#menu li a:visited 
	{
    color: #900;
	}
div#menu li a:hover 
	{
    font-weight: bold;
    color: #cc0099;
	background-image: url(images/navbtn2.gif);
	}
div#menu li a:active 
	{
    font-weight: bold;
    color: #cc0099;
    background-image: url(images/navbtn2.gif);
	}
	
/*Bottom of page*/
#footer 
	{ 
	clear: both;
	background-color: #ffffbb;
	text-align: center;
	border: 3px solid #bfbfff;
	} 