/* CSS Document */
	
#html, body {
	background-color:#223F80;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

#container {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
}
	
#header{
	width: 950px;
	height: 128px;

}
		
#logo {
	float: left;
	width: 300px;
	height: 128px;
	background-image:url(images/logo.jpg);
	background-repeat: none;
	/*margin-left: 100px;*/
}

#logo h1 {
	float: left;
	width: 300px;
	height: 128px;
	padding: 0;
	margin: 0;
}

#logo h1 span {
	display: none;
}

#topLinks {
	display: none;
}

#search {
	width: 245px;
	height: 30px;
	float: right;
	margin: 4px 0 0 0;
	padding: 3px 0 3px 0;
	font-size: 10pt;
}

#search h6 {
	height: 30px;
	float: left;
	position:relative;
	top: 4px;
	margin: 6px 6px 0 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #70A401;
	line-height: 10px; 
}

.searchBox {
	width: 145px;
	height: 18px;
	margin: 0 37px 6px 35px;
	border: 1px solid #70A401;
	background-color: #FFFFFF;
}

.go {
	position:relative;
	top: 6px;
	
}


#navigation {
	float: right;
	width: 600px;
	height: 84px;
	margin-top:33px;
}

#content {

}

#breadcrumbs {
	color: #ffffff;
	margin: 3px 0 4px 0;
}
#breadcrumbs a:link, #breadcrumbs a:visited{
	text-decoration: underline;
	color:#FEC340;
}
#breadcrumbs a:hover {
	color:#FEC340;
	text-decoration:none;
}

#feature {
	/*width: 481px;
	height: 201px;*/
}
	
#left {
	float: left;
	width: 405px;
	
}

#left p {
	width: 200px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#left h3 {
	width: 200px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}

#left li.rssli{
	list-style-image: url(/styles/images/icon1.jpg);
	list-style-position:inside;
	margin: 0 0 0 15px;
	line-height: 18px;
}

#left li.rssli a, #content ul li, #contentWide ul li{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	/*color: #f62d00;*/
	text-decoration:none;
}

#right {
	float: right;
	width: 481px;
}

#contentWide {
	float:left;
	width:730px;
	margin-left: 12px;
}
#right p, #contentWide p{
	font-family: Verdana, Helvetica, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
}
#right a{
	color: #FEC340;
}
/*
#right a:link, #right a:visted {
	color: #FEC340;
	text-decoration:underline;
}*/
#right a:hover {
	color: #FEC340;
	text-decoration:none;
}

#right h3, #contentWide h3 {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FEC340;
}
#right h1 {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color:#FEC340;
}
/*
#right ul, #contentWide ul {
	list-style-image: url(/styles/images/icon2.jpg);
	line-height: 18px;
}
*/
#sitemap_list {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#sitemap_list a {
	color: #70a401;
	text-decoration:none;
}

#clear {
	clear:both;
}
	
#footer {
	border-top: 1px solid #CCCCCC;
	padding:6px;
	font-family: Helvetica, Arial;
	font-size: 10px;
	font-weight: normal;
	color:# 000000;
}
#footer a {
	color: #FEC340;;
	text-decoration:underline;
}

#containerOut {
	display: none;
}

/* Others

#spotlight {
}
#events {
}
#miniCal {
}
#news {
}

*/