body	{
	background-color: #003500;
	/*background-image: url(../img/pagebg.gif);
	background-repeat: repeat-x;*/
	}

body, table, input, textarea	{
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 13px;
	}	
	
table.container	{
	width: 800px;
	/*background-color: #008000;*/
	background-color: #0f8612;
	}
	
table.calendar {
	border: 1px solid #ccc;
	width: 100%;
}

td	{
	vertical-align: top;
	}

td.mid {
	vertical-align: middle;
	}
	
table.calendar_table {
	width: 100%;
}

td.calendar_cells {
	border: 1px solid #ccc;
	width: 14.5%;
}

.mast	{
	height: 150px;
	/*background-color: #008000;*/
	background-color: #0f8612;
	text-align: center;
	}
	
.sub_header{
	height:34px;
	width:800px;
	background-image: url(../img/banner_02.jpg);
	font-size:x-large;
	color:#fff;
}

.sub_header table tr td{
	font-size:20px;
	font-weight:bold;
	color:#fff;
}

.nav	{
	padding-top:10px;
	background: transparent;
	}

.clip	{
	background: transparent;
	vertical-align: bottom;
	text-align: center;
	padding: 5px;
	}

.info	{
	background-color: #0C0;
	vertical-align: top; 
	text-align: left;
	}

.content	{
	background-color: #FFF;
	padding: 10px;
	text-align:justify;
	}

.bar	{
	background: transparent;
	font-style: italic;
	font-size: 11px;
	text-align: center;
	color: #ccc;
      	padding: 2px;
	}

.sub1	{
	background-image: url(../img/titlebg.gif);
	background-repeat: repeat-y;
	background-position: left;
	color: #006A00;
	font-size: 21px;
	text-align: left;
	padding: 2px 0px 0px 2px;
	}

.nav a {
	color: #fff;
	border: 1px solid #005A00;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 4px;
	display: block;
	}

.nav a:hover {
	background: #0A0;
	color: #000;
	background-image: url(../img/navbg.gif);
	background-repeat: repeat-y;
	}

li.circle	{
	list-style-type: circle;
	}

a	{
	color: #008000;
	}

a:hover	{
	color: #004400;
	}

ul {
	line-height: 2;
	}

.bar a {
	color: #ccc;
	}

.bar a:hover {
	color: #fff;
	}

.bigger {
	font-size: larger;
	font-weight: bold;
	}

.homebottom {
	text-align: center;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	}
	
.calnav {
	color:white;
	background-color:#0A0;
	border: 1px solid black;
	width:65%;
}

.pagenumbers {
	text-align: right;
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
	}

.pagenumbers a {
	text-decoration: none;
	}

.newsitem {
	border-bottom: 1px solid #ccc;
	}

.newsbox {
	width:310px;
	margin:10px;
	font-size: 11px;
	border: 1px solid #003500;
	}

.newsboxtitle {
	background-color: #003500;
	text-align: center;
	font-weight: bold;
	color: #fff;
	}

.newsboxtext {
	font-size: 11px;
	}
	
.imgborder {
	border: 2px solid #008000;
	}