
a:link {color:084BE5; text-decoration:underline;  font-weight: normal}
a:visited {color:084BE5; text-decoration:underline; font-weight: normal}
a:active  {color:#668BDF; text-decoration:none; font-weight: normal}
a:hover   {color:#4EAD01; text-decoration:underline; font-weight: normal}


A.nav:link    {color:#0e3ead; text-decoration:none;	font-family: Arial, Helvetica, san-serif;font-size: 13px; font-weight: bold}
A.nav:visited {color:#0e3ead; text-decoration:none; font-family: Arial, Helvetica, san-serif; font-size: 13px; font-weight: bold}
A.nav:active  {color:#668bdf; text-decoration:underline; font-family: Arial, Helvetica, san-serif; font-size: 13px; font-weight: bold}
A.nav:hover   {color:#4ead01; text-decoration:underline; font-family: Arial, Helvetica, san-serif; font-size: 13px; font-weight: bold}

A.navSub:link    {color:#FFFFFF; text-decoration:none; font-family: Arial, Helvetica, san-serif; font-size: 13px; font-weight: bold}
A.navSub:visited {color:#FFFFFF; text-decoration:none; font-family: Arial, Helvetica, san-serif; font-size: 13px; font-weight: bold}
A.navSub:active  {color:#4EAD01; text-decoration:underline; font-family: Arial, Helvetica, san-serif; font-size: 13px; font-weight: bold}
A.navSub:hover   {color:#FFFF00; text-decoration:underline; font-family: Arial, Helvetica, san-serif; font-size: 13px; font-weight: bold}





.dot {
  background-image: url(images/dot.jpg);
  background-repeat: repeat-x;
  }



h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #0E3EAD;
	margin-left: 24px;
	font-weight: normal;
}
h2 {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: small; font-weight: bold; color: #668BDF; margin-left: 36px; margin-left: 36px}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #8EBE9F;
	margin-left: 36px;
	margin-left: 36px;
	font-style: italic;
	font-weight: bold;
}


.table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#333333;
	line-height: 150%;
	margin-left: 36px;
	margin-right: 0px;
}

.tableNoIndent{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#333333;
	line-height: 150%;
	margin-left: 0px;
	margin-right: 0px;
}


.used{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#333333;
	line-height: 110%;
	margin-left: 0px;
	margin-right: 0px;
}


.tableList {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#333333;
	line-height: 150%;
	margin-left: 72px;
	margin-right: 18px;
	list-style-image: url(images/bullet2.jpg);
}


.block {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9d8752;
	height: auto;
	width: 90%;
	border:1px solid #B5D0B9; 
	padding: 5px;
	font-style: italic;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color:#4EAD01;
	margin-left: 36px;
	margin-right: 0px;
}

body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin: 0;
}

.tableSmall {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color:#333333;
	line-height: 150%;
	margin-left: 0px;
	margin-right: 0px;
}

.Sidebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color:#4ead01;
	line-height: 115%;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
	font-style: italic;
}

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}


.norepeat {
	background-repeat: repeat-x;
}


#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 11px Arial;
line-height:16px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background:#d4dffa;
color:#000000;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #4ead01;
color:#FFFFFF
}



.special {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #CC0000;
	width: 500px;
	border: 1px dotted #CC0000;
	padding: 10px;
	margin-left: 24px;

	
}


