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,
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-weight: inherit;
	font-style: inherit;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Georgia, Constantia, serif;
	border-top: 3px solid #000;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr.c {
	display: block; 
	clear: left; 
	margin: -0.66em 0;
  	visibility: hidden;
}

a:link,a:visited {
	text-decoration: none;
	color: #9C211E;
}
a:hover {
	text-decoration: underline;
	color: #730504;
}

li, p {
	line-height: 1.4em;
}
p {
	margin: 1.6em 0;
}

#container {
	border-top: 1px solid #730504;
}

#headerbox {
	background: #d7100f url(img/top.gif) repeat-x bottom;
}

#top {
	background: url(img/headerbg.gif) no-repeat bottom right;
	width: 650px;
	margin: 0 auto;
}

#header {
	padding: 20px 0 0 0;
	color: #fff;	
}
#header h1 {
	font-size: 2em;
}
#header h2.subtitle {
	font-family: Calibri, Arial, sans-serif;
	text-transform: uppercase;
	margin: .75em 0 .75em 0;
	letter-spacing: .1em;
	font-size: 1em;
}
#header h2.sue {
	font-family: Georgia, Constantia, serif;
	font-size: .9em;
	letter-spacing: .1em;
	color: #F2E4C9;
}

#navigation {
	padding-bottom: 31px;
}
#navigation ul {
	padding-top: 20px;
}
#navigation li {
	float: right;
	line-height: 30px;
	padding: 0 10px;
	margin-left: 10px;
	border-left: 1px solid #A94B4B;
	border-top: 1px solid #A94B4B;
	border-right: 1px solid #A94B4B;
	background: #8E0B0A;
}
#navigation li a {
	color: #F6D5D5;
	font-family: Calibri, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .75em;
	letter-spacing: .1em;
}
#navigation li:hover {
	background: #7C0909;
}
#navigation li a:hover {
	text-decoration: none;
}
#navigation li.current {
	background: #F0E0C1;
}
#navigation li.current a {
	color: #730504;
}

#contentbox {
	background: url(img/contentbg.gif) repeat-x top;
	position: relative;
	z-index: 5;
}
#content {
	width: 650px;
	margin: 0 auto;
	font-size: .8em;
	padding: 30px 0 20px 0;
}
#content ul {
	margin: 1em 0;
}
#content ul ul {
	margin: 0 5%;
}
#content li {
	margin: .5em 0 .5em 1.5em;
	list-style-type: disc;
}
#content ul ul li {
	list-style-type: circle;
}
#content h3 {
	font-family: Calibri, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}
#content h4 {
	font-family: Calibri, Arial, sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: .2em;
}

#copyright {
	text-align: center;
	font-size: .75em;
	text-transform: uppercase;
	font-family: Calibri, Arial, sans-serif;
	letter-spacing: .4em;
	border-top: 1px solid #9C211E;
	border-bottom: 1px solid #9C211E;
	margin-top: 20px;
}
#copyright div {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #9C211E;
	padding: 5px 0;
	color: #fff;
}
