body{
	font-family: arial, sans-serif;
	font-size:10pt;
	color: #000000;
	scrollbar-arrow-color: white;
	scrollbar-DarkShadow-Color: white;
	scrollbar-Face-Color: rgb(43,87,170);
	scrollbar-Highlight-Color: white;
	scrollbar-Shadow-Color: white;
	scrollbar-Track-Color: white;
	margin:0px;
	background:#EBEFF7 url(images/layout/bottom-fade.jpg) repeat-x bottom fixed;
}


img {
	border:0px;
}


ul#nav, ul.menudropdown { /* all lists */
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size:10pt;
}

 ul#nav li { /* all list items */
	float: left;
	position: relative;
	
}

li ul.menudropdown { /* second-level lists */
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
}

li>ul.menudropdown { /* 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: 25px;
	left: auto;
}

li:hover ul.menudropdown, li.over ul.menudropdown { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}

.menuitem {
	background-color:#EBEFF7;
	width:300px;
	height:90px;
	padding:5px;
	color:#2B57AA;
	font-weight:bold;
	font-style:italic;
	font-size:10pt;
}
