
	body {
	background: #11253e url(images/body_bg.jpg) no-repeat top center;
	margin: 0;
	padding: 0;
	font: 62.5% Tahoma, Verdana, Arial, sans-serif;
	color: #fff;
	}
	
	a {
	text-decoration: none;
	color: #999;
	text-decoration: underline;
	}
	
	a:hover {
	color: #fff;
	}
	
	#bodybox {
	width: 852px;
	margin: 0 auto;
	background: url(images/logo.jpg) no-repeat;
	}
	
	#top {
	padding-top: 90px;
	height: 120px;
	}
	
	h1 a {
	display: block;
	width: 370px;
	height: 80px;
	}

	#nav {
	float: right;
	padding: 38px 20px 0 0;
	}
	
	#nav ul {
	list-style-type: none;
	}
	
	#nav ul li {
	display: inline;
	}
	
	#nav ul li a {
	font-size: 1.4em;
	margin-right: 10px;
	text-decoration: none;
	color: #263f5e;
	}
	
	#nav ul li a:hover {
	color: #b54130;
	}
	
	#main {
	width: 852px;
	margin: 0 auto;
	background: url(images/main_bg.png) repeat-y;
	padding-bottom: 1px;
	}

	#main2 {
	background: url(images/main_bg_top.jpg) no-repeat;
	}
	
	#mainbottom	{
	background: url(images/main_bg_bottom.jpg) no-repeat;
	width: 852px;
	height: 20px;
	margin: 0 auto;
	margin-bottom: 20px;
	}
	
	#sidebar {
	padding: 20px;
	width: 190px;
	float: right;
	text-align: justify;
	font-size: 1.1em;
	line-height: 1.3em;
	}
	
	#content {
	font-size: 1.15em;
	line-height: 1.4em;
	width: 540px;
	padding: 20px 30px 0 30px;
	text-align: justify;
	min-height: 180px;
	}
	
	h2, h3, h4, h5, h6 {
	font-family: Georgia, Garamond, Times, 'Times New Roman', serif;
	}
	
	address {
	clear: both;
	width: 852px;
	height: 40px;
	background: url(images/address.jpg) no-repeat;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 1.1em;
	font-style: normal;
	padding-top: 17px;
	letter-spacing: 1px;
	}
	
	hr {
	clear: both;
	color: transparent;
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	}
	
	#byline {
	text-align: center;
	color: #2b506d;
	}
	
	#byline a {
	color: #2b506d;
	}
	
	#byline a:hover {
	text-decoration: none;
	}