body {
	margin:0;
	padding: 0;
	background-color:#FFF;
	media:all;
	font-family: Helvetica, Arial, sans-serif;
	}

#container {
	width: 1100px;
	margin:0 auto;
	background-color:#FFF;
	}
		
#content {
	width: 960px;	
	background-color:#FFF;
	margin-left: 70px;
	margin-right: 70px;
	margin:0 auto;
	float:left;
	}	
html>body #content {
	width: 960px;
	}
	




#left
	{ 
	width: 70px;
	height: 700px;
	float: left;
	background-image: url(images/left.gif);
	background-repeat: no-repeat;
	background-position: top;
	}				
#right
	{ 
	width: 70px;
	height: 700px;
	float: right;
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
	background-position: top;
	}		
	
#separate
	{
	clear: both;
	height: 1px;
	}		

/* Header */

#header {
	width: 960px;
	height: 362px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	top: auto;
	position: relative;
	}
	
#headerNav {
	width: 534px;
	height: 362px;
	float: left;
	}
	
#headerPhoto {
	width: 426px;
	height: 362px;
	float: right;
	top: 0px;
	left: 534px;
	position: absolute;
	background-image: url(images/rotate/blank.gif);
	background-repeat: no-repeat;
	background-position: top;
	}	
							
		
/* Content Area */

#contentLeft { 	
	width: 495px;
	float: left;
	padding: 20px;
	}
	
#contentRight { 	
	width: 380px;
	float: right;
	padding: 20px;
	}
		
		


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

#footer {
	width: 960px;
	height: 50px;
	position:relative;
	margin-top: 10px;
	}

#footer p { 
		font-size: 10px; 
		color: #000;
		text-align: center
		}


/* Text Classes */

h1 {
	font-size: 20px;
	color: #003366;
	text-align: left;
	font-weight: bold;
	border-bottom: solid thin #9CF;
	}

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

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


p, td  {
	font-size: 12px;
	color: #000000;
	line-height: 1.3;
	}
	
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: #036;
	text-decoration: none;
	}

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

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

hr { color: #306; }

/* end Text Classes */






/* 6)-=-=-=- Forms -=-=-=- */
	
input {
	border: 1px solid #036;
	color: #000;
	background: #fff;
	padding: 2px 5px 1px 5px;
	font-size: 1em;
	}
	
input:hover {
	background: #fff;
	border: 1px solid #F00;
	color: #000;
	font-size: 1em;
	}
	
textarea {
	font-family: Arial, Verdana, Helvetica;
	font-size: 1.1em;
	border: 1px solid #036;
	color: #000;
	padding: 2px 5px 1px 5px;
	}
	
textarea:hover {
	background: #fff;
	border: 1px solid #F00;
	color: #000;
	}
	
	
/* Calendar Styles */

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

	
	
	
/* 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 */

#adminheader {
	width: 960px;
	height: 207px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	top: auto;
	position: relative;
	background-image: url(images/admin-header.gif);
	background-repeat: no-repeat;
	background-position: top;
	}
	
#adminLeft {
	width: 150px;
	float: left;
	padding: 20px;	
	border-right: solid thin #036;
	}
	
#adminRight { 	
	width: 700px;
	float: right;
	padding: 20px;
	}	


.text {
	}

.textital {
	font-style: italic;
	}

.textbold {
	font-weight: bold;
	}

.textsmall {
	font-size: 12px;
	}

.heading {
	font-size: 12px;
	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;
}



#leftnav {
			margin: 0;
			padding: 0;			
			list-style: square;
			float: left;
			}
#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;
	}

