/* CSS Document */
.itemBorder { border: 1px #FFFFFF }
.itemText { text-decoration: none; color: #FFFFFF; font: 11px verdana }
.navTable {
	left: 55px;
	top: 75px;
	position: absolute;
	background-color:#00729e
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
.crazyBorder { border: 1px #663399 }
.crazyText { text-decoration: none; color: #FFFFFF; font: 11px verdana }
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	line-height: 16px;
}
.colorLightAqua {
	background-color: #78a8bc;
}
li {
	padding-bottom: 20px;
}

.colorLightGrey {
	background-color: #e1e1d9;
}
.colorDarkGrey {
	background-color: #58585a;
}
.colorMediumGrey {
	background-color: #bbbdc0;
}
.colorOrange {
	background-color: #EF5E00;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00729E;
}

.colorDarkBlue {
	background-color: #00729E;
}
body {
	background-color: #E1E1D9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
ul 	{
	list-style-image: url(images/bullet1.gif);
	line-height: 16px;
	margin-left: 1em;
	padding-left: 1em;
}
.dashBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

