@charset "UTF-8";


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(assets/gradient9805.png);
	background-repeat: repeat-y;
	background-position: center;
	
	
}

#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	min-width: 960px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	background-image: url(assets/bannerlogo960254.png);
	background-repeat: no-repeat;
	height: 254px;
	width: 960px;
	background-color:#6B6B6B;
	background-position: center;
	position:relative;
	
}

#header a {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 254px;
	width: 960px;
	
}

#header a h1 {
	display: none;

}

#navigation {
	height: 35px;
	list-style: none;
	margin: 0px;
	padding: 0px 0 0 0;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	
	
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
	
}

#navigation li {
	float:left;
	
	
}

#navigation li a {
	display: block;
	height: 2em;
	line-height: 2.2em;
	width: 8em;
	text-decoration: none;
	text-align: center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #000;
	font-weight:bold;
	
	

}

#navigation li a:hover {
	/*background-color:#969;*/
	/*background-color:#F6C;*/
	color:#ff1ff0;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	
}

#mainContent {
	padding: 40px 20px;
	background: #FFFFFF;
	height: 100%;
	
}



#footer {
	padding: 0 10px;
	background:#DDDDDD;
	clear:both;
}


#footer p {
	margin: 0;
	padding: 10px 0; 
}

h1 {
	font-size:28px;
	

}

h2 {
	font-size:18px;

}


p {
	font-size:14px;
	line-height:18px;
	
}

a img {
	
	border:none;} 

ul {
	font-size:14px;
	line-height:18px;
}