html{overflow-y: scroll;}
html,body{
	margin:0;
	padding:0;
	background: #999999;
	font: normal 11pt Verdana,Arial,sans-serif;
}

.banner-container { background: #000; height: 300px; overflow: hidden; width: 999px; z-index: 10; }
	.banner { display: none; height: 300px; overflow: hidden; position: relative; width: 999px; z-index: 2; }
	.banner.selected { display:block; }
		.banner-image { position: absolute; top: 0; z-index: 4; }
		.banner-info { margin-left: 30px; padding-top: 228px; position: relative; width: 750px; z-index: 5; }
			
			
			.banner-info ul { margin: 30px 0px 0px -5px; padding: 0; list-style-type: none; }
				.banner-info ul li { display: inline; margin-right: 8px; }			
					.banner-info ul li a { color: #fff; padding: 5px 10px 5px 5px; font-size: 1.1em; }
					.banner-info ul li a:hover { background-color: #f96500; text-decoration: none; }
						.banner-info ul li a span { color: #f96500; font-size: 1.2em; }
						.banner-info ul li a:hover span { color: #fff; }
#topbanner {
color: #fff; 
font-size: 2.5em; 
cursor: default;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;}

#bannertext{
color: #fff;
cursor: default; 
font-size: 1.1em; 
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}                        
		
	.banner-button { 
		background-image: url(../images/bg_banner_button.png);
		background-color: #000;
		background-position: 0 -6.4em;
		background-repeat: no-repeat;
		float: left; 
		height: 6.6em;
		margin: -3px -.1em 0;
		opacity: .6;
		position: relative;
		width: 31.5em; 
		z-index: 1;
	}

	.banner-button:hover, .banner-button.selected { background-position: right top; background-repeat: repeat-x; opacity: 1; z-index: 6; }

image{
	border: 0px;
}

#bodycontainer{
	height: auto;
	width: 998px;
	border: 1px solid #464646;
	background-color: #f5f5f5;
	margin: 0 auto;
}

#header{
	height: 120px;
	padding-left: 20px;
	text-align: left;
	background-color: #fff;
}

#logo{
	margin-right: 25px;
	padding-top: 20px;
}

#slogan{
	font: normal 10pt Verdana;
	color: #4d4d4d;
	margin-left: 75px;
	margin-top: 20px;
	padding-bottom:10px;
	float: left
}

#search{
	float: right;
	margin-right: 30px;
	margin-top: 65px;
	width: 175px;
}

#searchForm input.gsc-input {
        padding : 2px;
        color : rgb(51, 51, 51);
        border : 1px solid rgb(204, 204, 204);
        width: 200px;
}

#searchbutton{
	margin-top: 1px;
}
#searchbox{
	height: 16px;
	width: 100px;
	font: normal 9pt Verdana;
	color: #b2b2b2;
	border: 1px solid #b2b2b2;
	padding-left: 5px;
}

#banner{
	width: 100%;
	background-image: url('images/banner1.jpg');
	background-repeat: no-repeat;
	height: 285px;
}
#topcontent{
	height:300px;

}

#maincontent{
	padding-left: 20px;

}

#content{
	border:1px solid #f5f5f5;
	background-color: #f5f5f5;
	text-align:center;
	margin-top:15px;
}

#content table{
  text-align:left;
	border: 1px solid #a3a3a3;
	border-collapse: collapse;
	vertical-align: top;
	width: 950px;
	min-height:400px;
}

#content table td#lefttd div{
	margin: 10px 20px 10px 30px;
}

#content table td#centertd div{
	margin: 15px 20px 20px 20px;
}

#content table td#righttd div{
	margin: 10px 20px 20px 30px;
}

#content table th{
	border: 1px solid #a3a3a3;
	font: bold 11pt Verdana;
	padding-left: 30px;
	text-align: left;
	line-height: 30px;
}

#content table td{
	border: 1px solid #a3a3a3;
	border-collapse: collapse;
	background-color: #fff;
}

#tableheader{
	background:#fff url('images/thead.gif') repeat-x 100%;
}

#newsheader{
	font: normal 13pt Verdana;
}

#newsshort{
	font: normal 9pt Verdana;
	margin: 10px 0 10px 0;
}

#newsshort a, #newsshort a:visited{	
	color: #346aba;
	text-decoration: none;
}

#newsshort a:hover{
	color: #346aba;
	text-decoration: underline;
}

#newsgoto{
	font: normal 10pt Verdana;
	color: #0070bd;
	cursor: pointer;
}

#centertd{
	vertical-align:top;
}

#centertd p{
	margin:9px 0;
}

#centertd a, #centertd a:visited, #lefttd a, #lefttd a:visited, #righttd a, #righttd a:visited{
	font: normal 10pt Verdana;
	color: #0070bd;
	text-decoration: none;
}

#centertd a:hover, #lefttd a:hover, #righttd a:hover{
	text-decoration: underline;
}

#footer{
	padding: 0;
	font: normal 9pt Verdana;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #f5f5f5;
	text-align: center;
}

#footer a, #footer a:visited{
	font: normal 9pt Verdana;
	color: #808080;
	text-decoration: none;
}

#footer a:hover{
	font: normal 9pt Verdana;
	color: #808080;
	text-decoration: underline;
}
#footer img{
	vertical-align: bottom;
}
