body {
    background: #FFF;			
	margin: 0px 0 20px 0;
	font:12px/14px Verdana,Helvetica, Arial, _sans-serif;
	text-align: center;
	}


a:link {
	color:#00F;
	text-decoration: none;
	}
	
a:visited {
	color: #999;
	text-decoration: none;
	}
	

a:hover, a:active {
	background: #CCF;
	color: #00F;
	text-decoration: none;
	}
	

p {
	line-height: 1.6;
	font-size: 13px;
	}
	
td {
	font-size: 11px;
	}
	
	
	
/* 2)-=-=-=- Structure -=-=-=- */
		
#container {
	width: 924px;
	text-align: left;
	background-color:#FFF;
	margin:0 auto;
	text-align: center;
	}
	
#content {
	padding-bottom: 15px;
	width: 924px;
	text-align: left;
	}	
html>body #content {
	width: 924px;
	}
	
#separate
	{
	clear: both;
	height: 1px;
	}		
	
#header {
	width: 924px;
	height: 200px;
	background:#FFF url(images/header.gif) top center no-repeat;
	}
	
#nav {
	width: 924px;
	height: 74px;
	}	

#homeTable { width: 924px; height: 370px; }

	#homeTable td {
	text-align: left;
	vertical-align: top;
		}
	#homeTable p { 
		margin-left: 37px; 
		line-height: 1.6;
		font-size: 13px;
		}	

#homeAbout {
	width: 180px;
	background:#FFF url(images/home/bg-about.gif) top left no-repeat;
	}	
#homeSections {
	width: 189px;
	background:#FFF url(images/home/bg-sections.gif) top left no-repeat;
	text-align: left;
	}	
#homeAnnounce {
	width: 186px;
	background:#FFF url(images/home/bg-announcements.gif) top left no-repeat;
	text-align: left;
	}	
#homeDir {
	width: 187px;
	background:#FFF url(images/home/bg-directories.gif) top left no-repeat;
	text-align: left;
	}		
#homeContact {
	width: 182px;
	background:#FFF url(images/home/bg-contact.gif) top left no-repeat;
	text-align: left;
	}	
	
#homeMagImage {
	width: 300px;
	height: 181px;
	float: left;
	margin-top: -150px;
	}	
#homeMagImage a:hover, a:active {
	background: #FFF;
	text-decoration: none;
	}
	
	
/* About Us Page */	
#contentAbout {
	width: 350px;
	background:#FFF url(images/titles/title-about.gif) top left no-repeat;
	float: left
	}	
	#contentAbout p { 
		margin-left: 45px; 
		line-height: 1.6;
		font-size: 13px;
		}
	#photosAbout {
		width: 570px;
		float: right
		}		

/* Sections Page */	
#contentSections {
	width: 350px;
	background:#FFF url(images/titles/title-sections.gif) top left no-repeat;
	float: left;
	}	
	#contentSections p { 
		margin-left: 45px; 
		line-height: 1.6;
		font-size: 13px;
		}
	#photosSections {
		width: 300px;
		float: right
		}
	#photosSectionSmall {
		width: 175px;
		float: left;
		margin-top: 250px;
		}	

/* Announcements Page */		
#contentAnnounce {
	width: 350px;
	height: 438px;
	background:#FFF url(images/titles/title-announcements.gif) top left no-repeat;
	float: right;
	margin-right: 260px;
	}	
	#contentAnnounce p { 
		margin-left: 45px; 
		line-height: 1.6;
		font-size: 13px;
		}
	#photosAnnounce {
		width: 300px;
		float: left
		}	

/* Directories Page */		
#contentDirect {
	width: 350px;
	background:#FFF url(images/titles/title-directories.gif) top left no-repeat;
	float: right;
	margin-right: 100px;	
	}	
	#contentDirect p { 
		margin-left: 45px; 
		line-height: 1.6;
		font-size: 13px;
		}
	#contentDirect ul { 
		margin-left: 45px; 
		}	
	#photosDirect {
		width: 400px;
		float: left
		}

