@charset "utf-8";
/* CSS Document */

A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
	color:#CC0000;
}
:link { color:#0066CC }
:visited { color:#993300 }
:active { color:#CC0000 }

.search input {
	color:#F7df01;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #028CBA;
	cursor:pointer;
	background-color: #0072ae;
}
li {
	margin-bottom: 8px;
	margin-top: 8px;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	color: #566887;
	line-height: normal;
	margin: 10px;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color: #566887;
	margin: 10px;
}
.largetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #566887;
	margin: 10px;
}
.pageheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #566887;
	margin: 10px;
}
.pagemenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	margin: 10px;
}
ul.disc {
	list-style-type: disc;
	font-size: 0.9em;
	color: #566887;
}
.newsbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #566887;
	margin: 10px;
}

td.bg{
	background-image:url(images/leftnavbg.jpg);
	background-repeat:no-repeat;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #007B9F;
}
.greybg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	background-color: #EAEAEA;
	text-align: left;
}
.darkgreybg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	background-color: #DDDDDD;
	text-align: left;
}

.navtreehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	color: #008EB8;
	line-height: normal;
	margin-left: 10px;
}
.navtree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	color: #777777;
	line-height: normal;
}
.plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: normal;
}
.blacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: normal;
	margin: 10px;
}

/************** Pop up Balloons ***************/
.balloon{
	position: relative;
	z-index: 0;
}

.balloon span{
	position: absolute;
	background: #DFE4EC;
	padding: 5px;
	border: 1px dotted black;
	display: none;
	color: black;
	text-decoration: none;
	height: auto;
	width: 450px;
	text-align: left;
	z-index: 1;
}

.balloon:hover span{ 
	display: block;
	top: 0;
	left: 180px; /*offset position horizontally */
}

