@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	margin-top: 30px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#fscroller {
	background-color: #4b844b;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
}

#FortySix_Page {
	padding:20px;
	text-align:left;
	background-image: url(images/whitepage_shadow.jpg);
	background-repeat: repeat-x;
}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9pt;
}
h1 {
	font-size: 14pt;
	color: #336c41;
}
h2 {
	font-size: 12pt;
	color: #336c41;
}

/* Main Nav Menu */
#menuMain {
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	height:30px;
	padding-left: 10px;
}

.menuDiv {
	width:14px;
	background-image: url(images/menuDiv_BG.jpg);
	background-repeat: no-repeat;
	background-position: center 12px;
}

#jsddm {
	margin: 0;
	padding: 0;
	left: -10px;
}
	
#jsddm li {
	float: left;
	list-style: none;
}

#jsddm li a {
	color: #FFF;
	display: block;
	padding-top: 7px;
	height:12px;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}

#jsddm li a:hover {
	color: #e5e5e5;
	display: block;
	padding-top: 7px;
	height:12px;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}
		
#jsddm li ul {
	margin: 0;
	padding: 4px;
	position: absolute;
	visibility: hidden;
	margin-top:11px;
	background-color:#796050;
	padding-bottom:12px;
}
		
#jsddm li ul li {
	float: none;
	display: block;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
}

#jsddm li ul li a {
	width:198px;
	color:#004777;
	font-weight:normal;
	padding-top:8px;
	padding-bottom:8px;
	color:#e5b587;
}

#jsddm li ul li a:hover {
	width:198px;
	color:#ccc;
	font-weight:normal;
	padding-top:8px;
	padding-bottom:8px;
	color:#f5f5f5;
}
