/* CSS Document */
body { font-family:Arial, Helvetica, sans-serif;}
.maindiv { background-color:#ececec; width:100%; height:100%;}
#MainTable { background-color:#ececec;}
.logo{
	background:url(images/header_left.jpg) no-repeat top;}
div, p, h1, h2, h3, h4, ul, a, img{padding:0px; margin:0px;}

h1 {
	font-size:20px;
	padding-bottom:10px;
}
h2 {
	font-size:18px;
	padding-bottom:10px;
}
h3 {
	font-size:16px;
	margin: 0;
	padding:5px 0 5px 0;
}
p {	font-size:12px;}
ul {font-size:12px;}
li{ line-height:12px;}
a:link {
	color: #777;
}
a:visited {
	color: #777;
}
a:hover {
	color:#2F4171;
}
a:active {
	color:#2F4171;
}	
	
/*Content*/
#content {
	background:url(images/body_top_bg.jpg) top center no-repeat #ffffff;
	}
#content_table {padding:30px 10px 5px 15px;}
.text td {padding:0px 0px 0px 5px;}
.text td ul { margin-left:10px;}
.text td ul li { 
	padding: 5px 0px 1px 2px;
	margin-left:10px;
	line-height:12px;}
.text td ul li a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;}

#content_bottom { background:#ececec url(images/footer1.jpg) bottom center no-repeat;
	width:926px;
	height:83px;
	color:#ac190b; font:11px/15px "Trebuchet MS",Arial, Helvetica, sans-serif;}
#margin_left{ background:url(images/body_left_margin.jpg) top right repeat-y;}
#margin_right{ background:url(images/body_right_margin.jpg) top left repeat-y;}

/* TOP PANEL MENU */
#topMenu{width:926px; height:44px; margin:0 auto; padding:0px; background:url(images/navi_bg.jpg) top left repeat-x;}
ul#menu { width: 100%; height: 44px; background: #FFF url("images/menu-bg.jpg") top left repeat-x; font-size: 0.8em; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0; }
ul#menu li { display: block; float: left; margin: 0 0 0 9px; }
ul#menu li a { height: 44px; color: #777; text-decoration: none; display: block; float: left; line-height: 200%; padding: 5px 8px 0; }
/*ul#menu li a:hover { color: #333; }
ul#menu li a.current{ color: #FFF; background: #FFF url("images/current-bg.gif") top left repeat-x; padding: 5px 10px 0; }*/

ul#menu li a:hover { color: #333; }
ul#menu li.item_active a{ color: #FFF; background: #FFF url("images/current-bg.gif") top left repeat-x; padding: 5px 10px 0; }

/* SIDEBAR */
#sidebar {
	width:240px;
	padding:30px 5px 0px 15px;
	}



