@charset "iso-8859-1";
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #05a4ff;
	color: #37271C;
	background-repeat: repeat;
}
/*=============== 
indicates no border around any image 
============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ 
margins auto center the container on the page
========================*/
#container {
	margin: 10px auto 10px auto;
	padding: 20px;
	background-color: #FFFFFF;
	width: 80%;
}
/*=================== 
styles for top banner 
========================*/
#banner {
	background-position: left top;
	padding: 10px;
	background-color: #FFFFFF;
	background-image: url('images/top-banner.jpg');
	height: 200px;
	background-repeat: no-repeat;
	color: #000000;
	position: relative;
}
#banner .title {
	float: right;
	background-color: transparent;
	color: #315017;
	margin-top: 20px;
	font-size: 1.8em;
	font-weight: bolder;
}
#banner .tagline {
	font-size: small;
	font-style: italic;
	background-color: transparent;
	color: #315017;
}
/*=================== styles for top menu ======================*/
#topmenu {
	background-color: #FFFFFF;
	text-align: center;
	font-size: .90em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	color: inherit;
	border-top: 2px solid #05a4ff;
	border-bottom: 2px solid #05a4ff;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}
/*==============
all site links
==============*/
a:link {
	font-weight: bold;
	color: #49b917;
	background: transparent;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #49b917;
	background: transparent;
	padding: 0px;
	text-decoration:  none;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #49b917;
	color: #ffffff;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #49b917;
	color: #ffffff;
}
/*====================== 
styles for main content area 
=========================*/
#content {
	/*margin-right: 200px;*/
	margin-left: 180px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
/*===========content area list items==============*/
#content ul li {
	list-style-image: url('images/bullet1.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('images/bullet1.gif');
	padding: 2px 0;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#vertmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 160px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	float: left;
}
#vertmenu .heading {
	display: block;
	background-color: #05a4ff;
	color: #FFFFFF;
	font-size: 90%;
	padding: 3px 0 5px 3px;
	border: 1px solid #05a4ff;
	margin: 0px;
	width: 159px;
	font-weight: bold;
}
#vertmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#vertmenu ul li {
	margin: 0px;
	padding: 0px;
}
#vertmenu ul li a {
	font-size: 80%;
	display: block;
	border-bottom: 1px dashed #05a4ff;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #666666;
	width: 160px;
}
#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #000000;
	background-color: #fcfcae;
}

/* *****************************************************
Navigation Bar - right hand side (front page only)
**************************************************** */
#vertright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 160px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	float: right;
}
/*============== 
Styles for footer 
===================*/
#footer {
	border-top: 2px solid #05a4ff;
	clear: both;
	padding: 5px;
	background-color: inherit;
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== 
general styles 
=================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #004145;
	height: 3px;
}
/* =================
Styles for heading tags 
=============== */
h1, h2, h3, h4 {
	color: #49b917;
	background-color: inherit;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: .9em;
}
h4 {
	font-size: .9em;
}
/*================
used to center anything
==============*/
.center {
	text-align: center;
}
/* ============
floats images to right or left 
============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}

/*========================
Colour coding for tables on the front page
==========================*/

.blueTable {
    border: solid 2px #05a4ff;
}

.blueCell {
    background-color: #05a4ff;
}

.greenTable {
    border: solid 2px #49b917;
}

.greenCell {
    background-color: #49b917;
}