BODY,TD,INPUT,SELECT 

	{font-weight : normal;
	font-size : 16px;
	font-family : Garamond, Arial, Helvetica, sans-serif;
	color : #3e1f00;
}

BODY 

	{margin-top: 0px;
	background-color: #999966;
	background-image: images/bg.gif;
	scrollbar-arrow-color : #cccccc;
	scrollbar-base-color : #cccccc;
	scrollbar-face-color : #cccccc;
	scrollbar-highlight-color: #FBFBDD;
	scrollbar-dark-shadow-color: #FBFBDD;
	scrollbar-3d-light-color: #FBFBDD;
}

B, STRONG

	{font-weight : bold;
}

A 

	{font-size : 16px;
	color : #ffffff;
	text-decoration : none;
}

A:active

	{color : #ffffff;
}

A:hover 

	{color : #3e1f00;
}


DIV.nav TD 

	{color : #ffffff;
	padding-right:	4px;
	padding-left:	4px;
}

DIV.nav A:visited 

	{color : White;
	text-decoration : none;
}


DIV.nav A:link 

	{color : White;
	text-decoration : none;
}


DIV.nav A:hover 

	{color : Yellow;
	text-decoration : none;
}


DIV.nav A 

	{font-weight : bold;
   	font-size : 12px;
   	color : #ffffff;
   	text-decoration : none;
}

TH 

	{color: Yellow;
	background-color: F9F8B3;
	font-weight: bold;
	font-size: 120%;
}

.title1
	{font-size: 12px;
	font-weight: 900;
	border-bottom: 1px solid #8BA3C9;
	background-color: #E4E7EF;
	background-image: images/bg.gif;
}

.title2

	{font-size: 18px;
	font-weight: 900;
	border-bottom: 1px solid #8BA3C9;
	background-color: #E4E7EF;
	background-image: images/bg.gif;
}


.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.topmenuli{
	list-style-type:none;
	float:left;
}

.topmenutitle{
	display:block;
	width:50px;
}

.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
}

.submenuli a{
	display:block;
	width:150px;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#dmenu li>ul { 
	top: auto;
	left: auto;
}

#content {
	clear: left;

}




#dmenu {
	font-family: Garamond, Arial, Helvetica, Sans-Serif;
	font-size:12x;
}

.topmenuul {
	
}

.topmenutitle {
	text-indent:3px;
	text-decoration: none;
	border:1px solid #666633;
	padding:3px;
	line-height:14px;
}

.submenuul {
	margin-top:-1px;
	background-color:#ffffff;
	background-position: top left;
	background-repeat: repeat-x;
	border-top:1px solid #000000;
	border-bottom:2px solid #000000;
	border-right:2px solid #000000;
	border-left:2px solid #000000;

}

.submenuli a{
	padding:3px;
	text-decoration: none;
	color: #3e1f00;

}

.submenuli a:hover{
	text-decoration: none;
	background:#336699;
	color: #FFFFFF;
}