/* CSS Document */
body {
	background-color: #819d75;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1D537F;
	font-size: 10pt;	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #ECE9D8;
	
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #483A7E;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:  #eab60d;
}

P  {
	padding-left: 0px;	
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
a {
	color: #1D537F;
	text-decoration: none;
}
a:hover {
	
	text-decoration: underline;
}



/*CONTENT*/

#container {
	width: 780px;
	text-align:left;
	background-color: #ffffff;
	border-left-color: #ABBEA3;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #ABBEA3;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #ABBEA3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}


#heading {
	background-image: url(images/header_bg.gif);	
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #ECE9D8;
	font-weight: bold;
	border-top-color: #ABBEA3;
	border-top-style: solid;
	border-top-width: 1px;
}

#graphic {
	height: 150px;
	background-image: url(images/head2.jpg);		
}



#content {
	padding-right: 5px;
	padding-left: 5px;
		
	
}


.subhead1 {
	width: 400px;
	height: 25px;
	position: relative;
	top: 130px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #6d64b3;
	padding-top: 4px;
	padding-left: 5px;
	padding-bottom: 2px;
	font-weight: bold;
	background-image: url(images/subhead_bg.gif);
	border: 1px dotted #ff0000;
} 

.subhead2 {
	width: 340px;
	height: 25px;
	margin-left: 20px;
	float: left;
	position: relative;
	bottom: 55px;
	background-image: url(images/subhead_bg.gif);
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #6d64b3;
	padding-top: 4px;
	padding-left: 5px;
	padding-bottom: 2px;
	font-weight: bold;
	border: 1px dotted #ff0000;
} 
#left {
	background-color: #F8F8F8;
	width: 70%;
	padding-right: 10px;
	padding-left: 15px;	
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px dotted #ff0000 ; 	
	
}
#rightnav {
	background-color: #ffffff;
	padding-left: 10px;	
}

#footer {
	background-image: url(images/footer_bg.gif);
	height: 40px;
	font-size: 7pt;
	color: #FFFFFF;			
	
}

#form{
	background-color: #FFFFCC;
}


/* =-=-=-=-=-=-=-[Menu Seven]-=-=-=-=-=-=-=- */
	
#menu7 {
	width: 200px;
	border-style: none ;
	border-color: #608FB5;
	border-width: 1px;
	}
	
#menu7 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;
	text-decoration: none;
	}	
	
#menu7 li a:link, #menu7 li a:visited {
	color: #1D537F;
	display: block;
	background: url(images/menu7.gif) repeat-x;
	padding: 10px 0 0 10px;
	}
	
#menu7 li a:hover {
	color: #fff;
	background: url(images/menu7.gif) repeat-x 0 -32px;
	padding: 10px 0 0 10px;
	}
	
#menu7 li a:active {
	color: #fff;
	background: url(images/menu7.gif) repeat-x 0 -64px;
	padding: 10px 0 0 10px;
	}

