/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	/*background: #fff url(img/tabbkgnd.jpg);*/ /*Optional */
	background-color: #493424;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: blackh;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: blue; border-bottom: 1px solid blue; }
a:hover { border-bottom: none; color: blue; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 740px;
	background: #fff;
	border: 1px solid #ddd;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #FFFFFF 100% 0;
	padding: 25px 25px;
	}	
#header h1 { 	
	margin: 0;
	color: #426EBC;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	height: 160px;
	width: 160px;
	text-indent: -1000em;
	overflow: hidden;
	position: relative;
	}	
#header h1 a {
	display: block;
	width: 65px;
	height: 152px;
	margin: 0;
	overflow: hidden;
	position: relative;
	}
#header h2 { 	
	margin: 0;
	color: black;
	font-size: 1.2em;
	font-weight: bold;
	cursor: default;
	overflow: hidden;
	position: relative;
	float: right;
	}	
#header h2 a {
	position: relative;
	color: black; 
	}
#header h2 a:hover {
	position: relative;
	color: #426EBC;
	}
/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #755629; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	color: #fff;
	font-size: 1.0em;
	text-align: right;
	font-weight: bold;
	vertical-align: bottom;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #FFFFFF;
	background-color: #755629;
	border-right: 2px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { 
	background-color: #CC9933; 
	
	}
#nav li a.on {
	background-color: #CC9933; color: #fff; 
	}

/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h2, #content h2 { 
	font-size: 1.3em; 
	color: black;
	margin: 0 10px 0 0; 
	cursor: default;
	background-color: #fff;
	}
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: black;
	margin: 0 10px 0 0; 
	cursor: default;
	background-color: #fff;
	}
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
  	padding: 10px;
	}	
div.commentForm
	{
	margin-left: 5%;
	display: none;
	}

table 
	{
	background-color:#FFF;
	width:100%;
	border-collapse:collapse;
	}
td 
	{
	background-color:#FFF;
	border:1px solid black;
	padding:5px;
	}
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 700px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	
	background-color: #fff;
	}	
#content div { background: #fff }

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #FFFFFF 100% 0;
	border-top: 1px solid #ddd;
	text-align: center;	
	color: #A2AFBF;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
	}


#footer a { text-decoration: none; color: blue; border-bottom: 1px solid blue; }
#footer a:hover { border-bottom: none; color: blue; }
