/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */


body {
	background: #999999;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: normal;
	color: #FFFFFF;
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #FFFFFF;
}

a:hover {
	color:#999999; 
	text-decoration: none; 
	height:1px; 
	filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=1); 
}

/* Header */

#header1 {
	width: 800px;
	height: 130px;
	margin: 0px auto;
	background: #2D4351;
}

#headermain {
	width: 800px;
	height: auto;
	margin-top: 0px;
	background: #2D4351;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header h1 {
	margin: 0px;
	padding: 140px 0 0 380px;
	font-size: 22px;
	font-style: italic;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 380px;
	font-size: 16px;
	font-style: italic;
	color: #2D4351;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

#headerflash {
	width: 750px;
	height: 500px;
	margin: 0px auto;
}

#altcontent { display: none; }

/* Content */

#wrapper {
		width: 800px;
		margin: auto;
	}
	
	#header {
			position: relative;
			width: 800px;
			height: 135px;
		}
		
		#header_menu {
	background: #2D4351;
	width: 800px;
	position: inherit;
	height: 50px;
	z-index: 5;
		}
	
#content {
	background: #2D4351;
	width: 800px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
}

#colOne {
	float: right;
	width: 560px;
	margin-top: 20px;
	padding-right: 40px;
}

#colTwo {
	float: left;
	width: 310px;
	margin-top: 20px;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#content h1 {
	padding: 5px 0px 5px 5px;
	color: #FFFFFF;
}

#content h2 {
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #2D2D2D;
	border-bottom: 1px solid;
}

#content h3 {
	color: #6C6C6C;
}

/* Footer */

#footer {
	width: 800px;
	margin: 0px auto;
	height: 200px;
	font-size: 10px;
	;
	background-color: #2D4351;
}

#copyright p {
	color: #FFFFFF;
	float: left;
	margin: 0px 40px;
}
