body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9pt;
	color: #713c00;
}
body {
	background-color: #322312;
	margin: 0px;
}

h2 {font-size:14px; margin:0;}
img {border:0; outline:none;}

a:link, a:visited {color:#8f7455; text-decoration:none;}
a:hover {color:#574129; text-decoration: underline;}

/*DIV Styles start (in order of appearance!)*/

#wrapper {height:515px; width:100%; padding-top:75px;}
#header {width:1100px; height:86px;  margin:auto;}
#menu {width:651px; padding-top:39px; height:47px; float:left;}
#mid {width:100%; height:339px; background:#9ac5c3; float:left;}
#submid {width:1100px; height:332px; margin:auto;}
#pagecontent {width:604px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; border-right: 1px solid #fff; background:white; text-align:left; float:left;}
#texthold {width:351px; float:left; padding-top:10px;}
#footer {width:1100px; height:90px; margin:auto;}
#footernav {width:351px; text-align:center; font-size:7.5pt; float:left; padding-top:5px;}
#copyright {width:248px; float:left; font-size:7.5pt; text-align:right; padding-top:5px; color:#574129; padding-right:5px;}





/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/


div#wn	{ 
    position:relative; 
    width:280px; height:300px;
    overflow:hidden;	
	float:left;
	left:10px; top:10px;
	background:white;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollLinks { 
  position:relative; left:0; top:0;
  width:28px; height:300px; 
  font-size:1px; z-index:1;
  background: url(images/scroll_bkg.gif) repeat-y;
  float:left;
  margin-left:30px;
  margin-top:10px;
  }

div#up { position:absolute; left:0; top:0; z-index:2 }  
div#dn { position:absolute; left:0; bottom:0; z-index:3 }  