 /*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: #811dab;
	}
.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; 
	}
A:active 
	{
	text-decoration: underline; 
	color: blue; 
	} 
A:hover 
	{
	text-decoration: underline; 
	color: #EEB0BD; 
	font-weight: bold; 
	} 
	
/*Page Layout*/

body
	 {
	margin: 0;
	padding: 0;
	background-image: url(images/flowertile.jpg);
	}
	
#banner
	{
	background-color: #c6c5e7;
	}
	
#banner h1
	{
	margin: 0;
	padding: .5em;
	}
	
 #container
	{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	background-color: #C6C5E7;
	border:2px solid;
	border-right-color:#000
	border-bottom-color:#000
	border-top-color:#959595
	border-left-color:#959595
	}
	
#content
	{
	padding-top: 1em;
	padding-left: 5em;
	padding-right: 5em;
	padding-bottom: 5em;
	border-color: #C6C5E7;
	border: 1px solid;
 	background-color: #f4f6cf;
	margin: 0 2em 0 200px;
	}

/*Left Side Box*/
#nav
	{
	float: left;
	width: 190px;
	margin-left: 0;
	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;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffbb;
	text-align: center;
	border: 3px solid #bfbfff;
	} 