body{
	background: url(/images/page_bg.gif) top center repeat-y #ececec;
	margin: 0px;
	text-align: center;		/* IE hack for center */
}


/* CENTER POSITION! */

.center_position{
	width: 720px;
	text-align: left;
	margin: 0px auto 0px auto;
}


/* BANNER LINE THING */

#head{
	width: 100%;
	height: 110px;
	line-height: 0px;
	background: url(../images/head_tile.gif);
}




/* MAIN MENU */

#main_menu{
	width: 200px;
	background: url(/images/menu_bg_tile.gif) top center;
}
#main_menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	}
	
#main_menu li {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	}
	
#main_menu li a{
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	display: block;
	margin: 0px;
	padding: 9px 5px 9px 20px;
	line-height: 1em;
	color: black;
	text-indent: 10px;
	font-family: "Times New Roman", Times, serif;
	background: url(/images/menu_bg_tile.gif) center;
	}

#main_menu li a:hover {
	color: #4a81b5;
}
#main_menu ul li .selected {
	color: #124a7e;
	font-weight: bold;
	background: url(/images/menu_selected.gif) center;
}

#main_menu ul li ul li a{
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	display: block;
	margin: 0px;
	padding: 8px 5px 8px 10px;
	line-height: 1em;
	color: black;
	background: none;
	text-indent: 35px;
	font-family: "Times New Roman", Times, serif;
	background: url(/images/menu_bg_.jpg) bottom repeat-x;
}

#main_menu ul li ul li .selected_sub {
	color: black;
	font-weight: bold;
}

#main_menu_top{
	width: 200px;
	height: 45px;
	background: url(/images/menu_top.gif) top center;
	line-height: 1em;
	font-size: 0px;
	clear: both;
}

#main_menu_end{
	width: 200px;
	height: 10px;
	background: url(/images/menu_bottom.gif) top center;
	line-height: 1em;
	font-size: 0px;
	clear: both;
}



.news_box{
	float: right;
	width: 150px;
	border-collapse: collapse;
	background: #f2f2f2;
	margin: 10px 0px 20px 20px;
}
.news_box a{
	font-weight: normal;
	color: #124a7e;	
}


/* CONTAINER AND CONTENT */

#main_frame{
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
#main_frame tr{
	vertical-align: top;
}
#main_frame td{
	margin: 0px;
	padding: 0px;
}

#content{
	width: 500px;
}
#content_paddings{
	margin: 0px 10px 30px 0px; 	/* Content paddings */
}


.sitemap_list ul{
	margin: 0px;
	padding: 0px;
}
.sitemap_list li{
	list-style: none;
	margin-bottom: 5px;
}
.sitemap_list .sublist{
	text-indent: 20px;
}





/* FOOT */

#foot{
	width: 100%;
	height: 100px;
	background: url(/images/foot.gif) top center;
}
#foot p{
	margin: 17px;
	color: #666;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#foot a{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666;
}