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

#container {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	background-color:#FFF;
	/* border-right: #000 solid 5px;	
	border-left: #000 solid 5px; */	
	}
html>body #container {
	width: 900px;
	}	
		
#content {
	width: 880px;
	float: left;
	background-color:#FFF;
	padding: 10px;
	}	

	

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

#nav_top 	{	
	height: 56px;
	width: 900px;
	color: #000;
	text-align:left;
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	position:relative;
		}		
	#nav_top ul{
				list-style:none;
				width:900px;
				float:left;
				margin-top: 20px;
				margin-left:5px;
				}	
	#nav_top li { 
				display:inline; 
				margin-right:16px;
				padding: 5px;
				font-size: 13px;
				}
	#nav_top a:link, #nav_top a:visited {
				font-weight:bold;
				text-decoration:none; 
				font-size: 13px;
				font-weight:bold;
				color: #000;				
				}	
	#nav_top a:hover {
				background-color:#69F;
				text-decoration:none; 
				font-size: 13px;
				font-weight:bold;
				color: #FFF;
				}	

	
							
		
/* Content Area */


/* Content Divs */

#contentLeft
	{
	width: 500px;
	float: left;
	text-align:left;
	}
	
#contentRight
	{
	width: 300px;
	float: right;
	text-align:left;
	}	
	
#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;
	padding-top: 10px;
	}

#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: #006;
	text-align: left;
	font-weight: bold;
	border-bottom: solid thin #9CF;
	}

h2 {
	font-size: 16px;
	color: #006;
	text-align: left;
	font-weight: bold;
	border-bottom: solid thin #9CF;
	}
	
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;
}
	
	
	
	
	
/* 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 */	
