a
{
	color:#9d9d9d;
	text-decoration:none;
	font-family:Verdana;
}

a:hover
{
	text-decoration:underline;
}

a.subclass{text-decoration: none; color:#333333;font-weight:bold;font-size:10;font-family:Verdana;}
a.subclass:hover{text-decoration:underline;}

a.subclassB{text-decoration: none; color:#ffffff;font-weight:bold;font-size:11;font-family:Tahoma;}
a.subclassB:hover{text-decoration:underline;}

td
{
	font-family:Tahoma,Verdana;
	font-size:12;
	color:#333333;
}

.inputbox
{
	font-family:Verdana;
	font-size:11;
	color:#000000;	
}

p
{
	font-family:Tahoma,Verdana;
	font-size:12;
	color:#333333;
	text-align:justify;
}

.question
{
	color:#a0a0a0;	
}

tdB
{
	font-family:Verdana;
	font-size:10;
	color:#ffffff;
}

body
{
	margin: 0px;
	background-color:#333333;
}
.address
{
	font-family:Verdana;
	font-size:10;
	color:#8a8a8a;
}
.contactForm
{
	font-family:Verdana;
	font-size:11;
	color:#000000;	
}
.contact
{
	font-size:12;	
}
a.IS_NEWS_LINK{text-decoration: none; color:#9d9d9d;font-weight:bold;font-size:10;font-family:Verdana;}
a.IS_NEWS_LINK:hover{text-decoration:underline;}

a.IS_LINKS_LINK{text-decoration: none; color:#9d9d9d;font-weight:bold;font-size:10;font-family:Verdana;}
a.IS_LINKS_LINK:hover{text-decoration:underline;}

a.IS_STAFF_DETAIL_EMAIL{text-decoration: none; color:#9d9d9d;font-weight:bold;font-size:11;font-family:Verdana;}
a.IS_STAFF_DETAIL_EMAIL:hover{text-decoration:underline;}

.IS_CAT_D2
{
	font-weight:bold;
}
.IS_NEWS_HEADER
{
	font-weight:bold;	
}
.IS_NEWS_DATE
{
	font-style:italic;	
}
.IS_FAQS_Q2
{
	font-weight:bold;
}
.IS_LINKS_HEADER
{
	font-weight:bold;
}

.IS_STAFF_IMAGE_TD 
{
    width:90px
}
.IS_STAFF_IMAGE 
{
    border:solid 1px #666666;
}
.IS_STAFF_DETAIL_BOLD 
{
    width:70px;
}




#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: white;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: black;
	padding: 0.2em 10px;
	height:25;
}

#nav li li a:hover {
	padding: 0.2em 9px;
	border: 5px solid black;
	border-width: 0 0   0 1px;
	height:25;
}

#nav li {
	float: left;
	position: relative;
	width: 140;
	text-align: left;
	cursor: default;
}

li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	padding: 0.5em 0 1em 0;
	border-left: solid 1px silver;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
	background-color:White;
}