body, .body_ll {
/*	background-image: url(../images/header/hdrbg.jpg);
	background-repeat : repeat-x;
	background-position : top; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
*/
	margin : 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

img { -ms-interpolation-mode: bicubic; }

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 17px;
	color: #333333;
	margin-top: 30px
}

h2, .h2_ll {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #333333;
}

.top_logobar{
	position: absolute;
	width: 800px;
	height: 80px;
	margin-left: 0px;
	margin-top: 0px;
	vertical-align: center;
}
.top_logobar_image{
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}

.top_logobar_text{
	margin-left: 550px;
	margin-top: 2px;
}



.top_menubar{
	position: absolute;
	width: 800px;
	height: 70px;
	margin-left: 0px;
	margin-top: 31px;
/*	background-color: #2760AA;*/
	background-image: url(images/blue_grad.jpg);
	background-repeat : repeat-x;
}

.menudiv{
	position: absolute;
	height: 80px;
	margin-left: 220px;
	margin-top: 69px;
	z-index: 2;
}

.contentdiv{
	position: absolute;
	width: 800px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 101px;
	background-color: #FFFFFF;
	color: #555555;
	z-index: 1;
}

.left_menubar{
	width: 149px;
	height: 500px;
	margin-left: 0px;
	margin-top: 0px;
/*	padding-top:20px; */
	background-color: white;
	float: left;
	list-style-image: url(images/bullet.gif);
	background-image: url(images/grey_grad.jpg);
    background-position-y: top;
}

.left_menubar li{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding-bottom: 20px;
	padding-right: 5px;
}

.left_menubar ul{
	padding-top: 20px;
}

.selected{
/*	background-color: #8093AD;
	border-top: 1px solid #2760AA;
	border-right: 1px solid #2760AA;
	border-bottom: 1px solid #2760AA;
	border-left: 1px solid #2760AA; */
	color: white;
	font-weight: bold;
}

.left_menubar a:link { color: #444444; text-decoration: none; }
.left_menubar a:visited { color: #444444; text-decoration: none; }
.left_menubar a:hover { color: red; text-decoration: underline; }
.left_menubar a:active { color: red; font-weight: none; }

.body_roof_image{
	width: 650px;
	height: 60px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #2760AA;
	float: right;
}

.body_textblock{
	width: 650px;
	height: 60px;
	margin-left: 0px;
	margin-top: 0px;
	float: right;
}

.body_textblock_title{
	margin-left: 20px;
	margin-right: 60px;
	margin-top: 10px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
.body_textblock_frame a:link { color: #2760AA; text-decoration: none; }
.body_textblock_frame a:visited { color: #2760AA; text-decoration: none; }
.body_textblock_frame a:hover { color: lightblue; text-decoration: underline; }
.body_textblock_frame a:active { color: lightblue; text-decoration: underline; }

.body_textblock_frame{
	margin-left: 20px;
	margin-right: 60px;
	margin-top: 10px;
	background-color: #FAFAFA;
	padding: 0 20px 20px 20px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.body_textblock_frame table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.body_textblock_frame li{
    padding-bottom: 0px;
}

.body_textblock_frame p{
    padding-bottom: 0px;
}

.footer{
margin-top: 20px;
margin-left: 200px;
text-align: center;
}

.footer ul{
	list-style: none;
}

.footer li { /* all list items */
	float:left;
	width: 10em; /* width needed or else Opera goes nuts */
}


/*
	CSS Drop Down Menus ("Son Of Suckerfish" http://www.htmldog.com/articles/suckerfish/dropdowns/)
*/

.menudiv #nav, .menudiv #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

.menudiv #nav a {
	display: block;
	width: 10em;
	color: black;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
}

.menudiv #nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	height: 22px;
}

.menudiv #nav li ul { /* second-level lists */
	position: absolute;
	/*background: #2760AA;*/
	width: 11em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: black;
	background: white;
	border-style: ridge;
	border-width: thin;
}

.menudiv #nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
        display: block;
}

.menudiv #content {
/*	clear: left;*/
	color: #ccc;
}

