/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #660099;
	background-image: url(images/vert_strip.jpg);
	background-repeat: repeat-x;
	line-height: 1.4em;
	text-align: left;
	margin: 0;
	background-color: #E0EFC7;	
}

.purple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	vertical-align: top;
	font-size: 100%;
	line-height: 1.3em;
	color: #660099;
	padding: 10 5 5 5;
	
	
}

.pink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.6em;
	color: #006D98;	
}

.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 100%;
	line-height: 1.6em;
	color: #006D98;
}

.sideBar{
	font-family: Georgia, Times New Roman, Times serif;
	font-size: .8 em;
	font-style: oblique;
	color: #006D98;
	line-height: 1.3 em;
	padding: 0 0 0 10;
	vertical-align: top;
	} 

.nav {
	font-family: Georgia, Times New Roman, Times serif;
	font-size: 1 em;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
	color: #006D98;

}

a:link { 
	color: #660099; 
	text-decoration: underline; 
}
a:visited { 
	color: #660099; 
	text-decoration: underline; 
}
a:hover { 
	color: #006D98; 
	text-decoration: underline; 
} 
a:active { 
	color: #006D98; 
	text-decoration: none; 
}


.footnav { 
	color: #660099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2 em;
	margin-top: 10px; 
	margin-right: 0px;
	margin-bottom: 0px; 
	margin-left: 0px;
	text-align: center  
}

.header {color: #0077A6;
	font-family: Georgia, Times New Roman, Times serif;
	font-weight:lighter;
	text-align: center; 
}
	

h1 {
	color: #0077A6;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 1.1 em;
	text-align: top;	
}

.text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #330066;
	line-height: 1.4em;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #E0EFC7;	
	
}
#outer {
	margin: 0px 0px 0px 0px;
	width: 100%;
	background-image: url(images/vert_strip.jpg);
	background-repeat: repeat-x;
}

#navcontainer {
   width: 400px;
   text-align: center;
   }
#navcontainer ul {
   margin: 0;
   padding: 0;
   /* whitespace: nowrap; sometimes this is suggested to prevent list wrap*/
   }
#navcontainer ul li  {
   margin: 0;
   list-style: none;
   display: inline;
   }
#navcontainer ul li a  {
   color:#660099
   }
   
#navcontainer a {
	font-family: Georgia, Times New Roman, Times serif;
    font-weight: normal;
	color: #660099; 
	font-size: .9 em;
	text-decoration: none;
	border: 0;
	display: block;
   }
   
#navcontainer a:hover {
	font-weight: normal;
	color: #006D98;
	font-size: .9 em;
	text-decoration: none;
	
	}

#wrapper {
	width: 890;
	background-image: url(images/water_mark.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
}


