﻿/* CSS layout */
body {
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
}

html {
	margin:0;
	padding:0;
	font-family:"Segoe UI", "Trebuchet MS", Arial;
}

body {
	background-color:#8C0E00;
}

img {
	border:0;
}

#wrapper{
	width: 820px;
	margin: 0 auto;
}

#masthead {
	width:820px;
	height:275px;
}

#headerleft {
	width: 14px;
	float:left;
	min-height:275px;
	background: transparent url('../img/head_left.png') repeat-y scroll left top;
}

#header {
	width: 806px;
	min-height:275px;
	float: right;
}


#header_content {
	width: 772px;
	padding: 10px 10px 0px 10px;
	height:275px;
	float:left;
	background: transparent url('../img/header.png') no-repeat scroll center top;
}

#headerright {
	width: 14px;
	float:right;
	min-height:275px;
	background: transparent url('../img/head_right.png') repeat-y scroll right top;
}

#top_nav {
	width:820px;
	height: 43px;
	background: transparent url('../img/navbg.png') no-repeat scroll center top;
	text-align:center;
	padding:0;
	margin:0;
}

#container {
	position: relative;
	padding:;
	margin:0;
	width: 100%;
	background: transparent url('../img/body.png') repeat-y scroll center top;
}

.content {
	padding: 10px 60px;
}
#footer_bg {
	width:820px;
	height: 19px;
	background: transparent url('../img/footer.png') no-repeat scroll center bottom;
	padding: 0;
	clear:both;
}

#footer {
	text-align:right;
	font-family:"Segoe UI", "Trebuchet MS", Arial;
	font-size: 12px;
	clear:both;
	color:#ffffff;
	padding: 5px 20px;
}

.clearDiv{
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}

p{
	padding:10px 0;
	margin:0;
	text-align:justify;
}

div#container a, a:visited {
	color:#AE1100;
	font-size: 14px;
	text-decoration:none;
}

div#container a:hover {
	text-decoration:underline;
	font-size: 14px;
}

a.footerlink, a.footerlink:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-family:"Segoe UI", "Trebuchet MS", Arial;
	font-size: 12px;
}

a.footerlink:hover {
	background-color:#FFFFFF;
	color:#8C0E00;
	text-decoration:none;
	font-family:"Segoe UI", "Trebuchet MS", Arial;
	font-size: 12px;
}

h1 {
	margin: 5px 0;
	padding:0;
	border-bottom: 5px #8C0E00 dotted;
	font-size: 24px;
	color:#754F00;
}

h1 a {
	font-size: 24px!important;
	}

h2 {
	margin: 5px 0;
	padding:0;
	border-bottom: 4px #8C0E00 dotted;
	font-size: 20px;
	color:#754F00;
}

h3 {
	margin: 5px 0;
	padding:0;
	border-bottom: 3px #8C0E00 dotted;
	font-size: 18px;
	color:#754F00;
}

/* Navigation */

ul#nav{
	padding: 7px 30px 0px 30px;
	width: 760px;
	height: 36px;
	margin:0;
	font-style:italic;

}

ul#nav li {
	display:inline;
	padding: 0 10px;
	font-weight:bold;
}

ul#nav li a, a:visited {
	color:#663300;
	text-decoration: none;
	font-size: 20px;
}

ul#nav li a:hover {
	color:#663300;
	text-decoration: underline;
}



