body {
	margin: 40px 0px 0px 0px;
	padding: 0px;
	font: 12px arial;
	color: #000000;
	background-color:#494947;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #494947;
	line-height: 18px;
}

h1        { 
color: #494947; 
font-size: 12.5px; 
font-weight: bold; 
text-decoration: none 
padding: 0px 0px 0px 0px;
margin: 0px 0px 10px 0px;
}

h2   { 
color: #494947; 
font-size: 12px;  
font-weight: bold; 
padding: 0px 0px 0px 0px;
margin: 0px 0px 5px 0px;
}

h3 { 
color: #494947; 
font-size: 11.5px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 2px 0px;
}

a {
	color: #003399;
	text-decoration:none;
}

a:hover {
	color: #003399;
	text-decoration:none;
}

#container {
	width:905px;
	min-height: 560px;
	height: auto !important;
	height: 560px;
	z-index:0;
	margin: 0 auto;
}


#site {
	float:left;
	width:905px;
	min-height: 530px;
	height: auto !important;
	height: 530px;
}

#header {
	float:left;
	width:905px;
	height: 168px;
	background-image:url(images/header2.gif);
	background-repeat:no-repeat;
        cursor:pointer;
}

#frame {
	float:left;
	width:905px;
	min-height: 362px;
	height: auto !important;
	background-image:url(images/frame_bg.gif);
	background-repeat:repeat-y;
	height: 362px;
}

#navigation {
	float:left;
	width:200px;
	height: auto !important;
padding: 10px 0px 0px 0px;
}

#navbar ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 0px solid #cccccc;
}

#navbar ul li{
	border-bottom: 0px solid #cccccc;
}

#navbar ul li a.inactive_{
	display:block;
	font-weight: normal;
	text-decoration: none;
	padding: 10px 3px 10px 60px;
	background-image:url(images/nav_red.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color: #494947;
}

#navbar ul li a.inactive_red{
	display:block;
	font-weight: normal;
	text-decoration: none;
	padding: 10px 3px 10px 60px;
	background-image:url(images/nav_red.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color: #494947;
}

#navbar ul li a.inactive_green{
	display:block;
	font-weight: normal;
	text-decoration: none;
	padding: 10px 3px 10px 60px;
	background-image:url(images/nav_green.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color: #494947;
}

#navbar ul li a.inactive_blue{
	display:block;
	font-weight: normal;
	text-decoration: none;
	padding: 10px 3px 10px 60px;
	background-image:url(images/nav_blue.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color: #494947;
}

#navbar ul li a.active_, #navbar ul li a:hover, #navbar ul li a.active_red, #navbar ul li a.active_green, #navbar ul li a.active_blue{
	display:block;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 3px 10px 60px;
	background-image:url(images/nav_hover.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color: #494947;
}

#navbar ul li.level_2 a{
	display:block;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 3px 5px 60px;
	text-transform:none;
	background-image:url();
	color: #494947;
}

#navbar ul li.level_2 a:hover, #navbar ul li.level_2 a.active{
	display:block;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 3px 5px 60px;
	text-transform:none;
	background-image:url();
	color: #494947;
}


#content {
	float:left;
	width:485px;
	height: auto !important;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
	line-height: 18px;
}



#sidebar {
	float:left;
	width:160px;
	height: auto !important;
	padding: 20px 10px 20px 10px;
	margin: 0px 0px 0px 0px;
	font-weight:bold;
	line-height: 18px;
}
* html #sidebar {
	padding: 22px 10px 20px 10px;
}

#sidebar a {
	color: #494947;
	text-decoration:none;
}

#sidebar a:hover {
	color: #003399;
	text-decoration:none;
}

#footer {
	float:left;
	width:905px;
	height: 30px;
	z-index:0;
	margin: 0 auto;
	color: white; 
	font-size: 10px;
	padding: 2px 0px 0px 0px;
}

#footer a {
	color: white;
	text-decoration:none;
}

#footer a:hover {
	color: white;
	text-decoration:none;
}

#footer_l {
	float:left;
	width:200px;
	height: 30px; 
}

#footer_r {
	float:left;
	width:705px;
	height: 30px;
	text-align:right;
}



