/* ------------------------------------------------------
Redefine TAGS
------------------------------------------------------ */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/GoldBlackGradient.jpg);
	margin-top: 0px;
	background-repeat: repeat-x;
	background-color: #000000;
	padding-top: 0px;
}
a {
	color: #cccc99;
}

td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999966;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}

/* ------------------------------------------------------
Custom Styles
------------------------------------------------------ */
.mainbg {
	background-image: url(../images/BlackGradientBG.jpg);
	background-repeat: repeat-x;
}
.ContentTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #999966;
	line-height: 28px;
}
.navlist span {
	display: none; /*turns off display of line break unless CSS not supported */
}
.navlist a, .navlist a:link, .navlist a:visited, .navselected {
	display: block;
	height: auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: normal;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #999966;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/ButtonNormalBG.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
}
.navlist a:hover {
	background-color: #99CC66;
	color: #666666;
	text-decoration: underline;
	background-image: url(../images/ButtonHiLightBG.jpg);
	background-repeat: repeat-x;
}
.navlist a:active, .navselected {
	background-color: #99CC66;
	color: #666666;
	background-image: url(../images/ButtonHiLightBG.jpg);
	background-repeat: repeat-x;
}
.ContentSubTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #999966;
	line-height: 24px;
}
.RightBarSubTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	line-height: 18px;
}
.FeatureTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #999966;
	line-height: 24px;
	border: 1px solid #999966;
	padding: 5px;
	text-align: center;
}
.FeatureDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 14px;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999966;
	border-bottom-color: #999966;
	border-left-color: #999966;
	text-align: left;
}
.breadcrumbbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #cccc99;
	text-decoration: underline;
}
.breadcrumbbold:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #cccc99;
	text-decoration: underline;
}
.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #cccc99;
	text-decoration: none;
}
.breadcrumbend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #cccc99;
	text-decoration: none;
}
.FormFieldName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #cccccc;
}
.FormFieldNameReq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #999966;
}
