BODY {
	font-family: Arial;
	color: #1F1C13;
	font-size: 14px;
	margin: 0px; padding:0px;
	background: #D7D2C0;
}

DIV {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}

FORM {
	display: inline;
}

TD {
	font-family: Arial;
	color: #1F1C13;
	font-size: 14px;
}

H1, H2, H3, H4, H5 {
	margin: 2px;
	color: #5D553B;
	font-family: Comic Sans MS;
}

A, A:Visited, A:Hover {
	color: #5D553B;
	font-size: 16px;
	font-weight: bold;
}
A:active {outline:none;}
:focus {-moz-outline-style:none;}	

LI {
	margin-bottom: 8px;
}

A:Hover {
	color: #9C8E62;
}

.bgFooter{
	color: #7D724E; 
}
.footer, .footer:hover, .footer:visited  {
	color: #7D724E; 
}

.bgPrimaryDark1 {
	background: #202210}

.bgPrimaryDark2 {
	background: #404520}

.bgPrimaryDark3 {
	background: #606731}


.bgPrimaryMedium1 {
	background: #808A41}

.bgPrimaryMedium2 {
	background: #A0AC52}

.bgPrimaryMedium3 {
	background: #B3BD75}


.bgPrimaryLight1 {
	background: #C6CD97}

.bgPrimaryLight2 {
	background: #D9DDBA}

.bgPrimaryLight3 {
	background: #ECEEDC}


.txtPrimaryDark1 {
	color: #202210}

.txtPrimaryDark2 {
	color: #404520}

.txtPrimaryDark3 {
	color: #606731}


.txtPrimaryMedium1 {
	color: #808A41}

.txtPrimaryMedium2 {
	color: #A0AC52}

.txtPrimaryMedium3 {
	color: #B3BD75}


.txtPrimaryLight1 {
	color: #C6CD97}

.txtPrimaryLight2 {
	color: #D9DDBA}

.txtPrimaryLight3 {
	color: #ECEEDC}

.bgSecondaryDark1 {
	background: #1F1C13}

.bgSecondaryDark2 {
	background: #3E3927}

.bgSecondaryDark3 {
	background: #5D553B}


.bgSecondaryMedium1 {
	background: #7D724E}

.bgSecondaryMedium2 {
	background: #9C8E62}

.bgSecondaryMedium3 {
	background: #B0A581}


.bgSecondaryLight1 {
	background: #C3BBA1}

.bgSecondaryLight2 {
	background: #D7D2C0}

.bgSecondaryLight3 {
	background: #EBE8DF}


.txtSecondaryDark1 {
	color: #1F1C13}

.txtSecondaryDark2 {
	color: #3E3927}

.txtSecondaryDark3 {
	color: #5D553B}


.txtSecondaryMedium1 {
	color: #7D724E}

.txtSecondaryMedium2 {
	color: #9C8E62}

.txtSecondaryMedium3 {
	color: #B0A581}


.txtSecondaryLight1 {
	color: #C3BBA1}

.txtSecondaryLight2 {
	color: #D7D2C0}

.txtSecondaryLight3 {
	color: #EBE8DF}


.paddingSmall {
	padding: 5px;
}
.paddingMedium {
	padding: 10px;
}
.paddingLarge {
	padding: 20px;
}
.paddingXLarge {
	padding: 30px;
	padding-top: 20px;
}

.newsletterSignup {
	padding: 15px;
	background: #EBE8DF;
	border: 1px solid #B0A581;
}
.txtNewsletterSignup, .txtNewsletterSignup:visited, .txtNewsletterSignup:hover {
	color: #5D553B;
	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: #D9DDBA;
}

.divNavItem, .divNavItemSelected {
	padding: 4px;
	padding-right: 10px;
}

.divNavItemSelected {
	color: #ffffff;
}


.stripeTop {
	background: #606731 url(/themes/8/images/gradient-vertical-black2color.png) repeat-x;
	height: 30px;
}
.stripeMiddle {
	background: #606731;
}
.stripeBottom {
	background: #606731 url(/themes/8/images/gradient-vertical-color2black.png) repeat-x;
	height: 30px;
}