BODY {
	scrollbar-face-color: D4D0C8;
	scrollbar-shadow-color: 616161;
	scrollbar-highlight-color: 616161;
	scrollbar-3dlight-color: E1DFDF;
	scrollbar-darkshadow-color: E1DFDF;
	scrollbar-track-color: D4D0C8;
	scrollbar-arrow-color: 616161;
	color : #616161;
	font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left : 0px;
	margin-top : 0px;
	background-color : #C0C0C0;
}
a
{
	color : #616161;
	font-weight : bold;
	text-decoration : underline;
}
a:hover
{
	color : #616161;
	font-weight : bold;
	text-decoration : none;
}
a.menu
{
	color : #EAE9E7;
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}
a.menu:hover
{
	color : #FFC85F;
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}
h1
{
	font-size : 14px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	color : #616161;
}
.mtext
{
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
}
/*** pull down menu ***/

.header
{
	background : #616161;
	color: #EAE9E7;
	padding-top : 5px;
	padding-bottom : 5px;
	font-weight : bold;
}
ul { /* all lists */
	margin: 0;
	list-style: none;
	padding: 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
}

li {
	/* all list items */
	float: left;
	position: relative;
	width: 110px;
}

li ul {
	/* second-level lists */
	display: none;
	top: 16px;
	left: 5px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #EAE9E7;
	background-color : #616161;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	/* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}

a.podmenu {
	text-decoration: none;
	display: block;
	color: #EAE9E7;
	background-color: #616161;
	padding: 5px;
	border-bottom:1px solid #EAE9E7;
	width: 140px;
}

a.podmenu:hover {
	text-decoration: none;
	color: #616161;
	background-color: #EAE9E7;
	border-bottom:1px solid #EAE9E7;
	width: 140px;
}