body {
	background:#252728 url(images/bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px; 
	text-align: center; /* Used for centering pages in IE */
}
p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	color:#103420; 
}
/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li {
	font-size: .8em;
	line-height: 1.2ems;
		color:#103420; 

}
h1 {
	margin-top:25px;
	font-size:1.4em;
	color:#103420; 
		border-bottom: 1px solid #103420;
		display:none;
	}
h2 {
	font-size: bold .9ems;
	}
	
	h6{font-size:13px;
	margin-bottom:-10px;}
	


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 975px;
	height:100%;
	margin: 0px auto;


}




/* ----------------- content ----------------- */

#topper{
	width:100%;
	height:69px;
	background:transparent url(images/topper.jpg) no-repeat;

}

div#content {
width:100%;
height:100%;
background:transparent url(images/content-bg.jpg) repeat-y;


}

div#content2 {
width:100%;
height:100%;
background-color:#FF3399;
}







/* ----------------- Header ----------------- */

div#header {
	height:255px;
	width:100%;	
	background:transparent url(images/header.jpg) no-repeat;
}

/* ----- flash ---- */

div#flash {
	
}
object{

}

/* ----------------- SideBar ----------------- */

div#sidebar {
	height:100%;
	width:200px;
	margin:auto;
	padding:0px;
	float:right;
	position:relative;
	right:30px;
	padding:25px 5px;

}


div#sidebar address strong {
	text-transform:uppercase;
	font-size:9px;
}


div#sidebar  p{
/*color:#FFFFFF;*/
	font-size:10px;
}

div#sidebar a{text-decoration:underline;}
div#sidebar a:hover{text-decoration:none;}


/* ---- NAVIGATION --------- */
div#nav {
	width: 100%;
	position:relative;
	height:42px;
	background:transparent url(images/nav-bg.jpg) no-repeat;
	margin:0;
	padding:0;

	}
	
	ul#mainnav {
	width: 91%;
	list-style-type: none;
	margin: 0px auto;
	padding:0;
	}
	ul#mainnav li {
	list-style: none;
	display: inline;
	margin: 0px auto;
	text-align: center;
	
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color:#fff;
	height:20px;
	text-decoration: none;
	display: block;
	float: left;
	border-right: 1px solid #222;
	padding: 12px 10px  12px 10px;
	font-size: 13px;
	text-align: center;
	margin: 0px;

	}
	ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #fff;
	background:transparent url(images/nav-bg-active.jpg) repeat-x;
	}	



	
	
	
/* ----------------- Copy ----------------- */

div#copy{
	float:left;
	width:650px;
	height:100%;
	margin:auto;
	position:relative;
	left:70px;
	padding:25px 0px;

}

div#copy a{text-decoration:underline;}
div#copy a:hover{text-decoration:none;}
iframe{background-color:#fff;}

#feature
{
	background-color:#999;
	width:100%;
	height:100%;
	clear:both;
	padding:10px 0px;
}

#feature p
{
	color:#fff
}

/* ----------------- FOOTER ----------------- */



div#footer{margin:auto;
width:100%;
position:relative;
clear:both;
}

div#bottom{
margin:0px auto;
width: 975px;
background: transparent url(images/footer.jpg) no-repeat;
color:#444;
position:relative;
clear:both;
height:113px;
text-align:left;
}


	

/* Utility Nav*/

div#utility {
	width:100%;
	height:25px;
	margin:auto;
	text-align:center;
	padding-top:35px;
	background-color:transparent;
	color:#ccc;

	
	}
	
	ul#utilitynav {
	width: 100%;
	margin:0px auto;
	padding:0px;
	list-style-type: none;
	text-align:left;
	position:relative;
	left:55px;
	}
	ul#utilitynav li {
	display: inline;
	text-align:center;
	margin: 0px auto;
	padding: 0px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	width: auto;
	padding: 1px 10px;
	margin: 0px;
	border-right: 1px solid #aaa;
	color:#aaa;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration:underline;
	font-weight:normal;
	color:#999;
	}

/* ----------------- Owner ----------------- */




div#owner {
		width: 100%;
height:30px;
		clear:both;
		float:right;
		background-color:transparent;
		padding-top:50px;
		}


div#owner a {
font-size:11px;
text-decoration:none;
float:right;
padding-right:10px;
width:125px;
height:35px;
color:#555;


}

div#owner a:hover {
color:#fff;
}



/* ----------------- Copyright ----------------- */

div#copyright {
	clear:both;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	color:#222;
	position:relative;
	left:15px;
	}
	div#copyright img {
	border:none;
	}
	div#copyright a:link, div#copyright a:visited {
	color:#222;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}


/* ----------------- CUSTOM CLASSES ----------------- */
.clear{clear:both;}
div#clear-content{clear:both;}

/* Images should include some type of border. We tend to favor this one. */
img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
}
img#right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}
div.column {
}