/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #620E00 url(images/bg.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

p, td, div {
	font-size: 12px;
	line-height: 18px;
}
h1 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 19px;
	margin: 0px;
	color: #620E00;
}
h2 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	margin: 0px;
	color: #620E00;
	text-align: center;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	margin: 0px;
}

a:link {
	color: #620E00;
	text-decoration: none;
}
a:visited {
	color: #844312;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #620E00;
	text-decoration: none;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
li {
	margin-top: 5px;
	margin-bottom: 5px;
}

td {
	font-size: 11px;
}



/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

table, td, th  {	
	border-collapse: collapse;
}

div#contain {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background: #620E00 url(images/body-bg.gif) center repeat-y;
	width: 762px;
}

div#header {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 758px;
	height: 97px;
	padding: 0px 2px 0px 2px;
	background: #E4D1C2 url(images/header-bg.gif) no-repeat;
}

div#headerflash {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background: #E4D1C2 url(images/flash-bg.gif) no-repeat;
	width: 758px;
	padding: 0px 2px 0px 2px;
	height: 112px;
}

div#content {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background: #E4D1C2 url(images/body-bg.gif) repeat-y;
	width: 732px;
	padding: 15px;
}

div#contenttext {
	position: relative;
	width: 572px;
	float: right;
	background: #E4D1C2 url(images/content-bg.jpg) center right no-repeat;
}

div#footer {
	font-size: 10px;
	line-height: 15px;
	padding-top: 10px;
	border-top: 1px solid #3F0900;
	text-align: center;
}

div#copyright {
	font-size: 9px;
	line-height: 13px;
	text-align: center;
}




/* ------------------- NAVIGATION ------------------- */

div#navigation {
	width: 145px;
	float: left;
	margin-right: 10px;
	margin-left: -2px;
	border-right: 1px solid #C89F76;
}

ul#mainnav {
	width: 145px;
	margin: 0px;
	padding: 0px;
}

ul#mainnav li {
	list-style-type: none;
	display: inline;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	color: #620E00;
	text-decoration: none;
	display: block;
	width: 139px;
	padding: 5px;
	padding-right: 0px;
}

ul#mainnav li a:hover, ul#mainnav a.current {
	color: #300700;
	font-weight: bold;
}




/* --------------- PLACEMENT ELEMENTS --------------- */

.left {
	float: left;
}
.right {
	float: right;
}
.bottom {
	vertical-align: bottom;
}
.top {
	vertical-align: top;
}
clear {
	clear: both;
}




/* ----------------- CUSTOM CLASSES ----------------- */
.bullet {
	color: #620E00;
	font-size: 17px;
	margin-right: 10px;
}
img.leftimg {
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
}
