/* Site Structure */
#container {
	background-color:#B7B7B7;
	}
#container {
	margin:auto;
	width:800px;
	height:900px;
	}
	
body {
	background-color:#333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
a:link {
	color:#000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration:none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
	

/* Content Holders */
#header_area {
	width:100%;
	height:140px;
	}

#top_navigation_bar {
	width:100%;
	height:20px;
	border-style: solid; 
	border-top-width: 1px; 
	border-left-width: 0px; 
	border-bottom-width: 1px; 
	border-right-width: 0px; 
	}
	

#content {
	width:504px;
	height:737px;
	float:left;
	margin-left:2px;
	margin-right:2px;
	maring-top:1px;
	margin-bottom:0px;
	border-style:solid;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	}
	
#update_title_new {
	background-color:#000066;
	color:#cccccc;
	width:100%;
	height:20px;
	border-style:solid;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	}
	
#update_title_old {
	color:#cccccc;
	background-color:#000066;
	width:100%;
	height:20px;
	border-style:solid;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	}

#right_navigation_menu_box {
	width:144px;
	height:737px;
	float:right;
	border-style:solid;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	}

#left_navigation_menu_box {
	width:144px;
	height:737px;
	float:left;
	border-style:solid;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	}

#update_box {
	border-style:solid;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	
	}
	
#footer {
	width:800px;
	height:20px;
	}



	
/* Content Styling */
.topnavbar_links a {
	text-decoration:none;
	margin:5px;
	color:#333333;
	}

.topnavbar_links a:hover {
	color:#000000;
	}
	
.navmenu_items_left a {
	display: block; 
	text-decoration:none;
	border-color:#000000;
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px; 
	width: 141px; 
	text-align: left;
	padding-left:3px;
	color:#000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
.navmenu_items_left a:hover {
	background-color:#000066;
	color:#cccccc;
	}

.navmenu_header_left {
	background-color:#000066;
	color:#cccccc;
	display:block;
	padding-right:3px;
	width:141px;
	}
	
.navmenu_items_right a {
	display: block; 
	text-decoration:none;
	border-color:#000000;
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px; 
	width: 141px; 
	text-align: right;
	padding-right:3px;
	color:#000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
.navmenu_items_right a:hover {
	background-color:#000066;
	color:#cccccc;
	}

.navmenu_header_right {
	background-color:#000066;
	color:#cccccc;
	text-align:right;
	display:block;
	padding-left:3px;
	width:141px;
	}
	
.content_text {
	margin: 3px;
	}	
	
.header {
	font-size:50px;
	color:#000066;
	}

.header_sub_text {
	font-size:20px;
	color:#666666;
	}