body {
	background-color: #0033CC;
	text-align: center;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	}

/* menu styles */
		
a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 100;
	font-size: 12px;
	font-style: normal;
	}
	
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 100;
	font-size: 12px;
	font-style: normal;
	}
	
a:hover {
   text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	}
	
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 100;
	font-size: 12px;
	font-style: normal;
	}
	
/* End of Menu Styles */

/* Normal Styles */

a:link.normal {
	text-decoration: none;
	color: #0000FF;
	font-weight: 100;
	font-size: 12px;
	font-style: normal;
	}
	
a:visited.normal {
	text-decoration: none;
	color: #0000FF;
	font-weight: 100;
	font-size: 12px;
	font-style: normal;
	}
	
a:hover.normal {
   text-decoration: none;
	color: #FF0000;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	}
	
a:active.normal {
	text-decoration: none;
	color: #FF0000;
	font-weight: 100;
	font-size: 12px;
	font-style: normal;
	}

/* End of Normal Styles */


#wrapper {
	background-color: #FFFFFF;
	width: 662px;
	margin-right: auto;
	margin-left: auto;
	height: 100%
	}
	
#header {
	padding: 0;
	margin: 0;
	background-image: url(header.gif);
	width: 662px;
	height: 99px;
	border: 0;
	}

#nav {
	text-align: center;
	padding: 0;
	margin: 0;
	background-image: url(nav.gif);
	width: 662px;
	height: 31px;
	border: 0px;
	}
	
#flourish {
	width: 662px;
	height: 10px;
	margin: 3px 0 1px 0;
	}
	
#main {
	padding: 10px 5px 10px 5px;
	margin: 0;
	width: 503px;
	text-align: left;
	height: 500px;
	vertical-align: text-top;
	}
	
#news {
	background-image: url(news.gif);
	padding: 5px 5px 5px 5px;
	margin: 0;
	width: 159px;
	text-align: left;
	vertical-align: text-top;
	height: 500px;
	}
	
p {
	font-size: 12px;
	font-style: normal;
	font-weight: 100;
	margin: 20px;
	}
	
ul {
   font-size: 12px;
	font-style: normal;
	font-weight: 100;
	}
	
dl {
   background-color: #0033CC;
   color: #FFFFFF;
   font-size: 12px;
   font-style: normal;
   font-weight: bold;
   line-height: 20px;
   }
	
h1, h2, h3, h4, h5, h6 {
   color: #0033CC;
   }
	
#footer {
	padding: 0;
	margin: 0;
	background-image: url(nav.gif);
	width: 662px;
	height: 31px;
	border: 0px;
	}
	
#copyright {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 100;
	}
	
.news {
   margin: 5px;
   }

.calendar {
   font-size: 12px;
   padding: 10px 0px 0px 10px;
   }
   
.cellpad {
   padding: 10px;
   }

