body{
	margin: 0px;
	text-align: center;		/* IE hack for center */
}


/* CENTER POSITION! */

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


/* BANNER LINE THING */

#head{
	width: 100%;
	height: 100px;
	line-height: 0px;
	border-bottom: 2px solid #321b73;
}




/* MAIN MENU */

#main_menu{
	margin: 0px;
	padding: 0px;
	height: 25px;
	text-align: center;
	line-height: 0px;
	border-bottom: 2px solid #321b73;
}

#main_menu a{
	float: left;
	margin: 0px;
	text-align: left;
	font-size: 12px;
	padding: 6px 10px 7px 10px;
	font-weight: bold;
	line-height: 1em;
	color: #888888;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#main_menu a:hover{
		font-weight: bold;
		color: black;
}
#main_menu .selected{
		font-weight: bold;
		color: black;
}



/* SUB MENU */

#sub_menu{
	margin: 10px 10px 0px 10px;
	height: 300px;
	width: 150px;
	
}
#sub_menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	}
	
#sub_menu li {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	}
	
#sub_menu li a{
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0px 0px 1px 0px;
	padding: 10px 5px 10px 10px;
	line-height: 1em;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	background: #013366;
	}

#sub_menu li a:hover {
	background: #07409c;
	color: white;
}
#sub_menu .selected {
	background: #07409c;
}

.news_box{
}

/* CONTAINER AND CONTENT */

#main_frame{
	width: 100%;
	clear: both;
	border-collapse: collapse;
	margin: 0px;
}
#main_frame tr{
	vertical-align: top;
}
#main_frame td{
	margin: 0px;
	padding: 0px;
}

#content{
	width: 100%;
}
#content_paddings{
	margin: 10px 20px 20px 20px; 	/* Content paddings */
}


.sitemap_list ul{
	margin: 0px;
	padding: 0px;
}
.sitemap_list li{
	list-style: none;
}
.sitemap_list .sublist{
	margin-left: 20px;
}





/* FOOT */

#foot{
	margin: 0px;
	height: 30px;
	border-top: 2px solid #321b73;
}
#foot p{
	padding: 5px 0px 0px 0px;
	margin: 0px;
	color: black;
	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: #321b73;
}


