/* The background colour reference is #0079C2 and the menu bar colour reference is #22IF73. */

a {
	color: #22IF73;
	text-decoration: underline;
	border: 0px solid white;
}
a:hover
{
	color: #22IF73;
	text-decoration: underline;
}
.body {
	background: #0079C2;
	padding-left: 100px;
	
}
.border {
	border: 1px black solid;
}
.title01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: black;
}
.title02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: black;
}
.title03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	padding-left: 3px;
	padding-top: 3px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	padding-left: 3px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6699FF;
	background-color: white;
	}
.banner
{
	width: 800px;
	background-color: white;
	height: 100px;
	font-family: arial;
	font-size: 14px;
	float: none;
	border: 1px solid #666666;
	background: url('../images/web_banner_800x104.jpg'); 	
}

.newtop
{
	width: 800px;
	height: 110px;
	float: none;
	border: 0px solid #666666;
	background: url('../images/newlogo.jpg'); 	
}
		
.menu {
	width: 750px;
	background-color: #28227A;	
	height: 20px;
	font-family: arial;
	font-size: 9px;
	float: none;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	padding-left: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
.main {
	width:780px;
	font-family: arial;
	text-align: left;
	font-size: 14px;
	float: none;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: white;
	border-top: 0px solid #666666;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	}
tr
{
	font-family: arial;
	text-align: left;
	font-size: 14px;
}

.visionstatement
{
color: #003399;
	font-weight: bold;
font-size:16px;
}
