body {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.TopImg {
	padding:5px 5px 5px 0px;
}
.Nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px;
}
.RtPanelGreen {
	background-color: #99b707;
	width: 10px;
	height: 260px;
}
.RtPanelRed {
	background-color: #4F1F35;
	padding: 10px;
}
.RtCornerTL{
	background-image: url(images/cornerNavTL10.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
	height: 10px;
	width: 10px;
	left: -10px;
	top: -10px;
	float: left;
	z-index: 26;
}
.RtCornerTR{
	background-image: url(images/cornerNavTR10.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	height: 10px;
	width: 10px;
	top: -10px;
	right: -20px;
	float: right;
	z-index: 27;
}
.RtCornerBL{
	background-image: url(images/cornerNavBL10.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	height: 10px;
	width: 10px;
	left: -20px;
	top: 263px;
	float: left;
	z-index: 28;
}
.RtCornerBR{
	background-image: url(images/cornerNavBR10.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 10px;
	width: 10px;
	top: 263px;
	right: -30px;
	float: right;
	z-index: 29;
}

.Title {
	color: #FFFFFF;
	background-color: #99b707;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	padding: 0px;
}
.Text {
	color: #4F1F35;
	overflow: auto;
	background-color: #FFFFFF;
}
.BottomWhiteRect {
	background-color: white;
	height: 80px;
}
.NavText {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 80%;
	line-height: 2;
	margin-top: 0px;
	margin-bottom: 0px;
}
.NavTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	text-align: center;
}
.noPad {
	margin: 0px;
	padding: 0px;
}
.highlight {
	font-size: 120%;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding-bottom: 5px;
}
a:link {
	color: #C9AABC;
	text-decoration: none;
}
a:visited {
	color: #C9AABC;
	text-decoration: none;
}
.pinkText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C9AABC;
	font-size: 80%;
	text-decoration: none;
}
ul {
	list-style-image: url(images/bullet.gif);
}
td {
	background-color: #c9aabc;
}
.BGdark {
	background-color: #4F1F35;
}
.LeftCol {
	width: 15%;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 20px;
}
.LeftColnoPad {
	padding: 0px;
}
.MidCol {
	padding-top: 40px;
}
.RtCol {
	width: 25%;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 40px;
}
.RtColnoPad {
	padding: 0px;
}
.borderThick {
	border-top: 30px solid #FFFFFF;
	border-right: 25px solid #FFFFFF;
	border-bottom: 25px solid #FFFFFF;
	border-left: 25px solid #FFFFFF;
}
.RtPanelGreenNoHeight {

	background-color: #99b707;
	width: 10px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-bottom: 10px;
}
a:hover {
	text-decoration: none;
	color: #99B707;
}
