*{
	margin:0;
	padding:0;
}
html{
	height:100%;
}
body{
	background:#b3c879 url(../images/bodybg.gif) repeat-y top center;
	text-align:center;
	font:12px MS UI Gothic;
	color:#4e4b44;
	height:100%;
}
#container{
	text-align:left;
	margin:0 auto;
	width:550px;
	height:100%;
}

/* FooterStickAlt */
#nonfooter{
	position:relative;
	min-height:100%;
}
* html #nonfooter{
	height:100%;
}
#footer{
	position:relative;
	margin-top:-50px;
	height:50px;
}

/* Header */
#header{
	height:100px;
	background:transparent url(../images/headerbg.jpg) no-repeat top center;
}
#header h1{
	font:34px MS UI Gothic;
	color:#ad8353;
	display:block;
	padding:5px 0 0 20px;
}
#header h1 span{
	color:#ad8353;
}

/* Footer */
#footer{
	color:#eee;
	background:transparent url(../images/footerbg.jpg) no-repeat bottom center;
	text-align:center;
}
#footer p{
	padding-top:7px;
	line-height:18px;
}
#footer p a{
	text-decoration:none;
	color:#aec275;
}
#footer p a:hover{
	color:#d5e88f;
}

/* Content */
#content{
	padding:0 0 75px 0;
}
#cleft{
	width:335px;
	float:left;
	padding:5px 10px 0 15px;
}
#cright{
	width:160px;
	float:right;
	padding:15px 15px;
}
.clearboth{
	clear:both;
}

/* Left Column / Main Content Area */
/* Headers and Paragraphs */
#cleft h1{
	font:26px MS UI Gothic;
	color:#4e4b44;
	margin:15px 0 5px 0;
}
#cleft h2{
	font:23px MS UI Gothic;
	color:#919b6f;
	margin:15px 0 5px 0;
}
#cleft h3{
	font:21px MS UI Gothic;
	color:#ccc;
	margin:20px 0 10px 0;
}
#cleft h4{
	font:19px MS UI Gothic;
	color:#908a7e;
	margin:10px 0 5px 0; 
}
#cleft h5{
	font:12px MS UI Gothic;
	color:#aaa;
	padding-left:2px;
	margin:-5px 0 5px 0;
}
#cleft h6{
	font:13px MS UI Gothic;
	font-weight:bold;
	color:#4e4b44;
	margin:10px 0 5px 0;
}
#cleft p{
	margin:15px 0;
	line-height:20px;
	text-align:justify;
}

/* Links, Acronyms, Special, etc. */
#cleft a{
	color:#879a41;
}
#cleft a:hover{
	text-decoration:none;
}
#cleft acronym{
	cursor:help;
}
#cleft del{
	color:#bbb;
}
#cleft .highlight{
	color:#718b29;
	font-weight:bold;
}

/* Blockquotes */
#cleft blockquote{
	background:transparent url(../images/blockquotebg.gif) no-repeat 3px 3px;
	padding:10px 0 0 20px;
	font-size:11px;
	color:#888;
	line-height:20px;
}
#cleft blockquote p{
	margin:0;
	text-align:left;
}
#cleft blockquote span{
	display:block;
	color:#aaa;
}

/* Code Blocks */
#cleft code{
	display:block;
	margin:15px 5px;
	padding:5px 10px;
	line-height:17px;
	background-color:#f9f9f9;
	border:1px dashed #ccc;
	color:#666;
}

/* Lists */
#cleft ul{
	list-style-type:none;
	margin:10px 0 15px 5px;
}
#cleft ul li{
	background:transparent url(../images/list-style.gif) no-repeat 0 4px;
	padding-left:12px;
	margin-top:6px;
}
#cleft ul li ul{
	margin:6px 0 8px 5px;
}
#cleft ol{
	margin:10px 0 15px 24px;
	color:#758836;
}
#cleft ol.nostyle,
#cleft ol.nostyle ol{
	color:#4e4b44;
}
* html #cleft ol{
	margin-left:29px;
}
#cleft ol span{
	color:#4e4b44;
}
#cleft ol li{
	margin-top:6px;
}
#cleft ol li ol{
	margin:6px 0 8px 20px;
}
#cleft dl{
	margin:15px 5px;
}
#cleft dl dt{
	font-weight:bold;
	color:#908a7e;
}
#cleft dl dd{
	margin:5px 0 10px 15px;
}

/* Forms */
#cleft form label{
	display:block;
	color:#98a66c;
	margin-bottom:5px;
}
#cleft form input{
	border:1px dashed #aaa;
	background-color:#f9f9f9;
	font:12px MS UI Gothic;
	color:#4e4b44;
	padding:2px 3px;
}
#cleft form textarea{
	width:327px;
	border:1px dashed #aaa;
	background-color:#f9f9f9;
	font:12px MS UI Gothic;
	color:#4e4b44;
	padding:2px 3px;
}
#cleft form input.button{
	cursor:pointer;
	border:1px solid #aaa;
}

/* Floated Images */
#cleft .floatright{
	float:right;
	padding:10px 0 10px 10px;
}
#cleft .floatleft{
	float:left;
	padding:10px 10px 10px 0;
}

/* Right Column */
/* Nav */
#nav{
	list-style-type:none;
	
}
#nav li{
	vertical-align:bottom;
}
#nav li a{
	display:block;
	width:150px;
	padding:9px 5px;
	border-bottom:1px solid #ddd;
	text-decoration:none;
	color:#4e4b44;
}
#nav li a.active{
	font-weight:bold;
	color:#636a4c;
}
#nav li a:hover{
	/*background-color:#d5e88f;*/
	background:transparent url(../images/navhoverbg.gif) no-repeat right center;
	color:#7b845f;
}

/* Sidebar */
#sidebar a{
	color:#4e4b44;
	text-decoration:none;
}
#sidebar a:hover{
	/*text-decoration:underline;*/
}
#cright h1{
	font:18px MS UI Gothic;
	color:#908a7e;
	margin:15px 0 5px 0;
}
#sidebar ul{
	margin:5px 0 0 5px;
	list-style-type:none;
}
#sidebar ul li{
	margin-top:8px;
}
#sidebar ul li a{
	background:transparent url(../images/list-style.gif) no-repeat 0 4px;
	padding-left:12px;
}
#sidebar ul li a:hover{
	background-image:url(../images/list-style_dark.gif);
	color:#636a4c;
}
#sidebar p{
	color:#4e4b44;
	margin:0 3px 10px;
	line-height:20px;
}
#sidebar p a{
	color:#9aa776;
}
#sidebar p a:hover{
	color:#647b24;
}