BODY {
	font-family: Arial;
	color: #1E1E14;
	font-size: 14px;
	margin: 0px; padding:0px;
	background: #D5D5C2;
}

DIV {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}

FORM {
	display: inline;
}

TD {
	font-family: Arial;
	color: #1E1E14;
	font-size: 14px;
}

H1, H2, H3, H4, H5 {
	margin: 2px;
	color: #5B5B3D;
	font-family: Comic Sans MS;
}

A, A:Visited, A:Hover {
	color: #5B5B3D;
	font-size: 16px;
	font-weight: bold;
}
A:active {outline:none;}
:focus {-moz-outline-style:none;}	

LI {
	margin-bottom: 8px;
}

A:Hover {
	color: #989866;
}

.bgFooter{
	color: #797952; 
}
.footer, .footer:hover, .footer:visited  {
	color: #797952; 
}

.bgPrimaryDark1 {
	background: #1E1414}

.bgPrimaryDark2 {
	background: #3D2828}

.bgPrimaryDark3 {
	background: #5B3D3D}


.bgPrimaryMedium1 {
	background: #7A5151}

.bgPrimaryMedium2 {
	background: #996666}

.bgPrimaryMedium3 {
	background: #AD8484}


.bgPrimaryLight1 {
	background: #C1A3A3}

.bgPrimaryLight2 {
	background: #D6C1C1}

.bgPrimaryLight3 {
	background: #EAE0E0}


.txtPrimaryDark1 {
	color: #1E1414}

.txtPrimaryDark2 {
	color: #3D2828}

.txtPrimaryDark3 {
	color: #5B3D3D}


.txtPrimaryMedium1 {
	color: #7A5151}

.txtPrimaryMedium2 {
	color: #996666}

.txtPrimaryMedium3 {
	color: #AD8484}


.txtPrimaryLight1 {
	color: #C1A3A3}

.txtPrimaryLight2 {
	color: #D6C1C1}

.txtPrimaryLight3 {
	color: #EAE0E0}

.bgSecondaryDark1 {
	background: #1E1E14}

.bgSecondaryDark2 {
	background: #3C3C29}

.bgSecondaryDark3 {
	background: #5B5B3D}


.bgSecondaryMedium1 {
	background: #797952}

.bgSecondaryMedium2 {
	background: #989866}

.bgSecondaryMedium3 {
	background: #ACAC85}


.bgSecondaryLight1 {
	background: #C1C1A3}

.bgSecondaryLight2 {
	background: #D5D5C2}

.bgSecondaryLight3 {
	background: #EAEAE0}


.txtSecondaryDark1 {
	color: #1E1E14}

.txtSecondaryDark2 {
	color: #3C3C29}

.txtSecondaryDark3 {
	color: #5B5B3D}


.txtSecondaryMedium1 {
	color: #797952}

.txtSecondaryMedium2 {
	color: #989866}

.txtSecondaryMedium3 {
	color: #ACAC85}


.txtSecondaryLight1 {
	color: #C1C1A3}

.txtSecondaryLight2 {
	color: #D5D5C2}

.txtSecondaryLight3 {
	color: #EAEAE0}


.paddingSmall {
	padding: 5px;
}
.paddingMedium {
	padding: 10px;
}
.paddingLarge {
	padding: 20px;
}
.paddingXLarge {
	padding: 30px;
	padding-top: 20px;
}

.newsletterSignup {
	padding: 15px;
	background: #EAEAE0;
	border: 1px solid #ACAC85;
}
.txtNewsletterSignup, .txtNewsletterSignup:visited, .txtNewsletterSignup:hover {
	color: #5B5B3D;
	font-weight: normal;
}

.aNavItem, .aNavItem:visited, .aNavItem:hover{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial;
}
.aNavItem:hover {
	color: #;
}

.aNavItemSelected, .aNavItemSelected:visited, .aNavItemSelected:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial Black, Arial;
}

.aNavItemSelected:hover {
	color: #D6C1C1;
}

.divNavItem, .divNavItemSelected {
	padding: 4px;
	padding-right: 10px;
}

.divNavItemSelected {
	color: #ffffff;
}


.stripeTop {
	background: #5B3D3D url(/themes/8/images/gradient-vertical-black2color.png) repeat-x;
	height: 30px;
}
.stripeMiddle {
	background: #5B3D3D;
}
.stripeBottom {
	background: #5B3D3D url(/themes/8/images/gradient-vertical-color2black.png) repeat-x;
	height: 30px;
}