body {
	margin: 0px;
	padding: 0px;

	font-family: arial, helvetica, sans-serif;

	font-size: 12px;
	background: #e5e5e5;
	
color: #000000;
}


a, a:visited, a:active {
	font-family: arial, helvetica, sans-serif;

	font-size: 13px;
	color: #0000dd;
	text-decoration: none;
}


a:hover {
	color: #0000ff;
	text-decoration: underline;
}


p {
	line-height: 130%;
	margin:10px;
}

ul {
	list-style: disc;
	padding-left: 30px;
}


li {
	line-height: 130%;
}


img {
	padding: 0px;
	border: 0px;
}


/* Classes for aligning images */

.alignleft {
	display: inline;

	float: left;
	margin-right: 20px;
	
margin-top: 5px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 20px;

	margin-top: 5px;
}

.
aligncenter  {
	clear: both;
	display: block;
	margin-left: auto;

	margin-right: auto;
}



h3 {
	font-family: arial, helvetica, sans-serif;
	
font-size: 22px;
	
font-weight: bold;
	
margin: 10px 0px 10px 0px;
}

#container {
	width: 990px;
	margin: 0 auto;	
	padding: 10px 0px 0px 0px;
}


#container2 { float: left;
	
width: 960px;
	padding: 0px 15px;

	background: url('images/logo1.png') top left repeat-y;

	margin-bottom: 10px;
}


#header {
	background: #cccccc url('images/logo1.png') left top repeat-x;

	width: 960px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	float: left;

	border-top: 1px solid #000000;
}


#header h1 {
	color: #ffffff;
	letter-spacing: -1px;
	font-size: 10px;
	font-weight: bold;
	padding: 27px 0px 0px 30px;
	margin: 0px;
	background-color: #009966;
}


#header h1 a, #header h1 a:active, #header h1 a:visited, #header h1 a:hover {
	color: #ffffff;
	letter-spacing: -1px;

	font-size: 40px;
	font-weight: bold;
	text-decoration: none;
}


#header p {
	color: #cecece;
	font-size: 14px;
	margin: 0px;
	
line-height: 110%;
	padding: 5px 0px 0px 30px;
}
#topmenu {
	float: right;
	width: 960px;
	background: #222222 url('images/menubg.gif') left top repeat-x;
	padding: 0px;
	margin: 0px;
}

#topmenu ul {
	float: left;
	display: inline;
	
margin: 0px;
	padding: 0px 30px 0px 30px;
}

#topmenu li {
	display: inline;
	
list-style: none;
	margin: 0px;
	padding: 0px;
}


#topmenu li a, #topmenu li a:visited, #topmenu li a:active {
	display: block;
	color: #ffffff;
	text-decoration: none;
	float: left;
	margin: 0px 0px 0px 1px;
	padding: 10px 20px 10px 20px;
}

#topmenu li a:hover {
	text-decoration: none;
	background: #ffffff url('images/bon.gif') top left repeat-x;
	color: #000000;
}

#contentcontainer {
	width: 900px;
	float: left;
	background: #ffffff;
	display: inline;
	margin: 0px;
	padding: 15px 30px 35px 30px;
}

#content {
	float: left;
	width: 570px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content h2, #content h2 a, #content h2 a:visited, #content h2 a:active {
	margin: 20px 0px;
	font-family: Georgia, arial, helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
}

#content h2 a:hover {
	text-decoration: underline;
}

blockquote {
	margin: 15px 30px 15px 5px;
	padding-left: 10px;
	border-left: 5px solid #e0e0e0;
	color: #555555;
}

form {
	margin: 17px 0px 17px 0px;
	padding: 10px 20px 10px 20px;
	background-color: #FFFFFF; 
	width: 80%;
}

input {
	border: 1px solid #d5d5d5;
	padding: 4px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #1e1e1e;
}

.formbutton {
	background: #e5e5e5;	
	padding: 5px 25px 5px 25px;
}

.formbutton:hover {
	background: #d5d5d5;
	text-decoration:underline;
}

textarea {
	width: 90%;
	border: 1px solid #d5d5d5;
	padding: 4px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #1e1e1e;
}

#sidebar {
	float: left;
	width: 270px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#sidebar h2 {
	margin: 25px 0px 8px 0px;
	font-family: Georgia, arial, helvetica, sans-serif;
	font-size: 18px;
}

#sidebar ul  {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#sidebar .links li {
	border-bottom: 1px dotted #aaaaaa;
	margin: 0px;
	padding: 5px 0px;
}

#sidebar .links li a, #sidebar .links li a:visited, #sidebar .links li a:active {
	width: 280px;
	display: block;
	margin: 0px 0px 0px 0px; 
	text-decoration: none;
	color: #0000ff;
}

#sidebar .links li a:hover {
	text-decoration: none;
	color: #000000;
}

#sidebar .news li {
	border-bottom: 1px dotted #aaaaaa;
	margin: 0px;
	padding: 5px 0px;
}

#sidebar .news span {
	display: block;
	font-size: 11px;
	color: #848484;
	padding: 0px;
	margin: 0px;
}

#footer {
	float: left;
	width: 960px;
	background: #cccccc;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #6a6a6a;
	border-top: 1px solid #999999;
	padding: 7px 0px 7px 0px;
	margin-bottom: 0px;
}

#footer p {
	padding: 0px;
	margin: 0px;
}

#footer a, #footer a:active, #footer a:visited, #footer a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #6a6a6a;
	font-size: 12px;
	color: #6a6a6a;
}

.news{
       width:98%;
	   height:200px;
	   background-color:#fffff;
	   border:dotted #999999;
	   margin-bottom:10px;
	   float:left;
	   }
.nimg{
      float:left;
	  height:100%;
	  width:35%;
	  margin-right:5px;
	  }
.admi{
       width:100%;
	   height:900px;
	   background-color:#FFFFFF;
	   border:#999999;
	   }

.abc{
     width:340px;
	 height:22px;
	 }
 .ab{
     width:340px;
	 height:400px;
	 border:thick #000000;
	 }
.events{
	width:98%;
	height:200px;
	background-color:#ffffff;
	margin-top: 10px;
	float:left;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
		}
.post{
       width:100%;
	   height:auto;
	   background-color:#ffffff;
	   border:dashed #CCCCCC;
	   }
 .circle{
       border-radius:50%;
	   width:190;
	   }
	   .head{
	   width:100%;
	   height:auto;
	   float:left;
	   }
