/* CSS Document */

body {
	margin: 0;
	background: url(images/body-bgd.gif) top left repeat-y #f3f5f7;
	}
	
a:link, a:visited {
	color: #5783ad;
	}
	
a:hover, a:active{
	color: #ff8400;
	}
	
#top {
	height: 33px;
	background: url(images/top-bgd.gif) top left repeat-x;
	border-bottom: solid 2px #FFFFFF;
	}
	
td {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 140%;
	}
	
#header {
	height: 162px;
	background: url(images/header-bgd.gif) top left repeat-x;
	border-bottom: solid 2px #FFFFFF;
	}
	
h1 {
	height: 162px;
	width: 900px;
	background: url(images/header.jpg) top left no-repeat;
	display:block;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	}
	
#nav {
	padding: 50px 0 0 0;
	margin-right: 2px;
	}
	
#nav a {
	color: #FFFFFF;
	width: 240px;
	display: block;
	text-decoration: none;
	border-bottom: solid 2px #FFFFFF;
	text-align: left;
	padding: 5px 0 7px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#nav a:hover {
	color: #5783ad;
	width: 240px;
	display: block;
	text-decoration: none;
	border-bottom: solid 2px #5783ad;
	text-align: left;
	padding: 5px 0 7px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#nav #nav-here {
	color: #14528b;
	width: 240px;
	display: block;
	text-decoration: none;
	border-bottom: solid 2px #14528b;
	text-align: left;
	padding: 5px 0 7px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	}
	
	
#content {
	padding: 50px 34px 10px 34px;
	}
	
	
#footer {
	padding: 10px 0 34px 0;
	margin: 0 34px 0 34px;
	border-top: solid 1px #aaa9a9;
	text-transform: uppercase;
	font-size: 80%;
	color: #aaa9a9;
	}
	
h2 {
	color: #ff8400;
	font-size: 300%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: .6em;
	margin-top: .5em;
	}