/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #555D67;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h2, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p, ul, li {
	font-size: 12px;
	color: #666;
}
h1 {
	font-family: Times Roman, serif;
	font-size: 26px;
	color: #634627;
}
h2 {
	font-size: 13px;
	color: #825054;
	margin-bottom: -13px;

}

/* Creates the general link style for the site. This is not the main navigation.  */
a {
	text-decoration: none;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

/* ----------------------------------- PAGE LAYOUT ELEMENTS --------------------------------- */

table, td, th  {	
	border-collapse: collapse;
}

/* ----------------------------------- Body --------------------------------- */

div#wrapper {
	width: 806px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border: 0px;
	text-align: center;
}


/* --------------|| Header ||----------------- */

div#header {
	width: 590px;
	height: 125px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-align: center;
	vertical-align: top;
}
/* -------------|| End Header ||--------------- */

table#container {
	background: url(images/siteback.jpg) repeat-y top left;
	width: 786px;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
}

table#container td {
	vertical-align: top;
	color: #A99685;
}


/* ---------------------------------- Left Bar ---------------------------------- */

td#leftbar {
	width: 196px;
	height: 302px;
	background: url(images/leftbarback.jpg) no-repeat top left;
}

td#leftbar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-align: right;
	margin: 20px 0px 0px 10px;
}

/* ---------------------|| Main Nav ||---------------------- */

div#navcontainer {
	width: 170px;
	height: 190px;
	border: 0px;
	padding: 0px;
	margin: 325px 0px 0px 3px;
}

ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 170px;
}

ul#mainnav li {
	display: inline; 
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-align: right;
	display: block;
	width: 170px;
	border-bottom: 1px solid #fff;
	padding: 5px 0px 5px 0px;
}

ul#mainnav li a:hover, ul#mainnav li a:active, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	border-bottom: 2px solid #000;
	color: #000;
	font-weight: bold;
}
 
/* ---------------------|| End Main Nav ||---------------------- */


td#contentbox {
	background: url(images/bodyback.jpg) no-repeat top left;
	width: 590px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

div#content {
	padding: 0px 20px 20px 20px;
	margin: 180px 0px 0px 0px;
	border: 0px;
}
/* --------------------------------------- Footer ----------------------------------------------- */

div#footer {
	background: url(images/footer.jpg) no-repeat top center;
	width: 786px;
	height: 110px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

div#footercontent {
	height: 22px;
	padding: 0px;
	margin: 40px 0px 0px 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: left;
}

div#footercontent a:link, #footercontent a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #555D67;
}

div#footercontent a:hover, div#footercontent a:active {
	color: #000000;
}

/* --------------------------------------- Footer ----------------------------------------------- */

div#copyright {
	padding: 0px;
	margin: 0px 0px 0px 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #634627;
	text-align: left;
}

div#copyright a:link {
	font-size: 9px;
	font-weight: bold;
	color: #555D67;
	text-decoration: none;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin: 0px;
}
img.right {
	float: right;
	margin: 0px 0px 0px 0px;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */