
body {
	margin:0px;
	padding:0px;
	
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	
}

table, td, div, a {
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}

.logo {
	float:left;
	width:334px;
	height:67px;
}

.top_nav_bg {
	float:left; 
}

.top_nav_bg_2 {
	background-image:url(img/bg_top_nav.png);
	background-position:left top;
	background-repeat:repeat-x;
	height:67px;
	margin-left:334px;
}

.nav_side_1 {
	padding-top:40px;
}

.nav_side_2 {
	float:left; 
	width:201px;
}
/*
.nav_side_bg{
	float:right; width:168px; height:249px; 
	background-image:url(img/side_nav_bg.png);
	background-position:left top; 
	background-repeat:no-repeat;
	padding-top:28px;
}
*/
.nav_side_item {
	height:22px;
	text-indent:46px;
	padding-top:4px;
}

.nav_side_item_active {
	background-image:url(img/nav_star.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:22px;
	text-indent:46px;
	padding-top:4px;
}

a.side_nav:link, a.side_nav:visited {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
a.side_nav:hover {
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}
/*
.main_background_color {
	background-color:#4f94e1;
}

.main_background_image {
	background-image:url(img/main_bg_1_1.jpg); 
	background-position:left top;
	background-repeat:no-repeat;
}
*/

.main_container {
	background-color:#efefef;
	margin-left:200px; 
	border-top:3px solid white;
	border-bottom:3px solid white;
	border-left:3px solid white;
}

.main_content_headline {
	margin-left:11px;
	margin-top:1px;
	background-color:#efefef;
	font-size:24px;
	color:#005aa9;
	font-style:italic;
}

.main_content {
	min-height:700px;
	margin-left:22px;
	margin-top:10px;
	/*width:800px;*/
}


.footer_container {
	background-color:#8A8C8B;
	height:30px;
}

.footer_div_first {
	float:left;
	width:201px;
	height:19px;
	line-height:19px;
	background-color:#656665;
	text-align:right;
}

.footer_div_middle {
	float:left;
	height:19px;
	line-height:19px;
	text-align:center;
	padding:0px 10px 0px 10px;
	border-right:1px solid #ffffff;
}

.footer_div_last {
	float:left;
	height:19px;
	line-height:19px;
	padding:0px 10px 0px 10px;
	text-align:center;
}

a.footer_div_link:link, a.footer_div_link:visited {
	color:#ffffff;
	text-decoration:none;
}

a.footer_div_link:hover {
	color:#ffffff;
	text-decoration:underline;
}

