body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
}
a img {
	border-width: 0px;
}	
fieldset {
	width: 90%;
}
legend {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 13px;
	color: #0000FF;
}
sup {
	color: #CC0000;
}
/* page title arrows image style */
.arrowsImage {
	width: 23px;
	height: 23px;
	border-width: 0px;
	position: relative;
	bottom: -8px;
}	
/* header styles */
.header {
	background-image: url(../images/headerGradient.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	bottom: 0px;
}
.header .logoSpacing {
	padding-left: 10px;
}	
.topNav {
	background-color: #212187;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 2px #000066;
}	
.topNav table {
	font-size: 11px;
	color: #FFFFFF;
}
.topNav table tr td {
	border-right: solid 1px #FFFFFF;
}
.topNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.topNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.topNav a:hover {
	color: #E2E2E2;
	text-decoration: underline;
}
.topNav a:active {
	color: #E2E2E2;
	text-decoration: underline;
}
.goldGradient {
	background-image: url(../images/goldGradient.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom: solid 1px #999999;
	vertical-align: top;		
}

/* footer styles */
.footer {
	color: #666666;
	font-size: 11px;
	text-align: center;
}
.footer a:link {
	color: #666666;
	text-decoration: underline;
}
.footer a:visited {
	color: #666666;
	text-decoration: underline;
}
.footer a:hover {
	color: #000000;
	text-decoration: underline;
}
.footer a:active {
	color: #000000;
	text-decoration: underline;
}
/* left nav styles */
.leftNav {
	vertical-align: top;
	padding-top: 5px;
	border-right: solid 1px #999999;
	padding-right: 3px;
}
.leftNav .navTable {
	font-size: 12px;
}
.leftNav .topGradient {
	background-image: url(../images/leftNav/topGradientRepeat.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: #000066;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	width: 133px;
}
.borderDashed td {
	border-bottom: dashed 1px #CCCCCC;
}
.borderRight {
	background-image: url(../images/leftNav/leftNavBorderSpacer.gif);
	background-repeat: repeat-y;
	background-position: top left;	
	width: 2px;
	max-width: 2px;
	position: bottom left;
}
.borderDashed td.borderRight {
	border-bottom: 0px;
}
.width10 {
	width: 10px;
	max-width: 10px;
}
.width2 {
	width: 2px;
	max-width: 2px;
	text-align: left;
}
.navBottom {
	border-bottom: 2px solid #CCCCCC;
}
.bottomMiddle {
	vertical-align: bottom;
	width: 10px;
	max-width: 10px;
	position: bottom left;
}
.absoluteBottom {
	width: 12px;
	max-width: 12px;
	position: bottom left;
}
.bottomBorder {
	background-image: url(../images/leftNav/leftNavBorderSpacer.gif);
	background-repeat: repeat-x;
}
.bottomBorder td {
	text-align: center;
}
.logon {
	font-size: 11px;
}
.logon td {
	border-width: 0px;
}
.logon .field {
	text-align: center;
}
.navLink {
	padding: 5px;
	font-size: 11px;
	border-bottom-width: 0px;
}
.navLink a:link {
	color: #0000CC;
	text-deocoration: none;
}
.navLink a:visited {
	color: #0000CC;
	text-deocoration: none;
}
.navLink a:hover {
	color: #6699FF;
	text-decoration: underline;
}
.navLink a:active {
	color: #6699FF;
	text-decoration: underline;
}
.memberLoginError {
	color: #FF0000;
	font-weight: bold;
}
/* index styles */
.homeText td {
	width: 598px;
}
.homeText p {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 13px;
	color: #666666;
	line-height: 1.5;
}
.homeText .title {
	font-weight: bold;
	font-size: 15px;
}								
/* form styles */
.input {
	border: solid 1px #666666;
	font-size: 12px;
	background-color: #F2F2F2;
	color: #000066;
}
.button {
	border: solid 1px #999999;
	background-color: #000066;
	color: #FFFFFF;
}
.required {
	color: #CC0000;
	font-size: 11px;
}
/* body content styles */
.contentTitle {
	border-bottom: dashed 1px #CCCCCC;
	font-variant: small caps;
	letter-spacing: .2em;
	font-size: 13px;
	font-weight: bold;
}
.contentTable {
	width: 100%;
	font-size: 12px;
	color: #000000;
	vertical-align: top;
}

.formTable {
	font-size: 13px;
	border: solid 1px #CCCCCC;
}
.formTableLabel {
	background-color: #F2F2F2;
	color: #666666;
	text-align: right;	
}

.contentTable a:link {
	color: #000066;
	text-decoration: underline;
}
.contentTable a:visited {
	color: #000066;
	text-decoration: underline;
}
.contentTable a:hover {
	color: #0000CC;
	text-decoration: underline;
}
.contentTable a:active {
	color: #0000CC;
	text-decoration: none;
}	
.contentTable p {
	margin-left: 20px;
	margin-right: 20px;
}
.text {
	font-size: 12px;
	color: #000000;
}