﻿body {
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 6px;
	font-family: Verdana;
	font-size: 9pt;
}

.shadowBg {
	background: url(images/bgshadow.gif) repeat-y center;
}

.defWidth {
	width: 800px;
}

.topBg {
	background-color: #aaaaaa;
}

.logoTxt {
	font-weight: bold;
	font-size: 8pt;
	width: 174px;
	font-family: Arial;
	color: white;
}

.navMenu {
	width: 800px;
	height: 20px;
	background-image: url(images/menu.jpg);
}

a:link {
	color:#000000; 
	text-decoration: none;
}

a:visited {
	color:#000000;
	text-decoration: none;
}
	
a:hover {
	color:#000000;
	text-decoration: underline;
}

.bottomlinks {
	width: 800px;
	background-color: #aaaaaa;
	font-size: 10px;
	color: #000000;
	vertical-align: middle;
	font-weight: bold;
	color: #ffffff;
}

.bottomlinks a:link {
	color:#ffffff;
	text-decoration: none;
}

.bottomlinks a:visited {
	color:#ffffff;
	text-decoration: none;
}

.bottomlinks a:hover {
	color:#ffffff;
	text-decoration: underline;
}

.shadowBottom {
	line-height: 10px;
	background: url(images/bottomshadow.gif) no-repeat center;
}

.parentDiv {
	width: 800px;
	background-color: #ffffff;
}

.bannerDiv {
	width: 800px;
	height: 100px;
	background-image: url(images/top2.jpg);
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
}

.bannerText {
	padding-left: 26px;
}

.bgOrange {
	background-image: url(images/bgorange.jpg);
	width: 240px;
	color: #ffffff;
}

.bgOrangeSmall {
	width: 280px;
	height: 18px;
	color: #ffffff;
	background: url(images/smbgorange.gif) no-repeat;
}

.bgOrangeSmall2 {
	width: 755px;
	height: 18px;
	color: #ffffff;
	background: url(images/smbgorange.gif) no-repeat;
}

.boxOrangeSmall {
	BORDER-RIGHT: #ffa500 1px solid;
	BORDER-TOP: #ffa500 1px solid;
	BORDER-LEFT: #ffa500 1px solid;
	BORDER-BOTTOM: #ffa500 1px solid;
	padding: 5px 5px 5px 5px;
	text-align: left;
}

.boxOrangeSmall2 {
	width: 755px;
	height: 15px;
	border-right: #ffa500 1px solid;
	border-top: #ffa500 1px solid;
	border-left: #ffa500 1px solid;
	border-bottom: #ffa500 1px solid;
	padding: 5px 5px 5px 5px;
	text-align: justify;
}

.boxOrange {
	width: 240px;
	border-right: #ffa500 1px solid;
	border-left: #ffa500 1px solid;
}

.boxPar {
	padding-right: 15px;
	padding-left: 15px;
	text-align: justify;
	margin-top: 10px;
}

.boxOrangeBottom {
	width: 240px;
	border-right: #ffa500 1px solid;
	border-left: #ffa500 1px solid;
	border-bottom: #ffa500 1px solid;
    height: 28px;
}

.boxGreen {
	border-right: #a1c726 1px solid;
	border-left: #a1c726 1px solid;
	border-bottom: #a1c726 1px solid;
    border-top: #a1c726 1px solid;
}

.boxGreenText {
	width: 415px;
	text-align: justify;
	padding-right: 7px;
	padding-left: 7px;
}

.orangeSM {
	font-weight: bold;
	width: 194px;
	color: #ffffff;
	background-color: #ffa500;
	height: 16px;
}

.orangeSMText {
	width: 190px;
	text-align: center;
	border-left: #ffa500 1px solid;
	border-right: #ffa500 1px solid;
	border-bottom: #ffa500 1px solid;
	height: 108px;
}

.orangeSMText2 {
	text-align: left;
	border-left: #ffa500 1px solid;
	border-right: #ffa500 1px solid;
	border-bottom: #ffa500 1px solid;
}

.orangeSMText3 {
	text-align: left;
	border-bottom: #ffa500 1px solid;
}



/* Drop down menu CSS */

.menu
{
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	/*font: 8pt Arial;*/
	line-height: 18px;
	z-index: 100;
	width: 150px;
	text-align: left;
	background-position: 0% 0%;
	background-attachment: scroll;
	background-repeat: repeat;
	background-color: #e9e7e8;
}

.menu a
{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-family: Arial;
font-size: 8pt;
text-indent: 5px;
}

.menu a:hover
{
	background-color: #aaaaaa;
	color: #ffffff;
}