<!--
BODY{
	font-family: Georgia,Arial,Verdana,sans-serif;
	background-image: url(../img/sand_bg.jpg);
	background-color: #5D5744;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
.logoPrint{
	display: none;
}
a.nav:link, a.nav:visited {
	color: #C1C0CF;
	text-decoration: none;
	display: block;
	border-top: 9px solid #27255F;
	border-right: 15px solid #27255F;
	border-left: 15px solid #27255F;
	border-bottom: 7px solid #27255F;
}
a.nav:hover {
	color: #F4F4F4;
	background-color: #3B3971;
	border-top: 9px solid #3B3971;
	border-right: 15px solid #3B3971;
	border-left: 15px solid #3B3971;
	border-bottom: 7px solid #3B3971;
}
.nav{
	font-size: 10px;
	line-height: 12px;
	color: #E4E3EF;
	text-transform: uppercase;
	font-weight:bold;
}
.navBox{
	padding: 2px 1px 2px 1px;
	width: 846px;
	border-bottom: 1px solid #27255F;
	border-top: 1px solid #27255F;
}
.contentBox{
	width: 846px;
	border: 5px solid White;
	background-color: #E8EDEF;
	font-size: 12px;
	color: #1B1B1B;
	line-height: 24px;
}
a.content:link,a.content:visited{
	color: #343276;
}
.content{
	font-size: 12px;
	color: #25282E;
	line-height: 22px;
}
.contentSmall{
	font-size: 10px;
	color: #7B7B7B;
	line-height: 24px;
}
a.contentSmall:link,a.contentSmall:visited{
	color: #7B7B7B;
}
.contentSmallDisabled{
	font-size: 10px;
	color: #BBBBBB;
	line-height: 24px;
}
.caption{
	font-size: 10px;
	color: #636363;
	line-height: 18px;
}
a.toolbar:link,a.toolbar:visited{
	color: #343276;
	text-decoration: none;
}
a.toolbar:hover{
	text-decoration: underline;
}
.toolbar{
	font-family: Georgia,Arial,Verdana,sans-serif;
	font-size: 12px;
	color: #1B1B1B;
	line-height: 24px;
}
a.topToolbar:link,a.topToolbar:visited{
	color: #27255F;
	text-decoration: none;
}
a.topToolbar:hover{
	text-decoration: underline;
}
.topToolbar{
	font-family: Georgia,Arial,Verdana,sans-serif;
	font-size: 12px;
	color: #1B1B1B;
	line-height: 24px;
	font-weight: bold;
}
.padContent{
	font-family: Georgia,Arial,Verdana,sans-serif;
	padding: 25px 65px 25px 65px;
}
.padBottomLogo{
	padding: 13px 0px 8px 0px;
}
.imgBorder{
	border: 8px solid #FFFFFF;
}
.sandbackground{
	background-image : url(../img/sandbg.gif);
	background-color: #EBE5C1;
}
.shadowbackground{
	background-image : url(../img/bgshadow.gif);
	background-repeat: repeat-x;
	height:11px;
}
H1 {
	font-size: 18px;
	color: #1B1B1B;
	font-weight: normal;
	margin-top : 0px;
	margin-bottom : 0px;
	text-transform: uppercase;
}

.footerBox A:link,.footerBox A:visited{
	color: #9D9A7F;
	text-decoration: none;
}
.footerBox A:hover{
	color: #A7A486;
	text-decoration: underline;
}
.footerBox{
	font-size: 10px;
	color: #9D9A7F;
	line-height: 24px;
	padding: 25px 0px 50px 0px;
}
.formField{
	border: 1px solid #000000;
}
-->