@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
	background-color: #CCCCCC;
}
#container {
	background-color: #6d6d6d;
	width: 966px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	/*height: 700px;*/
	height:860px;
}
#container1 {
	background-color: #FFFFFF;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	/*height: 669px;*/
	width: 888px;
	height:840px;
}
#topmenu_right {
	text-decoration: none;
	text-align: right;
	clear: both;
	height: 20px;
	margin-right: 16px;
	margin-left: 13px;
	color: #5c9514;
}
#banner {
	margin-right: 22px;
	margin-left: 0px;
	text-align: left;
	height: 132px;
}
#navigation {
	height: 66px;
	margin-right: 12;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
}
#h_line {
	background-color: #E8E8E8;
	height: 3px;
	width: auto;
	margin-right: 23px;
	margin-left: 8px;
}
#container3 {
	margin-right: 10px;
	margin-left: 8px;
	/*height: 478px;*/
	height:638px;
	background-color: #FFFFFF;
	float: left;
	width: 213px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	text-align: center;
}

#homeIntroduction {
	font-family: "Franklin Gothic Medium";
	font-size: 13px;
	color: #333333;
	height: 577px;
	text-align: justify;
	background-color: #FFFFFF;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 9%;
	text-align: left;
	background-color: #FFFFFF;
}

#sidebar {
	background-color: #84929D;
	/*height: 478px;*/
	height:638px;
	width: 211px;
	clear: both;
	margin-left: 1px;
}
.head {
	font-family: "Franklin Gothic Medium";
	font-size: 14px;
	color: #F26A1C;
	font-weight: bold;
}

#containier4 {
	float: left;
	/*height: 445px;*/
	height:auto;
	background-color: #99FF66;
	margin-right: 13px;
	width: 635px;
}
.topLink {
	font-family: "Franklin Gothic Medium";
	font-size: 9px;
	font-weight: bold;
	color: #5B9414;
	text-decoration: none;
}

.topLink a {
	font-family: "Franklin Gothic Medium";
	font-size: 12px;
	color: #5B9414;
	text-decoration: none;
}


.topLink a:hover {
	font-family: "Franklin Gothic Medium";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #84929D;
	text-decoration: none;
}
#newshead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 10px;
}
#newscontent {
	padding: 2px;
}
#eventhead {
	font-family: "Franklin Gothic Medium";
	font-size: 14px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	text-align: left;
	padding-left: 5px;
	color: #FFFFFF;
}
#eventscontent {
	padding-right: 1px;
	padding-left: 1px;
}
#sitesearchcontent {
	text-align: left;
	padding-left: 5px;
	font-family: "Franklin Gothic Medium";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
}
#sitesearchcontent a{
text-decoration:none;
color:#fff;
border:0;
}

#sitesearchcontent a:hover{
text-decoration:underline;
color:#00e;
}

/*image editing*/

 
.img img
  {
  display:inline; 
  margin:1px;
  border:1px solid #ffffff;
  }
.img img a:hover 
  {
  border:1px solid #0000ff;
  }
