@charset "utf-8";
/* CSS Document */

/* reset.css */
html, body, div, span,  h1, h2, h3, h4, h5, h6, p, form, label, tr, th, td {margin:0;padding:0;border:0;}

body{
font-size:0.85em;
font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
background:#FFF url(../images/bg.jpg) top left repeat-x;
color:#333;
line-height:1.5em;
margin-top: 0px;
}

body a:link{color:#376209; text-decoration:underline; padding:0px;}
body a:visited{color:#376209; text-decoration:underline; padding:0px;}

.right-column {
	padding-left:10px;
	border-left:thin;
	border-color:#CCC;
	border-style:solid;
}

.left-column {
	padding-left:0px;
	padding-right:10px;

}

.news-sub-title {font-size:11px; color:#000;}
.text-align-right {text-align:right;}
.view-more {text-align:right; font-size:12px}
.thank-you{color:#060; font-weight:bold;}
.error{color:#F00;}

.sub-banner {
	font-family:Tahoma, Geneva, sans-serif;
	color:#fff; 
	font-size:16px; 
	font-weight:bold; 
	letter-spacing:2px;
}

/*----------------------------------Page Title*/
.page-title {
	font-size: 1.50em;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #376209;
	padding-top: 5px;
	padding-bottom: 3px;
}

.footer {
	background-color:#E9E9E9;
	font-size:12px;
}

.footer a:link {color:#376209;}
.footer a:visited {color:#376209;}


