@charset "UTF-8";
/* CSS Document */

/* Reset to plain */
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;
	vertical-align: baseline;
	font-style: normal;
	font-weight: normal;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}
body {
	background-color: #c4b7ab;
	background-image: url(/css/css_images/body_repeat_bg.jpg);
	background-repeat: repeat-x;
	background-position: left 56px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header {
	background-image: url(/css/css_images/header_repeat_bg.gif);
	background-color: #15233C;
	background-repeat: repeat-x;
}
#header h1 {
	background-image: url(/css/css_images/h1_bg.gif);
	background-repeat: no-repeat;
	width: 734px;
	height: 56px;
	margin: 0px auto;
	text-indent: -9999px;
}
#contentWrapper {
	width: 732px;
	margin: 0px auto;
}
#mainContent {
	background-color: #F6F2E2;
	width: 535px;
	min-height: 350px;
	padding: 12px 24px 12px 24px;
	border-right-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5E4D35;
	border-left-color: #735E42;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5E4D35;
	float: left;
}
#mainNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 28px;
	padding-top: 15px;
	float: left;
	padding-left: 5px;
}
#mainNav li {
	margin-top: 10px;
}
#mainNav a, #mainNav a:link, #mainNav a:visited, #mainNav a:active  {
	color: #F2EFD6;
	text-decoration: none;
	height: 25px;
	width: 116px;
	background-image:none;
	display:block;
	padding-left: 6px;
}
#mainNav a:hover {
	color: #15233C;
	text-decoration: none;
	height: 25px;
	width: 116px;
	background-image: url(/css/css_images/main_nav_hilite.png);
	background-repeat:no-repeat;
	display:block;
}
#otherInfo {
	float: right;
	background-color: #CBC6B4;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	margin-left: 15px;
	width: 185px;
}
#otherInfo li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin: 0px;
	padding-top: 3px;
	line-height: 16px;
	padding-bottom: 4px;
}
#otherInfo a, #otherInfo a:link, #otherInfo a:visited, #otherInfo a:active  {
	color: #333333;
	text-decoration: none;
}
#otherInfo a:hover {
	color: #666666;
	text-decoration:underline;
}
