html * {border:0; margin:0; padding:0;}

body {
	background-color:	#177224;
	background-image:	url("../img/css/bg-page.gif");
	background-repeat:	repeat-x;
	text-align:			center;
	font-family:		'Trebuchet MS', 'Verdana', 'Tahoma', 'Arial', sans-serif;
	font-size:			12px;
	line-height:		18px;
}

h1 {
	color:				#177224;
	font-weight:		bold;
	font-size:			16px;
	margin:				0 0 10px 0;
}

h2 {
	color:				#177224;
	font-weight:		bold;
	font-size:			14px;
	margin:				0 0 10px 0;
}

p {
	color:				#333;
	margin:				0 0 16px 0;
}

a {
	color:				#177224;
}
a:hover {
	color:				#1d66a4;
}

#page {
	width:				860px;
	background-color:	#fff;
	padding:			15px;
	margin:				0 auto;
	margin-top:			15px;
	margin-bottom:		15px;
	text-align:			left;
}

#header {
	width:				860px;
	height:				60px;			
}
#banner {
	float:				right;
	clear:				none;
}

#nav {
	background-color:	#458e50;
	background-image:	url("../img/css/bg-nav.gif");
	background-repeat:	no-repeat;
	width:				860px;
	height:				30px;
	margin:				15px 0 15px 0;
	line-height:		30px;
}

#nav a {
	display:			block;
	float:				left;
	clear:				none;
	color:				#fff;
	height:				30px;
	padding:			0px 10px 0 10px;
	line-height:		30px;
	border-right:		1px solid #fff;
	text-decoration:	none;
	font-weight:		bold;
}

#nav a:hover {
	background-image:	url("../img/css/bg-nav-over.gif");
	background-repeat:	repeat-x;
	color:				#fff;
}

#content {
	width:				560px;
}

.content_image_right {
	border:1px solid #DADADA; 
	float:right; 
	margin:9px 7px; 
	padding:1px;
}

.content_image_left			{
	border:1px solid #DADADA; 
	float:left; 
	margin:7px 7px; 
	padding:1px;
}

#sidebar {
	text-align:			left;
	float:				right;
	width:				285px;
	margin:				0px 0 0 0px;
}

.sideItem {
	width:				285px;
	background-color:	#e8e8e8;
	margin:				0 0 15px 0;
}

.sideItem h2 {
	width:				285px;
	height:				30px;
	background-image:	url("../img/css/bg-side.gif");
	background-repeat:	no-repeat;
	color:				#fff;
	line-height:		30px;
	text-indent:		5px;
	font-size:			14px;
}

.sideItem a {
	display:			block;
	width:				275px;
	padding:			0 5px 0 5px;
	line-height:		30px;
	background-color:	#fbfbfa;
	border-bottom:		1px dotted #666;
	text-decoration:	none;
}
.sideItem a:hover {
	background-color:	#def6e3 ! important;
	border-bottom:		1px solid #333;
}

.alt {background-color:	#f9fefa ! important;}


.clear {clear:both;	height:0;}

#intro {
	width:				538px;
	padding:			10px;
	border:				1px solid #333;
	background-color:	#f9fefa;
	margin:				0px 0 15px 0px;
}

.post {
	margin:				0px 0 15px 0px;
}

#footer {
	width:				100%;
	background-color:	#fff;
	background-image:	url("../img/css/bg-foot.gif");
	background-repeat:	repeat-x;
	padding:			95px 0 80px 0;
	text-align:			center;
}

#footLinks {
	width:				780px;
	text-align:			left;
	margin:				0 auto;
}

#footLinks p {
	width:				180px;
	margin:				0 15px 0 0px;
	float:				left;
	clear:				none;
}

li {
	margin:				15px;
}