BODY {
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	margin: 0px; padding:0px;
	background: #1E1E1E;
}

DIV {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
	text-align:left;
}

FORM {
	display: inline;
}

TD {
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
}

H1, H2, H3, H4, H5 {
	margin: 2px;
	color: #E3DA4E;
	font-family: Arial;
}

A, A:Visited, A:Hover {
	color: #EAE37A;
	font-size: 16px;
	font-weight: bold;
}

A:Hover {
	color: #ffffff;
}

LI {
	margin-bottom: 8px;
}

.bgHeader {
	background: #847D14 url(/themes/4/images/bg-header.png) repeat-x;
	
}

.bgFooter{
	color: #E3DA4E; 
}
.footer, .footer:hover, .footer:visited  {
	color: #E3DA4E; 
}

.bgPrimaryDark1 {
	background: #2C2906}

.bgPrimaryDark2 {
	background: #58530D}

.bgPrimaryDark3 {
	background: #847D14}


.bgPrimaryMedium1 {
	background: #B0A71B}

.bgPrimaryMedium2 {
	background: #DDD121}

.bgPrimaryMedium3 {
	background: #E3DA4E}


.bgPrimaryLight1 {
	background: #EAE37A}

.bgPrimaryLight2 {
	background: #F1ECA6}

.bgPrimaryLight3 {
	background: #F8F5D2}


.txtPrimaryDark1 {
	color: #2C2906}

.txtPrimaryDark2 {
	color: #58530D}

.txtPrimaryDark3 {
	color: #847D14}


.txtPrimaryMedium1 {
	color: #B0A71B}

.txtPrimaryMedium2 {
	color: #DDD121}

.txtPrimaryMedium3 {
	color: #E3DA4E}


.txtPrimaryLight1 {
	color: #EAE37A}

.txtPrimaryLight2 {
	color: #F1ECA6}

.txtPrimaryLight3 {
	color: #F8F5D2}

.paddingSmall {
	padding: 5px;
}
.paddingMedium {
	padding: 10px;
}
.paddingLarge {
	padding: 20px;
}
.paddingXLarge {
	padding: 30px;
	padding-top: 20px;
}

.newsletterSignup {
	padding: 15px;
	width: 260px;
	background: #EAE37A;
	border: 1px solid #000000;
}
.txtNewsletterSignup, .txtNewsletterSignup:visited, .txtNewsletterSignup:hover {
	color: #58530D;
	font-weight: normal;
}

.aNavItem, .aNavItem:visited, .aNavItem:hover{
	color: #E3DA4E;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial;
}
.aNavItem:hover {
	color: #F8F5D2;
}

.aNavItemSelected, .aNavItemSelected:visited, .aNavItemSelected:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial;
}

.aNavItemSelected:hover {
	color: #ffffff;
}

.divNavItem, .divNavItemSelected {
	padding: 4px;
	padding-right: 10px;
}

.divNavItemSelected {
	/* background: #58530D; */
	color: #ffffff;
}


.shadow-left {
	background: #847D14 url(/themes/4/images/gradient-horizontal-white2color.png) repeat-y;
}
.shadow-right {
	background: #847D14 url(/themes/4/images/gradient-horizontal-color2white.png) repeat-y;
}
.stripeTop {
	background: #847D14 url(/themes/4/images/gradient-vertical-black2color.png) repeat-x;
	height: 30px;
}
.stripeBottom {
	background: #847D14 url(/themes/4/images/gradient-vertical-color2black.png) repeat-x;
	height: 30px;
}
