/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #006600;
	text-decoration: none;

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


body {
	background: url(img/bgs.jpg) repeat;
	color: #003300;
	font: normal 62.5% "Arial",sans-serif;
}

ul {
	padding-left: 1em;
}

li {


}

p,ul {
	padding-bottom: 1em;
}
.main li {list-style-image: url(img/li.gif);}

h1 {
	font-size: 1.4em;
	padding: 5px 0 5px 0;
}

blockquote {
	color: #333;
	display: block;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {
	color: #006600;
}

/* misc */
.clearer {clear: both;}
h2 {
	font-size: 1.2em;
	padding: 0px 0 5px 0px;
}

/* structure */
.container {
	font-size: 1.2em;
	margin: 00px auto;
	width: 900px;
	border: 8px solid #AFD977;
	position: relative;
	background-color: #E3ECD1;
}

/* header */
.header {
	width: 900px;
	background: url(img/header.jpg) no-repeat;
	font: normal 2.4em Arial,sans-serif;
	line-height: 150px;
	text-align: center;
	height: 210px;
}
.boxemptyside {
	margin: 0px 0px 0px 0px;
	float: none;
	clear: none;
}
.subnav {
	float: right;
	width: 210px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	margin-left: 20px;
}
.subnavactive {
	float: right;
	width: 210px;
	background-image: url(img/lia.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	margin-left: 20px;
	color: #A58A4A;
}

.main {
	width: 617px;
	padding: 0px 0 10px 10px;
}


/* sub-navigation */
#sidebar {
	width:250px;
	float:right;
	margin-right: 10px;
}

#sidebar p {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0px 0 0px 0;
}


.sidelink {
	text-align: left;
	display: block;
	width: 222px;
	background: url(img/6.gif) top left no-repeat;
	padding: 3px 8px 3px 20px;
	margin: 5px 0px 3px 00px;
	font-weight: bold;
	color: #006600;
	height: 16px;
}


.sidelink:hover {
	font-weight: bold;
	color: #FFFFFF;
}
.sidelinkactive {
	text-align: left;
	display: block;
	width: 222px;
	background: url(img/7.gif) top left no-repeat;
	padding: 3px 8px 3px 20px;
	margin: 5px 0px 0px 00px;
	font-weight: bold;
	color: #006600;
	height: 16px;
}
.subnav h1 {
	font: bold 1.2em Arial,sans-serif;
	line-height: 24px;
}
.subnav ul {
	padding: 0 0  0 20px;
}
.subnav li {
	padding-left: 40px;
}
.subnav li a {
	background-image: url(img/lia.gif);
}
.subnav li a:hover {
	color: #CBB471;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #003300;
	font-size: 1em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {
	color: #333333;
}
.footer a:hover {color: #FAFCB0;}
.main_right_li {
	list-style-image: url(img/li.gif);

}
.box {
	margin: 0px 0px 0 0px;
	width: 288px;
	padding: 3px 15px 10px 0px;
	float: left;
}
.boxemr {
	margin: 0px 0px 0 0px;
	width: 288px;
	padding: 3px 10px 10px 8px;
	float: right;
}


.boxright {
	margin: 0px 0px 0px 0px;
	width: 288px;
	float: right;
	padding: 4px 10px 5px 8px;
	background-image: url(img/5.gif);
	background-repeat: no-repeat;
}


.boxleft {
	margin: 0px 0px 0 0px;
	width: 288px;
	float: left;
	padding: 4px 10px 12px 8px;
	background-image: url(img/4.gif);
	background-repeat: no-repeat;
}
.boxheader {
	margin: 0px 0px 0 0px;
	width: 585px;
	padding: 3px 5px 0px 22px;
	background-image: url(img/2.gif);
	background-repeat: no-repeat;
}
.nar {
	margin: 0px 0px 4px 0px;
}
.boxempty {
	margin: 0px 0px 0 0px;
	padding: 3px 10px 10px 8px;
	text-align: center;
	float: none;
}
