/* GENERAL STYLES */
@charset "utf-8";
/* CSS Document */

body{
	background: url(/images/background.gif) repeat-x;
	background-color: #ffffff;
	margin-top: 0px;
	padding-top: 15px;
	text-align: center;
}

img{
	border: none;
}

table{
	clear: both;
}

.menu{
	width: 759px;
	height: 32px;
	background: url(/images/menuback.gif) repeat-x;
	padding: 11px 0px 0px 20px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;	
}
.menu-shadow{
	width: 779px;
	height: 12px;
	background: url(/images/menu-shadow.gif) repeat-x;	
}

.mainbody{
	text-align: left;
	width: 779px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #656565;
}

.news{
	float: left;
	width: 186px;
	padding: 0px 20px 0px 20px;
/*	border: solid 1px #000;	
	background-image: url(/images/1px-transparent.gif) repeat-x;
	height: 466px;		*/
}

.news h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0072bc;
	padding-bottom: 20px;
	padding-top: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.newsTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.newsTitle a{
	text-decoration: none;
	color: #0072bc;
}

.newsTitle a:hover{
	text-decoration: underline;
	color: #0072bc;
}

.newsResume{
	margin-top: 5px;
	font-size: 11px;
	margin-bottom: 25px;
}

.newsResume a{
	font-weight: bold;
	font-size: 12px;
	color: #888;
	text-decoration: none;
}

.newsResume a:hover{
	text-decoration: underline;
}

.newsDate{
	margin-bottom: 3px;
	margin-top: 0px;
	font-size: 10px;
}

.content-top{
	float: right;
	width: 553px;
	background-image:url(/images/content-top.gif);
	height: 7px;
	overflow: hidden;
}
.content{
	float: right;
	width: 553px;
/*
	min-height: 450px;
	height: 450px;
*/
	height: auto;
	overflow: hidden;
	background: url(/images/contentback.gif) repeat-x;
	background-color: #e2e2e2;
	scrollbar: auto;
	/*	
	margin-left: 249px;
	*/
}
.content-bottom{
	float: right;
	width: 553px;
	background-image:url(/images/content-bottom.gif);
	height: 7px;		
	overflow: hidden;	
}

.content-inner-top{
	float: right;
	width: 779px;
	background-image:url(/images/content-inner-top.gif);
	height: 7px;
	overflow: hidden;		
}
.content-inner{
	float: right;
	width: 779px;
	background: url(/images/contentback.gif) repeat-x;
	background-color: #e2e2e2;

	/*	
	margin-left: 249px;
	border: solid 1px #000;	
	*/
}
.content-inner-bottom{
	float: right;
	width: 779px;
	background-image:url(/images/content-inner-bottom.gif);
	height: 7px;		
	overflow: hidden;	
}


.search{
	float: right;
	margin-right: 14px;
	position: relative;
	left: 10px;
}

.copy{
	margin: 25px 10px 10px 14px;
	padding: 0px 10px 10px 10px;	
}
.copy h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.copy h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0072bc;
}

.copy h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
}

.footspacer{
	float: left;
	width: 779px;
	height: 8px;
	background-color: #fff;
	background-image: url(/images/1px-white.gif) repeat;

}
.footbar{
	width: 779px;
	float:left;
}

.footbar a{
	color: #fff;
	text-decoration: none;
}

.footbar a:hover{
	color: #fff;
	text-decoration: underline;
}

.footbar-left{
	float: left;
	width: 7px;
	background-image: url(/images/footbar-left.gif);
	height: 44px;
}

.footbar-middle{
	float: left;
	height: 32px;
	width: 765px;
	padding-top: 12px;	
	background-color: #0072bc;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;	
}

.footbar-middle img{
	margin: 0px 10px 0px 40px;
}

.footbar-right{
	float: right;
	width: 7px;
	background-image: url(/images/footbar-right.gif);
	height: 44px;	
}

.footer{
	float: left;
	width: 779px;	
	color: #000000;
	font-size: 10px;
	background-color: #fff;
}

.searchHeader, .searchPanel div{
	margin: 20px;
	display: block;
}

.searchResults {
	margin: 0px 0px 0px 20px;
	display: block;
}

.searchHeader h2{
	font-size: 16px;
}

.searchResults h3, .searchResults a{
	font-size: 12px;
}
.searchButton{
	background-image: url(/images/search.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	padding: 0px;
	margin: 0px;
	width: 71px;
	height: 28px;
	
}

.searchQuery{
	background-image: url(/images/searchtext.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	padding: 6px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	width: 98px;
	height: 20px;
	font-size: 11px;
	overflow: hidden;
}

.subscribe{
	margin-left: 50px;
}

.subscribe input{
	margin-left: 10px;
	white-space: nowrap;
}

#sitemap{
	margin-left: 50px;
}

.contactForm .input{
	background-image: url(/images/searchtext.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	padding: 6px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	width: 98px;
	height: 20px;
	font-size: 11px;
	overflow: hidden;
}

.lhs{
	float: left;
	width: 170px;
	padding: 0px 20px 0px 20px;
}

.lhs h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0072bc;
	padding-bottom: 20px;
	padding-top: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#lhsMenu{
    	list-style:none;
    	margin-left: 0px;
}

#lhsMenu li{
	margin-bottom: 20px;
}

#lhsMenu a{
	font-size: 11px;
	text-decoration: none;
}

#lhsMenu a:hover{
	font-size: 11px;
	text-decoration: underline;
}

/* EDITOR PROPERTIES */
