body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  /*background-image: url(../images/bg.gif);*/
  font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
  color: #555555;
  line-height: 18px;
}
.headerbg{
	background-image: url(../images/headerbg.jpg);
	background-repeat: repeat-x;
}
/*.navbg{
	background-image:url(../images/navbg.jpg);
	background-repeat: repeat-x;
}*/
.bodybg{
	background-image: url(../images/bodybg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

.footerbg{
	background-image: url(../images/footerbg.jpg);
	background-repeat:repeat-x;
	background-position: bottom;
}

.newsletter {
	padding: 5px 0 0 10px;
}

a:link, a:visited{
	color: #a57301;
	text-decoration: none;
}
a:hover{
	color: #3097b9;
	text-decoration: underline;
}
a:active{
	color: #a57301;
	text-decoration: none;
}

.footer {
	color: #cccccc;
	text-decoration: none;
	line-height: 18px;
	font-size: 11px;
}
.footer a:link, .footer a:visited, .footer a:active {
	color: #cccccc;
	text-decoration: none;
	line-height: 18px;
	font-size: 11px;
}
.footer a:hover{
	color: #3097b9;
	text-decoration: underline;
	line-height: 18px;
	font-size: 11px;
}

.main {
	padding: 0 25px 0 20px;	
	/*background-image: url(../images/new/bg-main.jpg);
	background-repeat: none;
	background-position: bottom;*/
}

.rightColumn {
	padding: 0 10px 0 10px;
}

.news {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	line-height: 14px;
	padding: 0 5px 0 10px;
}
.date {
	font-weight: bold;
}

.news a:link, .news a:visited, .news a:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.news a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.title{
	font-size: 20px;
	color: #990000;
}
.controlcbackground{
	background-image: url(../admin-images/back.jpg);
	background-repeat: repeat-x;
}
.leftbg{
	background-image: url(../images/leftbg.jpg);
	background-repeat: repeat-y;
}
.leftbg_bottom{
	background-image: url(../images/leftbg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.quickfact {
	padding: 5px 30px 0 25px;
	background-image: url(../images/bg-quickfacts.jpg);
	background-repeat: repeat-y;
}

.bgCurrentEvents{
	background-image: url(../images/bg-currentEvents.jpg);
	background-repeat: repeat-y;
}

padding {	
	padding: 5px;
}

.newsletterbg{
	background-image: url(../images/newsletter-bg.jpg);
	background-repeat: reapeat;
}
input{
	font-size: 12px; 
}

.pad1{
	padding-top:5px;
}