body {
	margin:0;
	padding: 0;
	background-color:#00F;
	media:all;
	font:11px/1.5em Helvetica, Arial, sans-serif;
	background-image: url(images/bkgnd.gif);
	background-repeat: repeat;
	}

#container {
	width: 876px;
	text-align: left;
	margin:0 auto;
	background-color:#FFF;
	border: #000 solid 10px;	
	}
		
#content {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 876px;
	/*margin-left: 15px;*/
	float:left;
	background-color:#FFF;
	}	
html>body #content {
	width: 876px;
	}
	
	
	

/* Header */
#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000;
	width: 876px;
	height: 167px;
	position:relative;
	}

			
#left
	{ 
	width: 180px;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;	
	}	
	#left h2 {
		font-size: 14px;
		color: #FFF;
		background-color:#000;
		margin-right: 0px;
		padding:5px 0px;
		text-align: center;
		}
	#left ul{
			margin-left:0px;
			}
	#left p{
			margin-left:5px;
			}	
			
#right
	{ 
	width: 200px;
	float: right;
	}					

#nav200
	{
	width: 180px;
	float:left;
	text-align:left;
	background-color: #000;
	padding: 0px;
	}
	#nav200 ul{
				list-style:none;
				font-size: 14px;
				background-color: #000;
				text-align: left;
				text-indent: 20px;
				padding: 15px 0px 15px 0px;
				float: left;
				width: 180px;
				margin: 0px;
				}		
	#nav200 li, #nav200 li a 
				{ 
				display: block;
				font-size: 14px;
				color: #FFF; 
				background-color:#000;
				width: 180px;
				line-height: 1.5;
				}
	#nav200 li a:hover {
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #0000CC;
	width: 180px;
	text-decoration: none;
	line-height: 1.5;
				}

	
							
		
/* Content Area */


/* Content Divs */

#content500
	{
	width: 600px;
	float: right;
	text-align:left;
	margin-right: 20px;
	}
	
#separate
	{
	clear: both;
	height: 1px;
	}	

/* Photo Zoom Popup */

#photoZoomcontainer
	{
	width: 600px;
	text-align: center;	
	background-color:#FFF;	
	margin:0 auto;
	}
#photoZoom
	{
	width: 600px;
	text-align: center;
	background-color:#FFF;
	}
#photoZoomheader {
	background-image: url(images/zoom_header.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 600px;
	height: 73px;
	}
#photoZoomfooter {
	background-image: url(images/zoom_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 600px;
	height: 74px;
	}	


/* 5)-=-=-=- Footer -=-=-=- */	

#footer {
	width: 876px;
	height: 100px;
	position:relative;
	}

#footer p { font-size: 10px; }

#nav_footer {
	width: 750px;
	font-size: 11px;
	color: #000;
	top: 55px;
	position:absolute;	
	}
	#nav_footer td { 
			font-size: 11px;
			color: #000; 
			}	
	#nav_footer td .right { 
			text-align:right;
			}				
	#nav_footer A:link
			{
			font-size: 11px;
			color: #000;
			text-decoration: none;
			}	
	#nav_footer A:hover
			{
			font-size: 11px;
			color: #39C;
			text-decoration: underline;
			}		
	#nav_footer A:visited
			{
			font-size: 11px;
			color: #000;
			}	

.ems 	{
		font-size: 10px;
		color: #000;
		text-align: center
		}


/* Text Classes */


h1 {
	font-size: 20px;
	color: #000;
	background-color: #FC0;
	text-align: center;
	font-weight: bold;
	display: block;
	padding: 4px;
	}

h2 {
	font-size: 16px;
	color: #000000;
	}		

h3 	{
	font-size: 12px;
	color: #000000;
	font-weight: bold
	}	


p, td  {
	font-size: 12px;
	color: #000000;
	}
	
th  {
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	}	
	
p.small, td.small {
	font-size: 10px;
	}
	
.small{
	font-size: 10px;
	}	

A:link {
	color: #00F;
	text-decoration: none;
	}

A:visited {
	color: #666;
	text-decoration: none;
	}

A:hover {
	color: #F00;
	text-decoration: underline;
	}
	
ul, ol { 
	text-align: left;
	font-size: 12px;
	}

hr { color: #306; }

/* end Text Classes */





/* 6)-=-=-=- Forms -=-=-=- */
	
input {
	border: 1px solid #00F;
	color: #000;
	background: #fff;
	padding: 2px 5px 1px 5px;
	font-size: 1em;
	}
	
input:hover {
	background: #fff;
	border: 1px solid #FC0;
	color: #000;
	font-size: 1em;
	}
	
textarea {
	font-family: Arial, Verdana, Helvetica;
	font-size: 1.1em;
	border: 1px solid #00F;
	color: #000;
	padding: 2px 5px 1px 5px;
	}
	
textarea:hover {
	background: #fff;
	border: 1px solid #FC0;
	color: #000;
	}
	
/* 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;
}
	
	
	
	
/* ADMIN CLASSES */

.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;
}


.cal_table {
			height: 600px;
			width: 95%;
			font-family: Arial, sans-serif;
			border-style: none;
			border-width: 3px;
			background-color: #000000;
			border-style: none;
			}

.cal_header {
			color: black;
			font-size: 24px;
			font-family: Arial, sans-serif;
			}

.cal_headlink {
			color: red;
			font-size: 12px;
			font-family: Arial, sans-serif;
			}

.cal_dayhead {
			color: #000000;
			background-color: #CCCC99;
			font-size: 12px;
			text-align: center;
			font-family: Arial, sans-serif;
			}

.cal		{
			background-color: white;
			text-align: left;
			vertical-align: top;
			font-size: 12px;
			font-family: Arial, sans-serif;
			}

.cal_day	{
			background-color: white;
			text-align: left;
			vertical-align: top;
			font-family: Arial, sans-serif;
			font-size: 18px;
			}

.leftnav {
			margin: 0;
			padding: 0;
			padding-top:.25em;
			padding-left: 1em;
			list-style: square;
			border-top: 1px solid #000;
			}
.leftnav li{
			margin: 0;
			padding: 1px;
			}
.leftnav li:hover {
			list-style: circle;
			}
.leftnav a{
			color: #000;
			text-decoration: none;
			}
.leftnav a:hover{
			background: #FF0;
			}
	
	
.pictureleft {
	float: left;
	margin-right: 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 */	




/* RSS Classes */

#feedBurnerFeedBlock
	{
	font-size: 12px;
	color: #000000;
	}
	
#feedBurnerFeedBlock b	{
	font-size: 12px;
	color: #000000;
	font-weight: bold
	}
	
#feedBurnerFeedBlock .date
	{
	font-size: 10px;
	color: #666666;
	}
