/*----- Global -----*/
body{
background-color: #99CCCC;
font-style:normal; font-variant:normal; font-weight:normal; font-size:10pt; font-family:Verdana, Helvetica, san-serif;
} 
a, a:link, a:active, a:visited {
    color: #669999; 
	text-decoration: none;
}
a:hover{   
	color: #66CC66; 
	text-decoration: underline;
	margin:0;
}  
/*----- Top header -----*/
div#top {
	height: 90px;
	background: #FFFFFF;
	overflow:hidden;
	border-top: 2px solid #CCFFFF;
	border-left: 2px solid #CCFFFF;
	border-right: 2px solid #CCFFFF;
	border-bottom: 1px solid #CCFFFF;
}  
div#title{
	padding: 0px;
}
div.spacer {   
    background-color: #FFFFFF;   
    height: 1em;   
}
/*-----  Navigation -----*/
div#navbar {   
    background-color: #ffffff;
	font: Arial;
	color: #6699ff;
	border-left: 2px solid #CCFFFF;
	border-right: 2px solid #CCFFFF;	
}        
/*----- Content -----*/
/* Primary Content */
div#main{   
	background-image: url('../images/background.gif');	
	background-color: #A7D59D;
	background-repeat: no-repeat;
	min-height: 230px;
	border-left: 2px solid #CCFFFF;
	border-right: 2px solid #CCFFFF;	
	border-bottom: 1px solid  #669966;
}
div#main a, a:link, a:hover, a:active, a:visited {
    color: #669999; 
	text-decoration: none;
}
div#main  a:visited {
    color: #CC9999; 
	text-decoration: none;
}
div#main a:hover{   
	text-decoration: underline;
}   
div#main ul {
	font: 1em Verdana, Helvetica, san-serif;
	color: #333333;
	line-height: 1.5em;
	padding: 0px 40px;
	list-style: disc outside;
}
/* Primary */
div#primary h3 {     
	font: 24pt Georgia, Times New Roman, Times, serif;
	color: #CCFFCC;
	padding: 20px 5px 10px 20px;
}   
div#primary h4{      
	font: 14pt Georgia, Times New Roman, Times, serif;
	color: #FFFFFF;
	padding: 10px 15px 10px 20px;
} 
div#sidebar {
	margin-top: 70px;
	margin-right: 30px;
	padding: 5px 15px 15px 15px;
	background-color: #CCFFCC;
}
div#sidebar h4{   
	font: 16pt Georgia, Times New Roman, Times, serif;
	color: #669966; 
	padding: 10px;
	}
div#sidebar p {
	background: #CCFFCC;
	font: .9em Verdana, Arial, Helvetica, san-serif;
	color: #333333;
	padding: 10px 15px 10px 20px;
	line-height: 1.5em;
	border-top: 1px dashed #669966;
}
/*----- Flourishes -----*/
.informationbox {
	background: #FFFFFF;
	padding: 10px;
	min-height: 350px;
	height: 350px;
}
.informationbox p{
	font: .9em Verdana, Helvetica, san-serif;
	color: #333333;
	padding: 0 20px 7px 20px;
	line-height: 1.2em;
}
.informationbox h4{
	font: 1.5em Verdana, Helvetica, san-serif;
	color: #99CCCC;
	padding: 5px;
	border: 1px solid #66cc66;
	margin-bottom: 15px;
	}
.informationbox h5{
	font:  bold 1em Verdana, Helvetica, san-serif;
	color: #99CC99;
	padding-bottom: 10px;
	}	
.separator {
	border-bottom: 1px dotted #66CC66;
	padding: 10px 5px;
	color: #333333;
	margin-bottom: 5px;
}	
.highlightbox  {
	display: block;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px 35px 30px 30px;
	border: 1px solid #669966;
}
.highlightbox p {
	font: 1em Verdana, Helvetica, san-serif;
	color: #333333;
	padding: 5px 15px 10px 20px;
	line-height: 1.5em;
}	
/*----- Footer -----*/
div#footer {
    background-color: #669966;   
	height: 50px;
	border-bottom: 1px solid #CCFFFF;
	border-left: 2px solid #CCFFFF;
	border-right: 2px solid #CCFFFF;
}
div#footer p{
	font: 10pt Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 15px 15px 10px 20px;
}
div#footer a, a:link, a:hover, a:active, a:visited {
    color: #FFFFFF; 
	text-decoration: none;
}
div#footer a:hover{   
	text-decoration: underline;
}  
/*----- Images -----*/
div.icon {   
	margin: 8px 0px;
}
div.icon img{
	float:left;
	padding-right: 15px;
	padding-top: 10px;
	padding=-bottom:10px;
}
div.figure {   
	margin: 30px 0px;
}
div.figure img{
	border: 5px solid #FFFFFF;
	display: block;
}
div.photo {
	margin: 22px;
	font-style: italic;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	}
div.photo img{
	border: 1px solid #333333;
}
div.photo p {

}
