/*Page Layout*/

body
	 {
	margin: 0;
	padding: 0;
	background-color: #660066;
	}
#banner
	{
	background-color: #f2a2bb;
	border: 1px solid #d0d2f2;
	}
#banner header
	{
	margin-top: 5px;
	padding: .5em;
	}
#container
	{
	margin: 1em 5%;
	}
#content
	{
	padding-top: 1em;
	padding: 1em;
 	background-color: #d0d2f2;
	margin: 0 2em 0 200px;
	border: 3px solid #d0d2f2;
	}
#footer 
	{ 
	clear: both;
	background-color: #f2a2bb;
	text-align: center;
	} 

/*Left Side Box*/
#nav
	{
	float: left;
	width: 160px;
	background-color: #f2a2bb;
	border: 1px solid #d0d2f2;
	margin-left: 0px;
	padding-top: 1em;
	padding-bottom: 5em;
	}
#nav p
	{
	margin-top: 0;
	}	
	
/*hides visual rendering of h2 used for screen readers*/
#nav h2 
	{			
    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/navbtn2.gif);
    background-repeat: no-repeat;
	}
div#menu li a 
	{
	display: block;
    width: 100%;
    height: 100%;
	text-align:center;
    text-decoration: none;
	font-weight:bold;
	}
div#menu li a:link 
	{
    color: #000000;
	}
div#menu li a:visited 
	{
    color: #900;
	}
div#menu li a:hover 
	{
    font-weight: bold;
	text-decoration:underline;
    color: #0000ff;
	background-image: url(images/navbtn.gif);
	}
div#menu li a:active 
	{
    font-weight: bold;
    color: #cc0099;
    background-image: url(images/navbtn.gif);
	}
	
/*in Footer hides Yahoo ad warning to screen readers*/

#adwarn 
	{
	font-size:.8em; 
	position: absolute;
    left: -999px;
    width: 990px;
	}
	
/*Text Styles*/ 
.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: #723861;
	}
	 
.h3
     {
	font-size:18px;  
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	color: #DB4D94;
     }
.text 
     {
	font-size:1em; 
	color: black; 
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:square;
	}
	
.comment 
	{
	font-size:.8em; 
	color: black; 
	font-family: Arial, Helvetica, sans-serif;
	}
.footer
{
	color:#6d365e;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em; 
}
	
/*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: #FFCC99; 
	font-family: Arial, Helvetica, sans-serif;
	} 
A:hover 
	{
	text-decoration:underline;
    color: #0000ff;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	} 