BODY {
	font-family: verdana;
	background-color: #ffffff;
	color: #333333;
	font-size: 8pt;
	overflow-y: scroll;
}

HTML {
	min-height: 100%;
	margin-bottom: 10px;
}

A {
	color: #003399;
	text-decoration: none;
}

A:hover {
	color: #003399;
	text-decoration: underline;	
}

.menuItem {
	background-color: #ededed;
	width: 192px;
	height: 36px;
}

.menuHome {
	height: 36px;
	width: 65px;
	background-image: url('../images/mnu_home_on.gif');
}

A .menuHome {
	height: 36px;
	width: 65px;
	background-image: url('../images/mnu_home.gif');
}

A:hover .menuHome {
	height: 36px;
	width: 65px;
	background-image: url('../images/mnu_home_on.gif');
}


.menuWhoWeAre {
	height: 36px;
	width: 102px;
	background-image: url('../images/mnu_whoweare_on.gif');
}

A .menuWhoWeAre {
	height: 36px;
	width: 102px;
	background-image: url('../images/mnu_whoweare.gif');
}

A:hover .menuWhoWeAre {
	height: 36px;
	width: 102px;
	background-image: url('../images/mnu_whoweare_on.gif');
}

.menuWhatWeDo {
	height: 36px;
	width: 102px;
	background-image: url('../images/mnu_whatwedo_on.gif');
}

A .menuWhatWeDo {
	height: 36px;
	width: 102px;
	background-image: url('../images/mnu_whatwedo.gif');
}

A:hover .menuWhatWeDo {
	height: 36px;
	width: 102px;
	background-image: url('../images/mnu_whatwedo_on.gif');
}

.menuHowWeDoIt {
	height: 36px;
	width: 112px;
	background-image: url('../images/mnu_howwedoit_on.gif');
}

A .menuHowWeDoIt {
	height: 36px;
	width: 112px;
	background-image: url('../images/mnu_howwedoit.gif');
}

A:hover .menuHowWeDoIt {
	height: 36px;
	width: 112px;
	background-image: url('../images/mnu_howwedoit_on.gif');
}

.menuContactUs {
	height: 36px;
	width: 100px;
	background-image: url('../images/mnu_contactus_on.gif');
}

A .menuContactUs {
	height: 36px;
	width: 100px;
	background-image: url('../images/mnu_contactus.gif');
}

A:hover .menuContactUs {
	height: 36px;
	width: 100px;
	background-image: url('../images/mnu_contactus_on.gif');
}


.lineRule {
	background-color: #000000;
}

.infoPanel {
	vertical-align: top;
	background-color: #97B0DB;
	color: #ffffff;
	font-size: 7.5pt;
	line-height: 13pt;
	padding-top: 15px;
	padding-left: 15px;
	height: 148px;
}

.infoPanel A {
	color: #ffffff;
	text-decoration: none;
}

.infoPanel A:hover {
	color: #ffffff;
	text-decoration: underline;
}

.textPanel {
	font-size: 8pt;
	line-height: 13pt;
	margin-top: -4px;
	padding-bottom: 15px;
}

.copyText {
	font-size: 7.5pt;
	color: #999999;
	text-align: right;
	padding-top: 5px;
}

UL {
	list-style-type: disc;
	list-style-image: url('../images/img_bullet.gif');
}

.sectionTitle {
	font-size: 8pt;
	font-weight: bold;
}

.li {
	padding-left: 2.7em;
	text-indent: -1.5em;
}

.bullet {
	font-size: 8pt;
	color: #666666;
}