body {
	text-align: left;
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 40px;
	background:#99ccff url(images/bg-strip.jpg) repeat-x;
}

#wrapper {
	display: block; 
	width:994px; 
	margin:10px auto;
	background: #FFFFFF url(images/mainbg.jpg) repeat;	
	
}

#header {
	background: #0FACEA url(images/header.jpg) no-repeat;	
	height: 156px;
	border-bottom: 0px solid #59780a;
	position: relative;
	width: 994px;
}

#sidebar {
	width: 206px;
	float: left;
	text-align: left;
	background: #FFFFFF url(images/sidebarbg.jpg) repeat;	
	
}

#main {
background:#FFFF00;


}


#sidebar ul{
list-style-type:none;
margin:0;
padding:0;
color:#FFFFFF;

}

#sidebar ul li{
background: transparent url(images/bullet.jpg) no-repeat scroll 28px 6px;
}



#sidebar ul li.page_item{
display:block;
margin:4;
text-align:center;
font-family:"Century Gothic";
font-size:18px;
font-weight:bold;
background:url(images/buttonbg.jpg);
width:206px;
height:50px;
padding-top:15px;
}
html>body #sidebar ul li.page_item{
display:block;
margin:4;
text-align:center;
font-family:"Century Gothic";
font-size:18px;
font-weight:bold;
background:url(images/buttonbg.jpg);
width:206px;
height:35px;
padding-top:15px;
}


#sidebar a {
	text-decoration: none;
	color:#ffffff;
	
}

#sidebar a:hover {
	text-decoration: none;
	color:#000000;
	
	
}


#container {
	width: 772px;
	float: right;
	background: #FFFFFF url(images/contentbg.jpg) repeat;
	
	}

#content {
	width: 760px;
	float:right;
	text-align: left;
	padding-left:10px;
	padding-right:10px;
	
	}html>body #content {
	width: 740px;
	float:right;
	text-align: left;
	padding-left:20px;
	padding-right:20px;
	
	}


#content a:hover {
	text-decoration: none;
	color:#000000;
	
}

#content a {

text-decoration: none;
	color:#006699;;
}


#both {
	clear: both;
}

#footer {
	background: #FFFFFF url(images/footer.jpg) no-repeat;	
}

#footer ul{
list-style-type:none;
margin:0;
padding:0px;
}

#footer ul li{
padding-left: 30px;
background-color:#FFFFFF;
background: transparent url(images/mini-page-arrow.gif) no-repeat scroll 0px 6px;
}

#footer a{

color:#006699;
text-decoration:underline;

}

#footer a:hover{

color:black;

}


.title {
	font-size: 11pt;
	font-family: verdana;
	font-weight: bold;
}



img {
border:0;
}

img.centered, .aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}

ul#nav {
height:25px;
border:0px solid #ccc;
background:#fff;
margin:1em 0;
padding:0;
}

ul#nav li {
list-style:none;
float:left;
border-right:1px solid #ccc;
line-height:25px;
padding:0 10px;
font-weight:bold;
font-size:14px;

}



