body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #4A4A4A;
}

p, h1, h2, h3, h4, h5, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}

p {
	font-size: 13px;
}
li {
	font-size: 13px;
	margin-left: 35px;
}

h1 {
	font-size: 19px;
	padding: 6px 0px 0px 10px;
	margin: 0px;
	background-color: #BEB073;
	background-image: url(images/h1_bg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	color: #5F2029;
}
h2 {
	font-size: 18px;
	text-align: left;
	color: #000000;
}
h3 {
	font-size: 14px;
}

a:link, a:visited, a:active {
	color: #856B49;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

/* ----------------- MAIN NAVIGATION ----------------- */


/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	padding: 0px;
	width: 140px;
	margin: 15px 0px;
	background-color: #BAAE72;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	color: #5F2029;
	text-decoration: none;
	display: block;
	padding: 6px 5px 6px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/* Creates our hover status and our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a:hover {
	background-color: #FFFFFF;
	color: #5F212A;
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #E3D79B;
	background-color: #5F2029;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

table, td, th  {	
	border-collapse: collapse;
}

div#header {
}

div#border {
	margin: 0px auto 5px;
	padding: 0px;
	width: 750px;
	background-image: url(images/content_bg.jpg);
	background-color: #E3D79B;
	background-repeat: no-repeat;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-position: 0px 187px;
}

div#container {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 590px;
}
div#content{
	padding: 5px 30px 4px 20px;
	margin: 0px;
}
address {
	font: normal 12px/1.75em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7F5343;
	padding-bottom: 5px;
	color: #FFFFFF;
}

div#calltoaction {
	padding: 0px;
	margin: 0px auto;
	background-image: url(images/top.jpg);
	height: 45px;
	width: 750px;
	text-align: left;
}

div#footer {
	background-color: #5F2029;
	margin: 0px;
	clear: both;
	border-top: 1px solid #FFFFFF;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #7F5343;
	padding: 5px 20px 8px 200px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	text-align: left;
	background-position: 15px 20px;
}
div#footer a {
	color: #E3D79B;
	padding-right: 3px;
	padding-left: 3px;
}

div#copyright, div#copyright a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}

div#signin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px auto 1px;
	padding: 1px;
	text-align: right;
	color: #BAAE72;
	clear: both;
	width: 750px;
}
div#signin a {
	color: #BBAE72;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	padding: 0px;
	border: 1px solid #000000;
	margin: 0px 8px 30px 0px;
}
img.right {
	float: right;
	margin: 0px 0px 5px 8px;
	padding: 0px;
	border: 1px solid #000000;
}
.clear {
	clear: both;
}
div#navcontainer {
	margin: 0px;
	float: left;
	width: 150px;
	padding-left: 10px;
}
