body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  padding:0px;
  margin:0px;
  background-color:#d2be67;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
/* Wrapper and general tags */
#wrapper {
	position:relative;
	width: 744px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
	padding-top:0px;
	padding-bottom:0px;
	background-color:#352703;
	background-image:url(images/2colorbg.jpg);
	z-index:1;
	background-repeat:repeat-y;
}
/* Header Section*/
#header {
}

/* Left Side (Navigation and Date*/
#leftside {
	float:left;
	display:block;
	background-color:#695d2e;
	width:224px;
	height:100%;
}

#nav2{ /*Vertical Navigation Bar*/
	display:block;
	background-color:#695d2e;
	font-size:.8em;
}

#nav2 ul { /* This is the side navigation*/
	list-style-type: none;
	padding-left: 0px;
	margin-left:0px;
	border-top:1px solid #d9c87f;
}
#nav2 li {
	border-bottom: 1px solid #d9c87f;
	margin-top:0px;
	margin-bottom:0px;
}
#nav2 a:link, #nav2 a:visited { /* This is the side navigation standard state*/
	color: #d2be67;
	text-decoration: none;
	display: block;
	height:18px;
	padding-left:3px;
	padding-top:5px;
	padding-bottom:5px;
}

#nav2 a:hover { /* This is the side navigation hover state */
	background-color:#d2be67;
	color:#352703;
	text-decoration:underline;
	background-image:url(images/background.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#date { /* Date Section*/
	text-align:left;
	background-color:#d2be67;
	padding:5px;
	font-size:.8em;
	color:#695d2e;
}

/* Right Side (Text and  Horizontal nav */
#rightside {
	padding-left:224px;
	z-index:1;
}

#nav1 { /* Horizontal navigation bar (home, about us etc...) */
 	text-align: right;
	background-color:#d9c87f;
	background-image:url(images/nav1bg.gif);
	z-index:100;
	padding:5px;
	font-size:.8em;
	color:#352703;
	position:relative;
}

#nav1 a:link, #nav1 a:visited {
	text-decoration:underline;
	color:#352703;
}

#nav1 a:hover {
	color: #695d2e;
}

#maintext {
	background-color:#352703;
	padding:5px;
	color: #d2be67;
	font-size:.8em;
	vertical-align:top;
}

#maintext h1 {
	font-size:1.5em;
	font-weight:bold;
}
#maintext h2 {
	font-size:1.2em;
	font-weight:bold;
}
#maintext h3 {
	font-size:1em;
	font-weight:bold;
}
#maintext hr {
	color:#695d2e;
	background-color:#695d2e;
	height:1px;
	border:0px;
}

#maintext a:link {
	color:#d2be67;
}
#maintext a:visited {
	color:#d2be67;
}
#maintext a:hover {
	color:#FFFFFF;
}
/* Footer */
#footer {
	clear:both;
	padding:5px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#d9c87f;
	font-size:.7em;
	color:#352703;
	font-weight:bold;
	text-align:center;
}

#footer a:link, #footer a:visited {
	text-decoration:underline;
	color:#352703;
}
#footer a:hover {
	text-decoration:underline;
	color:#695d2e;
}
#simpleviewer {
	display:block;
	height:100%;
	vertical-align:top;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
}

