body {

	font-family: georgia, palatino,"times new roman", serif;
	text-align: center;
	color: #333333; 
	background-color: white;
 	padding: 0px 0px 0px 0px;
	margin: 5px 0px 50px 0px;
}

H1 {
	color: #003300;
	font-style: normal;
	font-weight: normal;
	font-size: 34px;
	padding: 0px  3px  0px  3px;
	border-top: 0px dashed #000066; 
}

H2 {
	color: #330000;
	font-style: regular:
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding: 0px  3px  0px  3px;
	border-top: 0px dashed #000066; 
	border-bottom: 0px dashed #000066;
}

H3 {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000066;
	font-style: regular;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding: 0px  3px  0px  3px;
	border-top: 0px dashed #330000; 
	border-bottom: 0px dashed #330000; 
}



P {

	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	margin: 5px 5px 5px 5px;
	padding: 4px 4px 4px 4px;
	border-top: 0px dashed #000066; 
	border-bottom: 0px dashed #000066;

}

.line {
	block: inline;
}




IMG {
	Border: 0px dashed #000066;
	margin: 5px 5px 5px 5px;
	padding: 1px 1px 1px 1px;
}

IMG.left {
	float: left;
	margin: 5px 35px 15px 5px;
	padding: 4px 4px 4px 4px;			
}

IMG.right {
	float: right;
	margin: 5px 5px 15px 35px;
	padding: 4px 4px 4px 4px;

}



SPAN {
	font-family: georgia, palatino,"times new roman", serif;
	color: #003300;
	font-weight: bold; 
	font-size: 14px;
}

A {
	color: #330000;
	font-weight: bold; 
	font-size: 13px;
	text-decoration: none;
	display:block;
	padding: 0px 0px 10px 0px;
}

A:hover {
	color: #7F0000;


}
.right {
	text-align: right;

}


.left {
	text-align: left;

}


#Content {

	width: 800px; 
	height: 600px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	border: #333333 0px solid; 
	margin: 0px auto; 
}

#Footer {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #003300;
	font-weight: bold; 
	font-style: regular; 
	font-size: 13px;
	clear: both;
	Border-top: 2px solid #003300;
}


#navsite {

 	width: 100%; 
 	padding: 0px 0px 0px 0px;  
 	margin: 2px 0px 10px 0px; 
	color: #003300;
	Border-top: 2px solid #003300;
	Border-bottom: 2px solid #003300;
}


#navsite ul {

	padding: 3px  3px  0px  3px;  
	margin: 0px 0px 10px 0px; 
}

#navsite ul li 	{

	list-style: none;
	margin: 0; 
	display: inline;
}

#navsite ul li a {

	padding: 10px 30px 3px 30px; 
	margin-left: 0px;
	color: #003300; 
	text-decoration: none;
	font-style: regular;
	display: inline;
}

#navsite ul li a:hover {

	color: #330000;
	font-weight: bold;
}

#navsite ul li a#current {

	color: #330000;
	font-weight: bold;

}