#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 159px;
padding: 0px;
margin: 0px;
}
#vertmenu p{margin-top: 120px;}

#vertmenu h1 {
display: block; 
background-color:#336600;
font-size: 90%; 
padding: 3px 0 5px 0px;
color: #ffffff;
margin: 0px;
margin-top: 1px;
/*width:158px;*/
}

#vertmenu ul {
list-style: none;
/*background-color:#ffffff;*/
margin: 0px;
margin-top: 30px;
padding: 0px;
border: none;
}

#vertmenu ul li {
margin: 0px;
/*padding: 0px;*/
width: 159px;
}
#vertmenu ul li a {
font-size: 95%;
display: block;
/*border-bottom: 1px dashed #ffffff;*/
padding: 5px 0px 2px 10px;
text-decoration: none;
color: #ffffff;
/*width:157px;*/
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
/*width: 159px;*/
display: block;
padding-left: 5px;
/*color: #990000;
background-color: #eeeeee;*/
padding-bottom: 2px;
text-decoration: underline;
border-left: 5px solid #336600;
}

#vertmenu ul ul
{
	width: 129px;
	margin-top: 0px;
	display: block;
	padding-left: 10px;
	
}

/*#vertmenu ul ul li a
{
margin-left: 0px;
width: 138px;
 Set margin back half the 30px padding above */
/*border-left: 1px solid #336600;
border-bottom: 0px;
}*/

#vertmenu #current
{
font-weight: bold;
/*border-bottom: 0px;*/
}

#subcurrent
{
font-weight: bold;
/*border-bottom: 0px;*/
}


/* content */
.content {
	float: right;
	width: 580px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 3px;
	margin-right: 20px;
}

.content li {
	list-style: url(li.gif);
	/*background-image:url(back.jpg);*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin-left: 18px;
	margin-right: 45px;
}
.content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	border-top: 1px solid #8da93a;*/
	line-height: 1.6em;
	margin-right: 1.6em;
}

#line {border-bottom: 1px solid #8da93a; margin-right: 48px;}

#head{
	color: #336600;
	text-align: center;
	font: 1.6em georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 2em 0 2em 0;}
	
h2 {
	font: bold 1.4em sans-serif;
}
h3 {
	color: #336600;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 15px;
	/*text-decoration: underline;*/
	margin: 0 1.6em 0 0;
	padding-left: 2px;
	border-bottom: 1px solid #8da93a;
}
h1,h2,h3, head {padding-top: 4px; /*margin-bottom: 2px;*/}

.clearer {clear: both; font-size: 0;}

#top {
	background:url(bgcode.gif);
	border: 1px solid #AAA;
	color: #444;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 2px;
	padding: 2px 10px;
	/*white-space: pre;*/
}

.code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	/*white-space: pre;*/
}

.simrow
{
	margin-left: 0px;
	/*width: 128px;*/
	/* Set margin back half the 30px padding above */
	/*border-left: 1px solid #336600;*/
	border-bottom: 1px solid #336600;
	display: block;
	line-height: 1.6em;
	margin-bottom: 5px;
	padding: 3px 0px;
/*	white-space: pre;*/
}

.simrow ul {
	list-style: url(images/li.gif);
	/*background-image:url(back.jpg);*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin: 0px;
}

.simrow ul li{
	font-size: 11px;
}

.simbul
{
	margin-left: 20px;
	display: block;
	line-height: 1.6em;
	margin-bottom: 5px;
	padding: 3px 0px;
	/*white-space: pre;*/
}

.simbul ul {
	list-style: url(images/li.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 0px;
}

.simbul ul li{
	font-size: 10px;
}

/* Table Elements */
.displayTable {
	margin-top:	 20px;
	font-size: 0.9em;
	border: 1px solid #336600;
}

.displayTable th {
	color:				#ffffff;
	background-color:	#336600;
	border-left: 1px solid #336600;
	border-right: 1px solid #faffe8;
	/*bordercolor: #8da93a;*/
}

.displayTable .tr1 {
	background-color: #f0f0f0;/*#fAFFE8;*/
/*	border-left: 1px solid #336600;*/
	/*color:	#000000;*/
}
.displayTable td {
	font-size: 1em;
/*	background-color: #fAFFE8;*/
/*	border-left: 1px solid #cccc99;*/
	/*color:	#000000;*/
}

