H1 { font-family: Arial, Helvetica, Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #333399;
	padding: 0px;
	}  

H2 { font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	color: #333399;
	font-weight: bold;
	}

H3 { font-family: Arial, Helvetica, Verdana;
	font-size: 9pt;
	color: #333399;
	font-weight: bold;
	padding: 0px;
	} 

H4 { font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
	color: white;
	font-weight: normal;
	padding: 2px;
	} 

H5 { font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	}

p { font-family: Arial, Helvetica, Verdana;
	font-size: 12pt;
	color: black;
	font-weight: normal;
	}

span {  font-family: Arial, Helvetica, Verdana;
	font-size: 12pt;
	color: #333399;
	font-weight: bold;
	}

ul#mainnav { 
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul#mainnav ul.subnav { list-style: none;
	margin: 0;
	padding: 0;
	border-top: 0;
	padding-left: 1.5em;
	}
	
#Footer { clear: both;
	border-top: 1px solid #333399;
	border-bottom: 1px solid #333399;
	color: black;
	}
	
#Sidebar { float: left;
	left: 40px;
	width: 150px;
	top: 20px;
	border: double #333399;
	padding: 10px;
	}

#Sidebar2 { float: right;
	right: 40px;
	width: 150px;
	top: 20px;
	border: double #333399;
	padding: 10px;
	}
	
#Pages { float: right;
	top: 125px;
	left: 850px;
	padding-right: 100px;
	}
	
ul { list-style-type: disc;
	position: left;
	}
	
#Clear { clear: both;
	}

#wrapper { clear: all;
	}

.Content { position: relative;
	width: auto;
	min-width: 500px;
	margin-left: 175px;
	margin-right: 175px;
	padding: 2px;
	}
	
Body { margin: 0;
	padding: 0;
	}	

