/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background: url(../imgs/bodyBG.jpg) repeat-x;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #572D2B;
}

/************** Layout Elements *******************/

#wrapper {
	width: 775px;
	margin: 0 auto;
	font-size: 80%;
}

#leftcol {
	float: left;
	min-height: 300px;
	background: #ccc;
	width: 164px;
	margin-top: 20px;
	background: url(../imgs/SideNavTop.gif) no-repeat;
}

#leftcol ul {
	background: #EBD7CF url(../imgs/SideBottom.gif) no-repeat left bottom;
	list-style-type: none;
	margin-top: 30px;
	min-height: 50px;
	padding-bottom: 190px;
}

#leftcol li {
	padding: 2px;
	border-top: 1px solid #6C964D;
	border-left: 1px solid #6C964D;
	border-right: 1px solid #6C964D;
}

#leftcol a {
	color: #5D302D;
	text-decoration: none;
	margin-left: 4px;
	display: block;
}

#leftcol a:hover, #leftcol .here {
	color: #5d302d;
	font-weight: bold;
}

#content {
	padding: 1px 0 0 0;
	margin: 0 0 0 200px;
}

#footer {
	margin-top: 40px;
}

#footer p {
	float: right;
	color: #000;
	font-size: 80%;
}

#header {
	min-height: 144px;
	background: url(../imgs/title.jpg) no-repeat 0 0;
}

#strap {
	height: 144px;
	background: url(../imgs/header.gif) no-repeat;
}

/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 5px 0;
	padding: 0 0 0 0;
	font-size: 150%;
	color: #02602F;
}

h2 {
	font-size: 140%;
	margin-top: 25px;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 105%;
}

p {
	margin: 8px 0;
}

/************** Generic Classes for floating images *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
	border: 1px solid #000;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
	border: 1px solid #000;
}

/************** Link Styles *******************/

a img {
	border: none;
}

a {
	
}

a:hover {
	
}

/*********** Navigation *************/

#header ul {
  margin-top: 94px;
  padding: 10px 5px 0;
  list-style-type: none;
  float: right;
 }
  
#header li {
	float: right;
	background: url(../imgs/right.gif) no-repeat right top;
	padding: 0 5px 0 0;
	margin-left: 6px;
}
  
#header a {
	float: left;
	display: block;
	background: url(../imgs/left.gif) no-repeat left top;
	padding: 2px 8px 1px 13px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#header a:hover, #header a:focus {
  color: #ccc;
}
  
#header #current {
	background-image: url(../imgs/right_on.gif);
}
  
#header #current a {
  background-image: url("../imgs/left_on.gif");
  color: #572D2B;
  padding-bottom: 3px;
  padding-top: 4px;
}

  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
float: none;
}
/* End IE5-Mac hack */


/*********Show to IE mac *************/
 /*\*//*/
 #header {
	height: 144px;
}

#header ul {
	padding-top: 104px;
}
/**/


#innercontent {
	margin: 5px;
}
#innercontent p {
	color: #424133;
	text-align: center;
}
#innercontent h1 {
	background: #424133;
	color: #E39237;
	padding-top: 4px;
	padding-bottom: 8px;
	margin: 0px;
	text-align: center;
}
#innercontent h3 {
	background: #424133;
	color: #E39237;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}
#innercontent h4 {
	color: #424133;
}

blockquote {
	margin: 3px 25px;
	border: 2px solid #424133;
	background: #EED3D0;
}
#bio {
	margin-top: 2px;
	margin-bottom: 2px;
}
#bio p {
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}
