@charset "utf-8";
/* CSS Document */

* {
	margin:	0;
	padding: 0;
	
}

body {
	font-family:	Verdana, Geneva, sans-serif;
	font-size:		76%;
	color:			#444444;
	background:		#ce6c2b;

}

#header {
	padding: 			0px;
	width:				100%;
	margin-bottom:		40px;
	background:			#ffffff;
	border-bottom:		6px solid #999999;

}

#header img {
	border:			none;
	padding:        20px;
	
}

#sidebar {
	
	padding:			30px 20px;
	margin:				0px 20px 0px 20px;
	width:				280px;
	float:				right;
	color:				#444444;
	line-height:		1.7em;
	text-align:			left;
}

#sidebar h2 {
	font-size:			125%;
	text-align:			left;
	padding-bottom:		5px;
	color:				#ce6c2b;

}


#sidebar a:link {
	text-decoration:	underline;
	color:				#444444;
	
}

#sidebar a:visited {
	text-decoration:	underline;
	color:				#444444;
	
}

#sidebar a:hover {
	text-decoration:	underline;
	color:				#ce6c2b;
	font-weight:		bold;
	
}

#leftcol {
	padding: 			30px 20px 10px 20px;
	margin:				0px 350px 10px 30px;
	background:			#ffffff;
	
}

#leftcol h1, h2, h3 {
	padding:	0px 0px 5px 0px;
	color:		#ce6c2b;

}

#leftcol ul {
	padding:	0px 0px 0px 20px;
	line-height:	2em;

}

#content {
	padding: 			30px 20px 10px 20px;
	width:				1000px;
	margin-left:		auto;
	margin-right:		auto;
	background:			#ffffff;

}

#content h2, h3 {
	padding:	0px 0px 5px 0px;
	color:		#ce6c2b;

}

#content h1 {
	padding:	0px 0px 5px 0px;
	color:		#999999;

}

#content ul {
	padding:	0px 0px 0px 15px;
	line-height:	2em;

}

#content table {
	padding:		10px;
	margin-left:	auto;
	margin-right:	auto;
	
}

#content th {
	text-align:		right;
	padding:	5px 0px 5px 5px;
	vertical-align: text-top;
	
}

#content td {
	padding:		5px 0px 5px 5px;
	text-align:		left;
	vertical-align: text-top;
	line-height:	1.5em;
	
}

#content caption {
	text-align:			center;
	font-weight:		bold;
	font-size:			1.5em;
	color:				#ce6c2b
	
	
}


#content a:link {
	color:			#444444;
	background:		none;
	font-size:		small;
	text-decoration:	underline;
	text-align:		center;
	padding:        10px 0px;
	
}

#content a:visited {
	color:			#444444;
	background:		none;
	font-size:		small;
	text-decoration:	underline;
	text-align:		center;
	padding:        10px 0px;
	
}

#footer {
	padding: 			30px 0px 10px 0px;
	line-height:		1.5em;
	margin-left:		auto;
	margin-right:		auto;
	background:			#ffffff;
	color:				#666666;
	font-size:			.9em;
	text-align:			center;
	clear:				right;

}

#footer a:link {
	color:			#666666;
	padding:		5px 0px;
	font-weight:	normal;
	text-decoration: underline;
		
}

#footer a:visited {
	color:			#666666;
	padding:		5px 0px;
	font-weight:	normal;
	text-decoration: underline;	
}

#footer a:hover {
	color:			#ce6c2b;
	font-weight:	normal;
	padding:		5px 0px;
	text-decoration: underline;	
}

#footer img {
	border:		none;
	padding:    5px;
	
}