body {
	color:#3399CC;
	background:#33CCCC;
	font-family:"Times New Roman", Times, serif;
}
#wrapper{
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
	margin:0;
	background-color:#339999;
}
div#header {
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
	margin:0 auto 0 auto;
	height:126px;
}
#leftnav {
	clear:both;
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
	float:left;
	margin:auto;
	color:#000000;
	background:#FFFFFF;
	width:155px;
	z-index:2000;
}
#topnav {
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
	float:right;
	text-align:right;
	z-index:1995;
}
#main {
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
	clear:right;
	color:#000000;
	background:#FFFFFF;
	margin:0 0 0 156px;
	padding:0 5px 5px 5px;
}
#footer {
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
	clear:both;
	text-align:center;
}		
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#3399CC;
	background:#FFFFFF;
	font-size:24px;
	margin:10px 5px 5px 5px;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background:#3399CC;
	font-size:20px;
	text-align:left;
	margin:5px;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#3399CC;
	background:#FFFFFF;
	font-size:18px;
	text-align:center;
	margin:10px;
}
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	background:#FFFFFF;
	font-size:14px;
	margin:10px 5px 5px 5px;
}
p {
	color:#333333;
	background:#FFFFFF;
	font-size:18px;
	margin: 10px 0 10px 5px;
	text-align:justify;
}
ul, li {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}	
ul li {
	text-align:left;
	margin:10px;
}
ol li {
	text-align:left;
	margin:10px;
}
#white {
	color:#FFFFFF;
	background:inherit;
}
p#centered {
	color:#333333;
	background:#FFFFFF;
	font-size:14px;
	margin: 10px 0 10px 5px;
	text-align:center;
}
a:link {
	color: #3399CC;
	background:inherit;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #3399CC;
	background:inherit;
}
a:hover {
	text-decoration: underline;
	color:#6666FF;
	background:inherit;
}
a:active {
	text-decoration: none;
	color: #6666FF;
	background:inherit;
}

.smallText {
	font-size:10px;
}
.footLinks {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	margin-left:200px;
	color:#FFFFFF;
}
.footLinks a:link {
	color:#FFFFFF;
}
.footLinks a:visited {
	color:#FFFFFF;
}
#imgright {
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
  	float: right;
 	margin: 5px 0px 0px 20px;
}
#imgleft {
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
  	float: left;
  	margin: 0px 20px 0px 0px;
}
#imgcenter {
	margin:0 auto 0 auto;
}
