@charset "utf-8";
/* BODY */

* {margin:0; padding:0;}

BODY {
	background-color: #f1f1f0;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
	text-align: center;
	margin: 0px;
	}
IMG {
	border:none;
	}
	
P {
	font-family: Arial, Helvetica;
	font-size: 1.2em;
	font-weight: 500;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
}

H1	{	
	font-family: Arial, Helvetica;
	font-size: 1.3em;
	font-weight: 700;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 10px;
	color: #435b2d;
	}
H2	{	
	font-family: Arial, Helvetica;
	font-size: 1.5em;
	font-weight: 700;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 10px;
	color: #435b2d;
	}
H3	{	
	font-family: Arial, Helvetica;
	font-size: 1.2em;
	font-weight: 700;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 10px;
	color: #435b2d;
	}	

/* Main link colors */
a				{text-decoration: none;color:#4a8316;}
a:hover			{color: #699e38;}

UL {list-style-type:none;}

/* MAIN PAGE */

#container {
	position:absolute;
	left:50%;
	margin-left:-400px;
	margin-top: 0px;
	width: 800px;
	}
#top {
	width: 800px;
	height: 145px;
	background:url(/assets/images/toplogo.png);
	position: absolute;
	left: 0px;
	}
#main {
	width: 800px;
	position: absolute;
	left: 0px;
	top:145px;
	background-color: #e1e5dd;
	}
#menu {
	width: 190px;
	position: relative;
	float:left;
	padding: 25px 0;
	}
#center {
	width: 510px;
	min-height: 390px;
	position: realtive;
	padding: 25px 50px;
	float:right;
	text-align: left;
	}
#footer {
	width: 800px;
	height: 45px;
	line-height: 45px;
	background:url(/assets/images/bottombg.png);
	position: relative;
	
	}

#center ul
	{
	background-image:url(../../assets/images/li_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	list-style-position:outside;
	list-style: none;
	font-family: Arial, Helvetica;
	font-size: 1.2em;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	padding: 0 0 0 20px;
	margin: 0 0 0 10px;
	}
#center ol
	{
	list-style-position: inside;
	font-family: Arial, Helvetica;
	font-size: 1.2em;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	padding-left: 0;
	}

	
#navigation {
	position:relative;
	float: left;
	width: 190px;
	padding: 0px;
	margin: 0px;
	}
#navigation a{color:#fff;}
#navigation ul
{
	padding:10px 0 0 10px;
}
#navigation ul li a
{
	display:block;
	border:none;
	width:130px;
	height:18px;
	padding-left:10px;
	color:#263419;
}
#navigation li.menuLevel0 a.menuLevel0 {
	padding:0;
	border:none;
	display:block;
	width: 180px;
	height: 44px;
	overflow:hidden;
	line-height: 44px;
	padding-left: 10px;
	}
#navigation li.menuLevel0 a.menuLevel0:hover {
	background:url(/assets/images/menubg-hover.png) repeat-x top;
	color: #ffffff;
	}
#navigation li.menuLevel0 a.menuLevelSelected,
#navigation li.menuLevel0 a.menuLevelSelected
{
	padding:0;
	border:none;
	display:block;
	width: 180px;
	height: 44px;
	overflow:hidden;
	line-height: 44px;
	padding-left:10px;
	background:url(/assets/images/menubg-hover.png) repeat-x top;
	color: #ffffff;
}
#navigation li.menuLevel0 {
	width: 190px;
	/*height: 44px;*/
	background:url(/assets/images/menubg.png) repeat-x top;
	margin-bottom: 9px;
	color:#FFFFFF;
	font-family:  Arial, Helvetica;
	font-size: 1.2em;
	font-weight: 700;
	font-style:	normal;
	text-decoration: none;
	text-transform:	none;
	text-align: left;
	word-spacing: normal;
	letter-spacing:	normal;

}
#navigation li 
{
	width: 130px;
	margin-bottom: 9px;
	color:#FFFFFF;
	font-size: 1.0em;
}

/* Submenu item selected */
#navigation ul li a.menuSubLevelSelected{color:#435B2D;}
