body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*background: url(images/bg.gif);*/
	background-color: #616161;
	color: #333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a				{ text-decoration: none; outline: none; color: #f196c8; }
a:active		{ outline: none; }
a:hover     	{ text-decoration: underline; }

.header {
	background: url(images/site/header.jpg);
}

.menu {
	padding-top: 10px;
	padding-right: 10px;
}

.pagebg {
	background: url(images/site/page_middle.jpg);
}

.pagebgnew {
	background: url(images/site/page-middle-new.jpg);
}

.pagetop {
	background: url(images/site/page_top.jpg);
}

.pagetopnew {
	background: url(images/site/page-top-new.jpg);
}

.header-contact {
	font: 13px  "Trebuchet MS", Arial;
	text-align:right;
	vertical-align:top;
	padding: 8px 0px 0px 0px;
	line-height: 20px;
	}

.pageheader {
	font: 24px Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
   	color: #a7c839;
  	padding: 5px 0px 0px 0px;
	border-bottom: 1px solid #a7c838;
	line-height: 27px;
	text-align: left;
   }
   
.welcometext{
	padding: 0px 0px 0px 0px;
   }
   
.newsmiddle {
	background: url(images/site/news_middle.jpg);
	font-size: 11px;
	padding: 7px 14px 0px 14px;
   }

.newstop {
	background: url(images/site/news_top.jpg);
	padding: 25px 7px 7px 28px;
   }
.newsbottom {
	background: url(images/site/news_bottom.jpg);
	padding: 6px 0px 10px 0px;
   }
.news-pic {
	padding-left:10px;
}
.news-pic-bottom {
	padding:10px;
}

   
.footer { 
 height: 15px;
 clear: both;
 color: #8e8e8e;
 /*border: 1px solid #ccc;*/
 margin: 0px 0px 0px 0px;
 padding: 10px;
 background: #121212;
 text-align: center;
 font-size: 11px;
}
   
.main {
	font: 13px  "Trebuchet MS", Arial;
   	color: #333;
	
   }   

p {  font-family: font-size: 100%; line-height: 20px; margin-top: 0px; padding-top: 0px; margin-bottom: 12px; padding-bottom: 0px}

.pic-border {
	border: 1px solid #a7c838;
	margin-left: 10px;
}

/* LINKS */

a {
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #a7c839;
}
a:active {
	text-decoration: underline;
	color: #a7c839;
}

.contact-page {
	padding: 0px 12px 0px 0px;
	font-weight: bold;
}

.front-page-link:link {
	text-decoration:underline;
	color: #333;
}
.front-page-link:hover {
	text-decoration:underline;
	color: #a7c839;
}
.front-page-link:visited {
	text-decoration:underline;
	color: #333;
}
