body {
	background: #fff url(imag/bg2.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	margin: 0;
	color: #3C3C3C;
	font-weight: normal;
	}

a {
	text-decoration: underline;
	color: #003399;
	font-weight: bold;
}
a:hover { border-bottom:  color: #FFFFFF; }

#wrapper {
	margin: 4 auto 0;
	width: 740px;
	background: url(imag/dot_line.gif) repeat-y 25%;
	border: 1px solid #FFF2D9;
	padding: 0 4px;
	text-align: left; /* Cancel IE Fix */
	}
	

#header {
	background: #996600;
	border-bottom: 3px solid #fff;
	border-top: 3px solid #FFFFFF;
	}	
#header h1 {
	margin: 0;
	color: #FFFFFF;
	font-size: large;
	font-weight: bold;
	cursor: default;
	font-style: italic;
	}	




#nav {
	background: #996600; 
	border-bottom: 1px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #FFD784;
	background-color: #996600;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover {
	background-color: #996600;
	color: #FFFFFF;
}
#nav li a.on { background-color: #996600; color: #FFFFFF; }


#sidebar {
	float: left;
	width: 150px;
	line-height: normal;
	}
#sidebar div { }	

#content h3 { 
	font-size: 1.1em; 
	color: #996600; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
	#sidebar h3 { 
	font-size: 1.1em; 
	color: #996600; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#sidebar h6 {
	font-size: 11px;
	color: #000000;
	margin: 0 0px 0 0;
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
	border-top: 1px solid #FFECC6; 
  padding: 10px;
	}	

#content {
	float: left;
	width: 390px;
	position: relative;
	margin-left: 15px;
	line-height: normal; 
	text-align: justify; 
	word-spacing: 2px;	
	}	
	#content h2 { 	
	margin: 0;
	color: #996600;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	
#content div { background: #fff; }	

#footer {
	background: #996600;
	border-bottom: 3px solid #fff;
	border-top: 7px solid #fff;
	text-align: left;	
	color: #fff;
	font-size: 0.8em;
	padding: 7px;
	line-height: 16px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #FBA900;  }
#footer a:hover { color: #fff; }
