body { background: #ffffff; }
body {  background-image: none; margin-top: 0px; margin-right: 0px; margin-left: 0px; margin-bottom: 0px; }
body, td, p, input, select { font-family: Verdana, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #000000; }

/* text headings */
h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-weight: bold; font-size: 18px; color: #0e4708; 
	margin-top: 0px; margin-bottom: 5px; margin-left: 0px; margin-right: 0px;}
h1.sub {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-weight: bold; font-size: 19px; color: #5e6a6e;  line-height: 27px;
	margin-top: 0px; margin-bottom: 0px; margin-left: 20px; margin-right: 0px;}
h2 { 	
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-weight: bold; font-size: 15px; color: #0e4708; 
	margin-top: 0px; margin-bottom: 5px; margin-left: 0px; margin-right: 0px;}
h3 { 	
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-weight: bold; font-size: 12px; color: #0e4708; 
	margin-top: 0px; margin-bottom: 5px; margin-left: 0px; margin-right: 0px;}

/* padding and margins for body text or side navigation etc. */
.div-left-box { margin-right: 20px; }
.div-main { margin: 20px 10px 30px 20px; }
.div-nav { margin: 5px ; }

/* txt stuff */
.txt-white { color: #ffffff; }
.txt-grey { color: #5e6a6e; }
.txt-tag { font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #ede9d2; }
.txt-box { font-size: 9px; font-weight: bold; color: #ffffff; margin-left: 4px;}
.txt-small { font-size: 9px; }
.txt-google { font-size: 9px; font-weight: normal; color: #000000; }
.txt-datestamp { color: #85959b; }
.quote { margin-left: 20px; margin-right: 20px; font-style: italic; }
.copyright { margin-right: 5px; color: #ffffff; }


/* list */
ul.nav { list-style-type: square; font-size: 4px; color: #18556c; margin-top: 0px; margin-right: 5px; margin-bottom: 5px; margin-left: 25px; }


/* background color or image*/
.bg-black { background-color: #000000; }
.bg-white { background-color: #ffffff; }
.bg-green { background-color: #0e4708; }
.bg-green2 { background-color: #DBF2D9; }
.bg-grey { background-color: #85959b; }
.bg-brown { background-color: #aa9b8c; }
.bg-blue1 { background-color: #c9e1ea; }
.bg-blue2 { background-color: #b7cdd5; }
.bg-blue3 { background-color: #00384c; }
.bg-nav-off { background-color: #e5d0bd; }
.bg-nav-on { background-color: #ede8d2; }
.bg-left { background: url('images/bg_left.gif'); }

/* border */
.bdr-r-green { border-right: solid #0e4708 1px; }
.bdr-textbox { border: solid #85959b 1px; }

/* handy pseudo classes for anchors - for various nav and body links */
a { font-size: 10px; font-weight: bold; color: #164f78; text-decoration: underline; line-height: 15px; }
a:hover { color: #0e4708;}

a.header { font-family: Arial, Verdana, Helvetica, sans-serif; 	font-weight: bold; font-size: 15px; color: #0e4708; line-height: 20px; text-decoration: none; }
a.header:hover {  }
a.school { font-family: Arial, Verdana, Helvetica, sans-serif; 	font-weight: bold; font-size: 12px; color: #0e4708; line-height: 20px; text-decoration: none; }
a.school:hover {  }
a.txt-box { font-size: 9px; font-weight: bold; color: #ffffff; margin-left: 4px; text-decoration: none; line-height: 9px; }
a.txt-box:hover { color: #ffffff; }
.lnk-desc{text-decoration:none; margin-left:15px; margin-right:5px}

a.nav { font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size:13px; font-weight: bold; color: #18556c; text-decoration: underline; margin-left: 5px; line-height: 27px; }
a.nav:hover { color: #00384c; text-decoration: underline; }
a.nav-select { font-family: Tahoma, Verdana, Helvetica, sans-serif; color: #5e6a6e; font-size:13px; font-weight: bold; text-decoration: none; margin-left: 5px; line-height: 27px;}

a.nav-sub { font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #18556c; text-decoration: underline; line-height: 20px; }
a.nav-sub:hover { color: #00384c; text-decoration: underline; }
a.nav-sub-select { font-family: Tahoma, Verdana, Helvetica, sans-serif; color: #5e6a6e; font-size:11px; font-weight: normal; text-decoration: none; line-height: 20px; }

a.footer { color: #ffffff; font-weight: normal; text-decoration: underline; margin-left: 5px; margin-right: 5px;  }
a.footer:hover { color: #aaaaaa; text-decoration: underline; }

#tooltip{
	position: absolute;
	width: 180px;
	border: 1px solid #85959b;
	background-color: #fefefe;
	padding: 5px;
	font-size: 10px;
	visibility: hidden;
	z-index: 1000;
}
#result{
	position: absolute;
	width: 400px;
	border: 4px solid #0e4708;
	background-color: #ffffff;
	padding: 10px;
	font-size: 10px;
	visibility: hidden;
	z-index: 1000;
}
#question{
	visibility: visible;
}
