﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#wrapper {
	border-width: thin;
	border-color: #E7ECF0;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-left-style: solid;
	border-right-style: inset;
}
#masthead {
	background-position: center;
	text-align: center;
	color: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('images/banner.jpg');
	height: 132px;
	background-color: #E7ECF0;
	background-repeat: no-repeat;
}
#top_nav2 {
	color: #FFFFFF;
}
	
}
#left_col {
	width: 200px;
	float: left;
	color: #FFFFFF;
}

#page_content {
	margin-left: 200px;
	color: #EBEFF2;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	min-width: 900px;
}
#footer {
	border-width: thin;
	border-color: #E6ECF0;
	clear: both;
	color: #E6ECF0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border-top-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sub_footer {
	background-color: #E6ECF0;
	height: 20px;
}
.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Verdana;
width: 150px; /* Main Menu Item widths */
border-bottom: 1px solid #e7ecf0;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */;
	color: #e7ecf0;
	text-decoration: none;
	padding: 6px;
	border-bottom: 1px solid #e7ecf0;
	border-right: 1px solid #e7ecf0;
	border-top: 1px solid #e7ecf0;
	border-left: 1px solid #e7ecf0
	
}
.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
	background-color: #224654; /*background of tabs (default state)*/
}
.sidebarmenu ul li a:visited{
	color: #e7ecf0;
}

.sidebarmenu ul li a:hover{
background-color: #224654
;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 150px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

a {
	color: #FFFFFF;
}
a:visited {
	color: #6699FF;
}
a:active {
	color: #665835;
}
a:hover {
	color: #999999;
}
<link rel="stylesheet" href="news/css/lightbox.css" type="text/css" media="screen" />