/* Contact Page */		
#contentContact {
	width: 200px;
	background:#FFF url(images/titles/title-contact.gif) top left no-repeat;
	float: right;	
	}	
	#contentContact p { 
		margin-left: 45px; 
		line-height: 1.6;
		font-size: 13px;
		}	
	#contentContact p.ftp { 
		margin-left: 45px; 
		line-height: 1.6;
		font-size: 16px;
		font-weight: bold;
		}	
	#photosContact {
		width: 325px;
		float: left
		}
	#contactForm {
		width: 250px;
		float: left;
		margin-top: 100px;
		margin-left: 60px;
		}		

/* Directory Listings Pages */	
#contentListing {
	width: 924px;
	background:#FFF;
	float: left;
	border: thin solid #000066;
	padding: 10px;
	}
#contentListing table {
	width: 924px;
	background:#FFF;
	float: left;
	}
#contentListing td {	
	line-height: 1.6;
	font-size: 13px;
	}

	
/* 5)-=-=-=- Footer -=-=-=- */	
	
#footer {
	height: 67px;
	margin-bottom: 10px;
	background-color: #FFF;	
	padding-top: 10px;
	}

#footer p {
	line-height: 1.4;
	font-size: 0.9em;
	text-align:center;
	color:#000000;
	}
	

/* 6)-=-=-=- Forms -=-=-=- */
	
input {
	border: 1px solid #BFBFBF;
	color: #000;
	background: #fff;
	padding: 2px 5px 1px 5px;
	font-size: 12px;
	}
	
input:hover {
	background: #fff;
	border: 1px solid #00F;
	color: #00F;
	font-size: 12px;
	}
	
textarea {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	border: 1px solid #BFBFBF;
	color: #000;
	padding: 2px 5px 1px 5px;
	}
	
textarea:hover {
	background: #fff;
	border: 1px solid #00F;
	color: #00F;
	}
	
/* 7)-=-=-=- Accessibility -=-=-=- */
	
#skip {
	display: none;
	}
	
hr { /* Simple style when CSS not in use */
	display: none;
	}
	
	
/* Paragraph Module */

#leftFloat {
	float: left;
	padding: 4px;
	margin: 0;
	vertical-align: top;
	display: inline;
		}
		
#rightFloat {
		float: right;
		padding: 4px;
		margin: 0;
		text-align: right;
		vertical-align: top;
		}
		
/* Paragraph Module */	

/* align pictures */
.pictureleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.pictureright {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
	
/* 8)-=-=-=- Hacks -=-=-=- */
	
.clearfix:after { /* float hack used to float content correctly */
    content: "."; 
   	display: block; 
   	height: 0; 
   	clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */	



/* Admin Classes */

#navAdmin { width: 200px; height: 400px; float: left; }

#contentAdmin
	{ width: 670px; float: right; }

.text {
	}

.textital {
	font-style: italic;
	}

.textbold {
	font-weight: bold;
	}

.textsmall {
	font-size: 12px;
	}

.heading {
	font-weight: bold;
	color: #000;
	padding: 5px;
	}
.heading a {
	font-weight: bold;
	color: #000;
	}

.alert {
	color: red;
	font-weight: bold;
	}

.message {
	font-weight: bold;
	}

.formhead {
	font-weight: bold;
	}

.formelem {
	}

.formnote {
	font-size: 12px;
	}

.topmenu_normal {
	}

.topmenu_select {
	font-weight: bold;
	}

.sidemenu_normal {
	}

.sidemenu_select {
	font-weight: bold;
	}

ul.submenu {
	margin:0 0 0 1em;
	padding:0;
	}
.submenu li a {
	text-decoration: none;
	list-style: none;
}

.submenu li a:hover {
	text-decoration: overline underline;
	color: #f00;
}
