/* Global Styles */
body {
	background: #14285f;
	margin:0px;
}
	
/* ID Styles */
#edit_region{
	position:relative;
	left:160px;
	width:864px;
	border-left: 3px solid #445DA0;
}

#footer{
	clear:both;
	color:#99ccff;
	position:relative;
	text-align:center;
	font-size:12px;
}

#header_cog {
	background:#E2E3E8;
	width:100%;
	height:127px;
	border-bottom-style:double;
	border-bottom-color:#cc3300;
	padding:0;
	margin:0;
	}
	
#left_col{
	position:absolute;
	top:130px;
	left:0px;
	z-index:1;
	background:#14285f;
	width:160px;
	border-right: 3px solid #445DA0;
}

/*Classes*/

.main_box {
	position:relative;
	left:-3px:
	border-right: 3px solid #445DA0;
	padding-left:15px;
}

.bodyText {
	color:#99ccff;
	line-height:15px;
	letter-spacing:0.1em;
	margin-top:0px;
	font-family: arial;
	font-size: 11px;
	font-weight:normal;
	}
	
.image_thumbs {
	float:left;
	margin-right:10px;
	margin-bottom:20px;
	width:200px;
	height:250px;
}

.image_text {
	float:left;
	width:195px;
	height:250px;
	margin-right:15px;
	margin-bottom:20px;
}

.news {
	padding-top:10px;
	margin-left:10px;
}

.news_text {
	color:#E2E3E8;
	line-height:15px;
	letter-spacing:0.1em;
	margin-top:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
	
.sidebarmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font:12px georgia;
	width: 160px; /* Main Menu Item widths */
}
 
.sidebarmenu ul li{
	position: relative;
	z-index:1;
}

/* Top level menu links style */
.sidebarmenu ul li a{
	display: block;
	/*overflow: auto; /*force hasLayout in IE7 */
	color: #99ccff;
	font-weight:bold;
	text-decoration: none;
	padding: 12px;
	border-bottom: 1px dotted red;
}

.sidebarmenu ul li a:hover{
	background-color:#E2E3E8;
	color:#000;
	border-bottom: 1px solid red;
}

/*.sidebarmenu ul li a:visited{
color: #F0F0F0;
}*/

/*Sub level menu items */
.sidebarmenu ul li ul{
	position:absolute;
	text-align:center;
	background-color:#E2E3E8;
	border-top: 1px dotted red;
	border-left: 3px solid #445DA0;
	top:0;
	width: 120px; /*Sub Menu Items width */
	z-index:1;
	visibility:hidden;
	color:#000;
}

.sidebarmenu ul li ul a{
	background-color:#E2E3E8;
	color:#000;
}

