﻿body
{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #004F30;
    font-family: Helvetica, Vrinda, Arial, sans-serif;
}
h1
{
    font-size: 16px;
    }
h2
{
    font-size: 14px;
    }
hr
{
    color: #004F30;
}
#wrapper
{
    width: 1000px;
    background-color: #005030;
}
#navigation
{
	background-image: url('Images/Template/header.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 200px;
	background-color: #009245;
	padding-bottom: 5px;
}
#navigation a, #navigation a:visited
{
	background-image: url('Images/Template/nav_buttons.png');
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
	width: 85px;
	height: 37px;
	margin-left: 5px;
	vertical-align: middle;
	text-align: center;
	display: block;
	float: left;
	text-decoration: none;
	line-height: 25px;
	color: #004F30;
}
#navigation a:hover
{
	text-decoration: underline;
}
#content
{
    background-image: url('Images/Template/green_bkgrd.png');
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 5px;
}
.col3Left
{
	float: left;
	width: 280px;
	margin-left: 15px;
}
.col3Centre
{
	float: left;
	width: 470px;
	margin-left: 20px;
}
.col3Right, .col2Right
{
	float: left;
	width: 180px;
	margin-left: 20px;
}
.col2Left
{
	float: left;
	width: 770px;
	margin-left: 15px;
}
.rowGreen
{
	margin-bottom: 20px;
}
.col3Left .rowGreen .head
{
	padding: 3px 5px 7px 5px;
	background-position: left top;
	background-image: url('Images/Template/left_column_title_banner.png');
	background-repeat: no-repeat;
	font-weight: bold;
	position: relative;
	z-index: 30;
}
.col3Centre .rowGreen .head
{
	padding: 3px 5px 7px 5px;
	background-position: left top;
	background-image: url('Images/Template/mid_col_title_banner.png');
	background-repeat: no-repeat;
	font-weight: bold;
	position: relative;
	z-index: 30;
}
.col3Right .rowGreen .head, .col2Right .rowGreen .head
{
	padding: 3px 5px 7px 5px;
	background-position: left top;
	background-image: url('Images/Template/right_col_title_banner.png');
	background-repeat: no-repeat;
	font-weight: bold;
	position: relative;
	z-index: 30;
}
.col2Left .rowGreen .head
{
    padding: 3px 5px 7px 5px;
    background-position: left top;
    background-image: url('Images/Template/grenn_title_bar_770x24.png');
    background-repeat: no-repeat;
    font-weight: bold;
    position: relative;
    z-index: 30;
}
.rowGreen .body
{
	margin-top: -15px;
	padding: 20px 5px 5px 5px;
	background-color: #D8EAC2;
	position: relative;
	z-index: 20;
}
.rowGreen .block
{
	margin-top: -15px;
	padding: 0;
	background-color: #D8EAC2;
	position: relative;
	z-index: 20;
}
.news a, .news a:visited
{
	color: #004F30;
	text-decoration: none;
	font-weight: bold;
	}
.news a:hover
{
	text-decoration: underline;
	}
.contentpad
{
    padding: 5px;
    }
.txt10
{
    font-size: 10px;
    }
