/* STYLES */
.leftbar {
	color: #8aff00;
	background-image: url(images/leftbar_bg.gif); 
	background-repeat: repeat-x;
	background-color: 99ff00;
}

.red_text {
	font-family: "Myriad Roman", Verdana, Arial;
	font-size: 10pt;
	line-height: 12pt;
	color: #ff0000;
	text-decoration: none
}

.head {
	font-family: "Myriad Roman", Verdana, Arial;
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none
}

.text {
	font-family: "Myriad Roman", Verdana, Arial;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	text-decoration: none
}

.text2 {
	font-family: "Myriad Roman", Verdana, Arial;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	text-decoration: none
}

.text_link {
	font-family: "Myriad Roman", Verdana, Arial;
	font-size: 11px;
	line-height: 15px;
	color: #ff0000;
	text-decoration: none
}

.text_link:hover {
	color: #000000;
	text-decoration: none
}

.footer {
	font-family: "Myriad Roman", Verdana, Arial;
	font-size: 10px;
	line-height: 12px;
	color: #003ba1;
	text-decoration: none
}

/* DROP DOWN MENU */
#dropmenudiv {
	position:absolute;
	z-index:100;
	}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 0px;
	}
