 
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif; 
	height:100%;
	background-color:#cfe7ff;
}
#BgContainer {
	height:100%;
}
#Container {
	width:980px;
	height:100%;
	margin:0px auto;
	background:#ffffff url(../images/bgstrip.png) repeat-y;
}
#Header {
}
#Header .utilitiesmenu {
	border-top:16px solid #ffffff;
	background-color:#AADD77;
	text-align:right;
	padding:4px;
}
#Header .utilitiesmenu a {
	color:#003366;
	padding:0px 6px;
}
#Header .banner {
	background-color:#99CC33;
}
#Header .topmenu {
	height:24px;
	background-color:#003366;
}
#Layout {
	overflow:auto;
}
#leftmenu {
	float:left;
	width:200px;
	height:400px;
	background-color:#ff9900;
}
#content {
	float:right;
	padding:20px;
	width:720px;
}
#Breadcrumbs {
	margin:10px 0px;
	border-bottom:1px solid #ff9900;
}
#Footer {
	background-color:#003366;
	color:#ffffff;
	padding:6px;
	text-align:right;
}
/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	display:block;
	margin: 0 auto;
	padding-top: 5px;
	overflow: hidden;
}
	#Navigation ul { 
 		float: right; 
		margin-right: 10px;
	}
		#Navigation ul li { 
	 		list-style: none; 
			margin: 0 2px; 
			float: left;
			line-height: 2.8em;
			display: block;
		}
  			#Navigation ul li a { 
				float: left;
				text-decoration: none;
				display: block; 
				height: 2.3em; 
				font-size: 1.2em; 
				padding: 0 0 0 10px;
				color: #fff;
			}
				#Navigation ul li a span {
					text-align: center;
	        		float: left;
					padding-right: 10px;
					height: 2.3em;
				}
					#Navigation ul li a:hover { 
			 			background-color: #ff9900; 
						color: #fff;
						cursor: pointer;
					}
					#Navigation ul li a:hover span {
						background-color: #ff9900;;
						cursor: pointer;
					}
					
    			#Navigation ul li a.current,
	    		#Navigation ul li a.section,
	    		#Navigation ul li a.section:hover,
	    		#Navigation ul li a.current:hover { 
				 	background-color: #fff;
				 	color: #444;
					}
				#Navigation ul li a.current span,
				#Navigation ul li a.section span,
	    		#Navigation ul li a.section:hover span,
				#Navigation ul li a.current:hover span {
					background-color: #fff;
					color: #444;
				}

.WidgetHolder  {
	padding:8px;
}
.WidgetHolder h3 {
	font-size:140%;
	padding:0px 4px;
}
.newsitem {
	padding:10px;	
}
.newsitem h2 {
	font-size:14px;
	color:#330000;
	font-weight:bold;
	padding-bottom:5px;
}

.newsitem a {
	color:#006600;
	font-weight:bold;
	text-decoration:none;
}

.newsitem a:hover {
text-decoration:underline;
}
.newsitem ul {
padding-left:0px;
}
.newsitem li {
list-style-type:none;
padding:5px 0px;
}
.utilitiesmenu a {
	text-decoration:none;
}
.submenu {
	font-size:120%;
}
