@charset "UTF-8";
/* CSS Document */

body {
	background-color: #f5f5f5;
	margin: 10px 0 0 0;
}

img {
	border: none;
}

#container {
	width: 912px;
	margin: 0 auto;
	clear: both;
}

#header {
	width: 912px;
	height: 60px;
	margin-top: 10px;
}

#flash {
	background-color: #1e1e1e;
	width: 844px;
	height:268px;
	padding: 16px 0 0 68px;
}

#nav {
	background-image:url(images/nav.jpg);
	width:912px;
	height:61px;
	margin-top: 15px;
	padding-top: 13px;
}

#nav ul {
	display: inline;
	padding-left: 15px;
	margin:0;
	

} 

#nav ul li {
	padding: 0 20px 0 0;
	list-style: none;
	display: inline;
	height:34px;
}

#nav ul li a:hover {
	border-bottom: solid;
	border-bottom-color: #464ec0;
	border-top: solid;
	border-top-color: #464ec0;
	padding-top: 15px;
	
}

#content {
	height:288px;
	width:545px;
	background-image:url(images/content.jpg);
	padding: 10px 35px 0 35px;
	float:left;
}

p {
margin-top: 0;
font-family:Arial, Helvetica, sans-serif;
color: #1e1e1e;
}

p.title {
	margin-bottom: 3px;
}

p.description {
	margin-left: 5px;
	font-size:11pt;
}

#sidebar {
	height: 290px;
	width: 254px;
	float:right;
	padding-right:30px;
	padding-top:8px;
	background-image:url(images/sidebar2.jpg);
	
}

#sidebar p.title {
	margin-left: 30px;

}

p.sbar {
font-size: 10pt;
margin-left:35px;
}

#footer {
background-color: #1e1e1e;
width:100%;
height: auto;
float:left;
margin-top:15px;
display:block;
overflow: visible;
}

#footer ul {
float:left;
list-style:none;
font-family:Arial, Helvetica, sans-serif;
padding-left: 55px;
}

#navHolder {
margin: 0 auto;
width:912px;
}

li.ulTitle {
font-size:10pt;
font-weight:bold;
color: #aa2518;
}

#footer ul li a{
	text-decoration:none;
	font-size:9pt;
	color:#f5f5f5;
}

#footer ul li a:hover {
text-decoration:underline;
}

#footer ul.first {
	padding-left:5px;
}






