html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}

body {
	background: #003174;
}

#main {
	width: 100%;
	
	background: #fff;
	
	margin: 0;
	
	border-bottom: 3px solid #c3af50;
}

#container {
	width: 800px;
	
	background: #fff;
	
	margin: 0 auto;
	
	padding: 0;
}

#content h1 {
	font-family: georgia;
	font-size: 24px;
	color: #b6ac7e;
	
	line-height: 36px;
	
	margin: 0;	
}

#content h1.headline {
	margin: 0 0 20px 0;	
}

#content h1 a {
	font-family: georgia;
	font-size: 24px;
	color: #b6ac7e;
	
	text-decoration: none;
}

#content p {
	font-family: georgia;
	font-size: 14px;
	color: #333;
	
	line-height: 21px;
	
	margin: 0;
	
	padding: 0;
}

#content h3 {
	font-family: georgia;
	font-size: 18px;
	color: #b6ac7e;
	
	line-height: 26px;
	
	margin: 0 0 26px 0;	
}

#content hr.border {
	margin: 20px 0;
	padding: 0px;
	line-height: 1px;
	height: 1px;
	width: 100%;
	border: 0;
	border-bottom: 1px dotted #b6ac7e;
}

#content div.links {
	float: left;
	margin: 10px 30px 10px 20px;	
}

#content div.links a {
	line-height: 40px;
	color: #333;
	text-decoration: none;
}

#content div.links a:hover {
	text-decoration: underline;	
}

#content p.intro {
	font-family: georgia;
	font-size: 13px;
	color: #333;
	
	line-height: 19px;
	
	margin: 0 0 19px 0;
	
	padding: 0;	
}

#content ul.intro {
	margin: 0 0 19px 40px;	
}

#content li {
	font-family: georgia;
	font-size: 13px;
	color: #333;
	
	line-height: 19px;
	
	list-style-type: circle;
	
	padding: 0;	
}

#content p.text {
	margin-top: 10px;
}

table.contacts {
	width: 760px;
	
	cellpadding: 0;
	cellspacing: 0;
	
	border: 0;	
}

table.contacts tr {
	width: 760px;
	
	height: 60px;
}

table.contacts tr td {
	width: 33%; 	
}

p.history-entries {
	position: relative;
	left: 36px;
	text-indent: -36px;
	font: 14px Times New Roman;
}

p.history-entries strong {
		
}

#content p.date {
	margin: 10px 0 20px 0;
	
	padding: 0 0 20px 0;
	
	border-bottom: 1px dotted #b6ac7e;	
}

#content p.date a {
	color: #333;	
}

#content p.date a:hover {
	text-decoration: none;	
}

#header {
	width: 100%;
	height: 100px;
	
	background: url('images/footer-bg.png') repeat-x;
	
	border-bottom: 3px solid #c3af50;
}

#header-container {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	background: url('images/header.png') no-repeat;
}

#mainmenu {
	background: #fff;
	
	border-bottom: 3px solid #c3af50;
	
	padding: 0 0 4px 0;
}

#mainmenu ul {
	width: 800px;
	
	padding-left: 5px;
	
	margin: 0 auto;
}

#mainmenu ul li {
	float: left;
}

#mainmenu ul li a {
	display: block;
	
	color: #333;
	
	font-family: Century Gothic, sans-serif;
	font-size: 16px;
	
	text-decoration: none;
	text-transform: uppercase;
	
	border-top: 4px solid #fff;
	
	padding: 15px 15px 10px 15px;
}

#mainmenu ul li a:hover {
	background: #555;
	color: #fff;
	
	border-top: 4px solid #555;
}

#mainmenu ul li a.active {
	border-top: 4px solid #555;
}

img.banner {
	display: block;
	
	margin: 0 0 20px 0;	
}

#breadcrumbs {
	margin: 0 0 10px 0;
	
	padding: 0 0 10px 0;
	
	border-bottom: 1px dotted #b6ac7e;
}

#breadcrumbs li {
	float: left;
	
	margin: 0;
	
	padding: 0;
}

#breadcrumbs li a {
	color: #333;
	
	font-family: Centery Gothic, sans-serif;
	font-size: 12px;
	
	text-decoration: none;
	
	padding: 0px 8px 0px 13px;
	
	background: url('images/arrow.png') no-repeat left center;
}

#breadcrumbs li a.first {
	background: none;
	padding-left: 0;
}

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

#content {
	padding: 20px;	
}

#respond {
		
}

#respond h3, h3#comments {
	font-family: georgia;
	font-size: 18px;
	color: #333;
	
	line-height: 36px;
	
	margin-bottom: 10px;	
}

ol.commentlist {
		
}

cite.fn {
	font-size: 14px;
	color: #b6ac7e;
	font-style: normal;
}

span.says {
	display: none;	
}

div.comment-author {
	float: left;	
}

div.comment-body {
	margin-bottom: 10px;
	border-bottom: 1px dotted #b6ac7e;
	padding: 10px;
}

div.comment-meta {
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;	
}

div.comment-body p {
	clear: both;
}

div.comment-body br {
	display: none;	
}

div.comment-body em {
	font-size: 13px;
	margin-left: 10px;
	color: red;	
}

div.comment-body a {
	color: #003174;
	font-family: georgia;
	font-size: 13px;
	text-decoration: none;	
}

#respond textarea {
	width: 400px;
	height: 120px;
	
	padding: 5px;
	font-family: georgia;
	font-size: 13px;	
}

#respond form p {
	color: #000;
	font-family: georgia;
	font-size: 13px;
	text-decoration: none;
	margin-bottom: 10px;	
}

#respond form p a {
	color: #003174;	
}

#footer {
	width: 100%;
	
	min-height: 100px;
	
	background: url('images/footer-bg.png') repeat-x;
}

#footer-container {
	width: 760px;
	
	margin: 0 auto;
	
	padding: 30px 0 0 0;
	
	text-align: center;
}

#footer-container p, #footer-container p a {
	color: #fff;
	
	font-family: Century Gothic, sans-serif;
	font-size: 12px;
	font-weight: none;
	
	text-decoration: none;
}

#footer-container p.copy {
	float: left;	
}

#footer-container p.links {
	float: right;	
}

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