body {
	background-color: #FFFFFF; 
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #666666;
}

p {	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}

td {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #666666;	
}

h2 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #3333CC;
}

h3  { 
	color: #666666;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

.whiteHeading {
	color: white;
	font-weight: bold;
}

.imgLeft {
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgRight {
	margin-left: 10px;
	margin-bottom: 10px;
}

.b {
	font-weight: bold;
}

.maintable{
	margin: 20px;
	padding: 20px 20px;
	color : #333333;
	font : 14px Verdana, Geneva, Arial, Helvetica, sans-serif;	
	width: 100%;
	margin: auto;
}

.maintable a:link { color : #666666; text-decoration : underline }
.maintable a:visited { color : #666666; text-decoration : underline }
.maintable a:hover { color : #004fa3; text-decoration : underline }
.maintable h1 {
	color : #483D8B;
	font : bold 14px Verdana, Arial, Helvetica, sans-serif;
}
.maintable h2 {
	color : #1C1753;
	font : bold 12px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing : 2px
}

.maincontent {
	padding-right: 20px;
}

/* The Sidebar */
.sidebar {
	padding-left : 20px;
	color : #666666;
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-left: dotted 1px #006699;
}

.sidebar h2{
	color: #666666;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}

.sidebar a:link { color : #666666; }
.sidebar a:visited { color : #666666; }
.sidebar a:hover { color : #004fa3; }

.addressLine {
	border-top: dotted 1px #006699;
	border-bottom: none;
	color: #ffffff;
	background-color: #ffffff;
}

/* The Footer*/
.linkfooter {
	vertical-align: bottom;
}

.footer {
	color: White; /* this is the colour of the font */
	background-color: #004FA3; /* this is the background colour */
	text-align: center;
	font-size: 10px;
}

.footer a:link { color : White; }
.footer a:visited { color : white; }
.footer a:hover { color : #FFB342; }

.valid {
	border: 1px solid #333333;
	background-color: #B6E1E2;
	color: Black;
	padding: 2px 4px 2px 4px;
}
	
#navbar {
	border: 1px solid #003366;
	border-right: none;
	text-align: center;
}
#navbar td {
	border-right: 1px solid #003366;
}
#navbar td a{
	display: block;
	width: 100%;
	/*padding: 3px;*/
	text-decoration: none;
}
#navbar td a:link, #navbar td a:visited {
	color: White;
	background-color: #004FA3;
}
#navbar td a:hover, #navbar td a:active {
	color: #006699;
	background-color: #B6E1E2;
}

.menu {
	z-index: 3; 
	background-image: url(../graphics/menubg.png);
	position: absolute; 
}

.menu a {
	color: white;
	display: block;
	padding: 2px;
	text-decoration: none;
}

.menu a:hover {
	background-color: #004FA3;
	
}

.cform {
	width: 350px;
}

.invalidform {
	border: 1px solid red;
	background-color: #ee99aa;
}

.error {
	border: 1px solid black; 
	background-color: #ee99aa;
	padding: 4px;
	width: 590px;
	margin: 5px 0px 5px 0px;
	color: black;
}

#mapHover {
	display: inline; 
	z-index: 2; 
	position: absolute; 
	top: 200px; 
	left: 50px; 
	border: solid 2px #004FA3; 
	padding: 5px; 
	background-image: url(../graphics/menubg.png);
}

#mapLink {
	 cursor: pointer;
}

#mapFullLink a:link, #mapFullLink a:visited {
	color: white;
	font-weight: bold;
}

#mapFullLink a:hover {
	color: red;
	font-weight: bold;
}

.red {
	color: red;
}

.large {
	color : #1C1753;
	font : bold 16px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing : 2px
}

.fpImage {
	margin-right: 10px;
	margin-bottom: 5px; 
	float: left;
	clear: left;
}

.addressPop {
	display: none; 
	z-index: 2; 
	position: absolute; 
width: 200px;
	margin-left: 20px;
	border: solid 2px #004FA3; 
	padding: 5px; 
	background-image: url(../graphics/addbg.png);
	color: black;
}

.addressPop a:link, .addressPop a:visited {
	font-weight: bold;
	color: #004FA3; 
}

/* newsinfo style content table */
.dataTable {
	width: 650px; 
	border: none;
}

.dataTable td {
	padding: 2px;
}

.dtCell {
	width: 25%;
	vertical-align: top; 
}

.dtHeader {
	color: white;
	font-weight: bold;
	background-color: #004FA3;
}

.dtHeading {
	color: white;
	font-weight: bold;
	background-color: #999999;
}

.btnHover img {
	border: 1px solid white;
}

a.btnHover:hover img {
	border: 1px solid #c0d1e4;
}