body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
}
#container {
	width: 750px;
}
.dark_blue_bar {
	height: 7px;
	background-color: #0071bc;
	border-bottom: 2px solid #FFFFFF;
}
.dark_blue_bar_nav {
	height: 9px;
	background-color: #0071bc;
	border-bottom: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;	
}
#logo_box {
	width: 252px;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;	
}
#slogan_box {
	width: 498px;
	border-bottom: 2px solid #FFFFFF;	
}
.light_blue_bg {
	background-color: #00adef;
	border-right: 2px solid #FFFFFF; 
	width: 252px;
	padding: 0px;
	margin: 0px;
}
#nav_spacer_bar {
	height: 35px;
	padding: 0px;
	margin: 0px;
}
#main_content {
	background-image: url('../images/content_bg.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: bottom;
	text-align: justify;
	width: 498px;
	padding: 5px;
}
#left_bar_content {
	text-align: center;
	padding-top: 5px;	
}
#left_bar_content img {
	padding-top: 5px;
	padding-bottom: 5px;	
}
#page_title {
	margin-top: 0px;
	padding-top: 5px;
	color: #0071bc;	
}
.normal_text {
	font-family: arial;
	font-size: 12px;	
}
.normal_text a {
	color: #0071bc;
	text-decoration: none;	
}
.normal_text a:hover {
	color: #00adef;
	text-decoration: underline;	
}
.bottom_page {
	width: 250px; /*350px;	*/
}
#footer_bar {
	background-color: #0071bc;
	height: 37px;
	text-align: center;
	border-top: 2px solid #FFFFFF;
}
#footer_bar table {
	text-align: center;
	margin: 0 auto;	
}
#footer_bar p {
	display: inline;
	padding-right: 10px;
	color: #FFFFFF;	
}
#footer_bar p a {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;	
}
#footer_bar p a:hover {
	text-decoration: underline;
	color: #00adef;	
}