body {
	background-color: #19181D;
}
.headercontact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	vertical-align: bottom;
	color: #000000;
	text-decoration: none;
}
.header {
	background-color: #BDD73C;
	width: 705px;
	top: 30px;
}
.header .logo {
	vertical-align: bottom;
	left: 0px;
}
.bodytext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	position: relative;
	z-index: auto;
	vertical-align: top;
	text-align: left;
	margin: 10px;
	padding: 10px;
}
.bodytext a:link{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	text-decoration: underline;
}
.bodytext a:visited{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	text-decoration: underline;
}
.bodytext .headline {
	font-weight: bold;
	color: #BDD73C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-size: 16px;
	margin: 10px;
	padding: 10px;
}
.greenbold {
	color: #BDD73C;
	font-weight: bold;
}
.bodytext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BDD73C;
	text-decoration: none;
	
}

.blackbold {
	color: #000000;
	font-weight: bold;
}
.glossymenu{
margin: 5px 0;
padding: 0;
width: 100%; /*width of menu*/
border-bottom-width: 0;
border-bottom: 1px dotted #000000;
}

.glossymenu a.menuitem{
font: bold 14px Verdana, Helvetica, sans-serif;
color: black;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
border-bottom: 1px dotted #000000;

}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: black;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: none;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom: 1px dotted #000000;
	margin-left: 10px;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
color: black;
}