body {
	color:#666666;
	background-color:#666666;
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:11px
}

/************** links **************/

a:link, a:visited, a:active {
	color:#669933;
	text-decoration:none
}

a:hover {
	color:black;
	text-decoration:underline
}

/************** headings **************/

h1, h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#669933;
	margin:3px;
	padding:0
}

h2 {
	font-size:14px;
	margin:0
}

/*************** Top Navbar ***************/

#mainlinks {
/* Change here if you want add another item.. */
	height:20px;
	width:500px;
	padding: 63px 0 0 250px
}

#mainlinks ul, #mainlinks li,
#navbarleve11, #navbarleve11 ul, #navbarleve11 li {
	margin:0;
	padding:0;
	list-style:none
}

#mainlinks li {
	float:right;
	height:20px
}

#mainlinks a {
	display:block;
	padding:4px 14px 4px 14px;
	text-indent:5px
}

/******** Navbar level 1 *************/

/** BEGIN: pop-out code **/

#navbarleve11 { z-index:1000 }

#navbarleve11 ul ul,
#navbarleve11 ul ul ul
{
	position:relative;
	top:-19px;
	left:100%;
	display:none;
	background-color:white;
	border:solid #669933;
	border-width: 1px 1px 1px 0;
}

#navbarleve11 ul li:hover ul ul { display:none }

#navbarleve11 ul li:hover ul,
#navbarleve11 ul ul li:hover ul
{ display:block }

/** END: pop-out code **/

#navbarleve11 li { position:relative;height:18px }

#navbarleve11 a {
	display:block;
	margin-left:10px;
	padding:3px 0 3px 0;
	border-bottom: 1px dotted #669933
}

li img { margin:5px 10px 0 0;float: left }

#navbarleve11 ul ul li:hover + li a { left:0 }

/******** Layout Divs ****************/

#wrapper {
	width:800px;
	margin:20px auto;
	background:url("/images/background_center.gif") repeat-y
}

#topbar, #bottom {
	padding:0;
	margin:0;
	width:800px;
	height:95px;
	background:white url("/images/top.gif") no-repeat
}

#bottom {
	height:46px;
	background:url("/images/bottom.gif") no-repeat
}

#leftcontent {
	float:left;
	width:170px;
	height:300px;
	padding:0 0 0 28px
} 

#rightcontent {
	padding:5px 10px 0 10px;
	text-align:left;
	margin:0 30px 0 203px;
	border-left:1px solid #669933;
	z-index: 0
}

#marginwrapper { margin-left:20px }
