body {	
	margin:0;
	padding:0;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background: #C7CCBC;
	background-image:url(../i/bg.jpg);
	background-repeat:repeat-x;	 
}
a:link, a:visited { color:#6D9319; text-decoration:none; }
a:hover { color:#6D9319; text-decoration:underline; }
img { border:0; }
ul li {
	list-style-type:square;
}
h1 {
	font-size: 22px;	
	color:#425B0C;
}
h2 {
	color:#425B0C;
	font-weight:normal;
}
h3
{
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}
#wrapper {
	/*width:1280px;*/
	width: 90%;
	margin:50px auto;
	background: #FFFFFF;
}

/*top bar above the header image that contains a breadcrumb*/
#top {
	/*width:1280px;*/
	width: 100%;
	height:47px;
	background-image:url(../i/top.jpg);
}
#breadcrumbs {
	float:right;
	margin-top:25px;
	color:#425B0C;
	font-size: 14px;
	font-weight:bold;
	padding-right:20px;
}

/*header image*/
#header { 
	/*width:1280px;*/
	width: 100%;
	height:164px;
	background-image:url(../i/header_bg.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}

/*tab bar styles*/
#tabs {
	/*width:1280px;*/
	
	height:29px;
	background-image:url(../i/tabbar.jpg);
	padding-left: 310px;
}
#tabs a:link, #tabs a:visited, #tabs a:hover {
	color:#FFFFFF;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	line-height:29px;
	padding:0px 20px 0px 20px;
}
#tabs a:hover {
	color:#425B0C;
}

/*content area with menu*/
#content {
	/*width:1260px;*/
	width: 100%;
	float:left;
	background-color:#fff;
	/*padding:20px 20px 20px 0;*/	
}
.menu {
	display:block;
	position: relative;
	width:215px;
	height: 100%;
	/*width: 20%;*/
	float:left;
	background: #FFFFFF;
	padding-top: 10px;
	
	color:#615847;
}
.menu li {
	line-height:25px;
	list-style-type:square;
	color:#615847;
}
.menu a:link, .menu a:visited { color:#615847; text-decoration:none; }
.menu a:hover { color:#615847; text-decoration:underline; }

.subcontent {
	display:block;
	position:relative;
	/*width:1045px;*/
	/*width: 100%;*/
	/*float:right;*/
	background: #FFFFFF;	
	padding-right:10px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 100%;
	margin-left: 215px;
	
}
/*footer bar*/
#footer {
	float:left;
	background-image:url(../i/footer.jpg);
	/*width:1280px;*/
	width: 100%;
	height:79px;
}
#copyright {
	text-align:right;
	color:#000000;
	padding:25px 20px 0 0;
}

table {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
