/* CSS Document */

html,body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}


body {
	font-size: 12px;
	color: #003399;
	font-family: Tahoma, Arial, sans-serif;
	background-color: #fff;
	scrollbar-face-color: green;
	scrollbar-highlight-color: green;
	scrollbar-3dlight-color: #3300ff;
	scrollbar-arrow-color: #ff6666;
	scrollbar-darkshadow-color: #fff;
	text-align: center; /*for IE5 that applies this to the wrapper instead.*/
	
}

a{
	color: green;
	text-decoration: none;
	
}

a:hover{
	background-color: #ffffde;
	border-bottom: 1px solid green;
}
h1{
	font-size: 13px;
	color: green;
	margin-top: 5px;
	margin-bottom: 2px;
	
}
h2{
	font-size: 12px;
	color: green;
	margin-top: 0;
	margin-bottom: 0;
}
h3{
	font-size: 12px;
	color: green;
	margin-top: 5px;
	margin-bottom: 0;

}

p{margin-top: 3px;}
#wrapper{

	width: 974px;
	margin: 0 auto;
	text-align: left;
	border-right: 15px solid green;
	border-left: 15px solid green;
}
#lefthk{font-size: 60%; position: absolute; left: -400px; visibility: hidden;}

#header{
	position: static;
	height: 90px;
	margin: 0 0;
	width: 100%;
	background-color: #D9FFD9;
}


#header h1{
	font-size: 30px;
	color: green;
	margin-top: 2px;
	margin-bottom: 2px;
}
#leftHead{position: static; float: left; margin-left: 20px;}
#leftHead img{float: left; width: 90px;}
#rightHead{position: static; float: right; margin-right: 20px;}
#rightHead h3{font-size: 20px;
	color: green;
	margin-top: 2px;
	margin-bottom: 2px;}
#nav{background-color: #D9FFD9; margin-top: 0px;}
#nav a{
	color: green;
	text-decoration: none;
	
	}



#desc{
	position: static;
	margin-right: 2em;
	margin-left: 2em;
	padding: 2em 5em; 
	border-left: 50px solid #D9FFD9;
	border-bottom: 3px double #D9FFD9;
	border-right: 50px solid #D9FFD9;
}
#desc h2{

	color: #008000;
	font-size: 15px;
}

#desc a{
	color: green;
	text-decoration: none;
}


#desc p{
	font-size: 12px;
	margin: 3px 10px;
}

	

#content{
	position: static; 
	width: 80%;
	margin: 2em auto;
	border: 5em solid #D9FFD9;
}



#contentDesc{position: static; float: left; margin-left: 10px;}
#contentDesc h3{font-size: 2em;}

#contentDesc p{
	font-size: 12px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	}
#contentPix {position: static; float: right; margin-right: 10px;}
#contentPix img{width: 25em;}





#footer{width: 944px; margin: 0px auto; clear: both;}


