/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #ffffff url(); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #333333;
	}
acronym { cursor: help; border-bottom: 0px dashed #999; }
a { text-decoration: none; color: #006633; border-bottom: 0px dashed #369; }
a:hover { border-bottom: 0px dashed #006633; color: #ffcc33; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 740px;
	background: #ffffff  repeat-y 25%;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	word-spacing: 2px;
	line-height: 20px;
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #ffffff  no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 10px solid #fff;
	padding: 10px 5px;
	}	
#header h1 { 	
	margin: 0;
	color: #ffffff;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #8D8E90;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #006633; 
	border-bottom: 4px 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: #ffffff;
	background-color: #006633;
	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: #ffcc00; }
#nav li a.on { background-color: #006633; color: #ffffff; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	position: relative;
	line-height: 20px;
	word-spacing: 2px;
	background-color: #99FF00;
	}
#sidebar div { background: #ffffff repeat-x; }	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #006633; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#content div, #sidebar div {
	padding: 1px 0 10px 0;
	border-top: 1px solid #ffffff;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 548px;
	position: relative;
	margin-left: 15px;
	line-height: 20px;
	text-align: justify;
	word-spacing: 2px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #006633;
	text-indent: px;
	}	
#content div { background: #ffffff repeat-x; }	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #ffffff no-repeat 100% 0;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #333333;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #333333; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }
#container #sidebar {
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #F4F4F0;
}
