﻿/* CSS layout */
body {
}

#masthead {
	background-image: url('images/Masthead.jpg');
	width: 750px;
	margin: 0px auto;
}

#top_nav {
	width: 750px;
	margin: 0px auto;
	background-image: url('images/TopNav.jpg');
	font-family: Arial;
	position: relative;
}
#top_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#top_nav li {
	float: right;
}
#top_nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	/*padding: 5px;*/
}
#top_nav a:hover {
	color:   #FF0000;
	text-decoration: none;
}
#container {
	background-image: url('images/ContentBackground.jpg');
	width: 750px;
	margin: 0 auto 0 auto;
}
#page_content {
	margin: 0px auto;
	padding-left: 170px;
}

#footer {
	width: 750px;
	margin: 0px auto;
	background-image: url('images/BottomNav.jpg');
}
.SubHeader {
	font-family: "Arial";
	font-size: large;
	font-weight: bold;
	color: #000000;
}
.ContentStyle {
	font-family: Arial;
	line-height: 20px;
}
.HeaderStyle {
	font-family: "Arial";
	font-weight: bold;
	font-size: x-large;
	color: #CC6600;
	font-style: italic;
}
