body {
	/*vki*/
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
/*	background: #739d45;*/
	color: #504D46;
	text-align: center;
}

#wrapper{
	margin: 0px auto;
	background: url(../../images/content-bg.gif) repeat-y top;
	width: 766px;
	height: 100%;
	text-align: left;
}

/* Header Info ---------------------------------------------------------------------------- */

#mainheader{
	width: 766px;
	position: absolute;
	margin: 0 auto;
	top: 0;
}

#header{/*vki*/
	background: #fff url(../../images/header.jpg);
	height: 103px;
	width: 766px;
	font-weight: bold;
	color: #fff;
}

.easy {
	display:none;
	}

/* Horizontal Menu ------------------------------------------------- */	
	
#navcontainer {
	background: url(../../images/menu.gif) no-repeat top #c5ceab;
	text-align: center;
	width: 766px;
	height: 33px;
}

#navcontainer ul {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 5px 0 2px 0;
}

#navcontainer ul li {
	display: inline;
	margin: 0px 0 0 -4px;
}

#navcontainer ul li.first a
{
	padding: 0px 15px 0px 15px;
	color: #000;
	text-decoration: none;
	border-right: 1px solid #a4ac8c;
	border-left: 1px solid #a4ac8c;
	line-height: 18px;
}

#navcontainer ul li a
{
	padding: 0px 15px 0px 15px;
	color: #000;
	text-decoration: none;
	border-right: 1px solid #a4ac8c;
}

#navcontainer ul li a:hover
{
	color: #000;
	text-decoration: underline;
	padding: 0px 15px 0px 15px;
}

/* Content-----------------------------------------------------------------------------*/

#content{/*vki*//*holds both left column and maintext*/
	position:relative;
	width: 766px;
	margin-top:136px;
	height: 100%;
	background:url(../../images/side-bg.gif) no-repeat top;
	min-height: 313px;
}


#maincontent{
	float:right;
	width: 528px;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	height: 100%;
}

#maincontent a, #maincontent a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color:#3b7228;
	text-decoration: underline;
}

#maincontent a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color:#1d3b14;
	text-decoration: underline;
}

.clear{clear: both; height: 0px; width: 0px;}

#maintext{padding: 10px;}

/*Left Column---------------------------------------------------------------------------------------------------*/

#leftcolumn{
	width: 220px;
	height: 100%;
	margin-left: 15px;
}

#subnav{
	margin-top: 37px;
	width: 220px;
	text-align: left;
	float: left;
}

#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 220px;
}

#subnav li { margin: 2px 0 0 0; }

#subnav a {
	display: block;
	padding: 7px 0 1px 19px;
	width: 198px;
	height: 19px;
	font-size: 1em;
	text-align: left;
	border-bottom: 1px solid #cad1bf;
	background: url(../../images/bullet.gif) no-repeat 8px 11px; 
}

#subnav a:link, #subnav a:visited {
	color: #000;
	text-decoration: none;
}

#subnav a:hover {
	color: #000;
	text-decoration: underline;
}

#subactive a:link, #subactive a:visited, #subactive a:hover {
	color: #000;
	text-decoration: underline;
}

/* Footer-------------------------------------------------------------------------------------------------------*/

#footer{/*vki*/
	background: url(../../images/footer.gif) no-repeat top;
	padding: 0px 0px 0px 0px;
	width: 766px;
	height: 32px;
	clear: both;
	text-align: center;
	font-size: 0.9em;
}

#copyright{
	font-size: 0.9em;
	text-align: center;
	padding: 8px;
}

#copyright a:link, #copyright a:visited, #copyright a:hover { color: #504d46; text-decoration: underline;}

/* Text-------------------------------------------------------------------------------------------------------*/

p {font-weight: normal;}

ol li{ list-style-type:decimal; list-style:decimal;}

h1{
	color: #466722;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: 600;
	padding-top: 3px;	
}

h2{
	color: #466722;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 600;
	padding-top: 3px;	
}

p{/*vki*/
	padding:0px;
	margin:10px 0px 10px 0px;
}

.em {font-style: italic;}

.smaller {font-size: 0.8em;}

#contactinfo {padding-top: 20px;}