body{
	margin: 0px;
	padding: 0px;
	color: #2E4013;
	background: #EEC url('../images/body_bg.gif') top left;
	background-repeat: repeat-x;
	font-family: georgia, times new roman, times, arial, verdana, sans-serif;
	font-size: .8em;
}

h1{
	color: #252;
	background: transparent;
	font-size: 1.2em;
	border-bottom: 1px solid #CCE4A7;
	margin: 0px;
}

#shell{
	width: 846px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}


#head{
	width: 100%;
	height: 169px;
	padding: 0px;
	margin: 0px;
	position: relative;
	background: #FFF url('../images/main_bg.gif') top;
	background-repeat: repeat-y;
	text-align: center;
}

#menu{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#menu a{
	color: #2E4013;
	background: transparent;
	padding: 0em .5em;
}

#menu a span{
	display: none;
}

#menu a:hover span{
	display: block;
	position: absolute;
	top: 185px;
	left: 350px;
}

#menu a:hover{
	color: #C60;
	background: #CCE4A7;
	text-decoration: none;
}

#title{
	width: 100%;
	height: 40px;
	background: #FFF url('../images/title_bg.gif');
	background-repeat: no-repeat;
}

#main{
	width: 100%;
	height: 365px;
	background: #FFF url('../images/main_bg.gif') top;
	background-repeat: repeat-y;
}

html>body #main{height: auto; min-height: 365px}/* IE HACK */

#main a{
	color: #039;
	background: transparent;
}

#main a:hover{
	color: #C60;
	background: #EBF4DD;
	text-decoration: none;
}

.sidebar{
	position: relative;
	left: 11px;
	width: 143px;
	float: left;
	margin: 1em 3em 0em 0em;
	background: #CCE4A7;
	text-align: center;
	font-size: .9em;
}

.sidebar p{
	margin: .25em;
}

.sidebar_head{
	width: 143px;
	height: 25px;
	background: #CCE4A7 url('../images/sidebar_head.gif');
	background-repeat: no-repeat;
}

.sidebar_foot{
	width: 143px;
	height: 38px;
	background: #CCE4A7 url('../images/sidebar_foot.gif');
	background-repeat: no-repeat;
}

#content{
	margin: 0em 1.5em;
	padding: .5em 1.5em;
	text-align: left;
	line-height: 1.75;
}

#foot{
	width: 100%;
	height: 33px;
	color: #88A063;
	font-size: .85em;
	text-align: center;
	background: #FFF url('../images/foot_bg.gif');
	background-repeat: no-repeat;
}

.warn{
	color: #c21;
	background: transparent;
}