BODY {
	font-family: Arial;
	color: #1C1D15;
	font-size: 14px;
	margin: 0px; padding:0px;
	background: #D1D3C4;
}

DIV {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}

FORM {
	display: inline;
}

TD {
	font-family: Arial;
	color: #1C1D15;
	font-size: 14px;
}

H1, H2, H3, H4, H5 {
	margin: 2px;
	color: #555840;
	font-family: Comic Sans MS;
}

A, A:Visited, A:Hover {
	color: #555840;
	font-size: 16px;
	font-weight: bold;
}
A:active {outline:none;}
:focus {-moz-outline-style:none;}	

LI {
	margin-bottom: 8px;
}

A:Hover {
	color: #8D936B;
}

.bgFooter{
	color: #717556; 
}
.footer, .footer:hover, .footer:visited  {
	color: #717556; 
}

.bgPrimaryDark1 {
	background: #0D280A}

.bgPrimaryDark2 {
	background: #1A5114}

.bgPrimaryDark3 {
	background: #277A1E}


.bgPrimaryMedium1 {
	background: #35A328}

.bgPrimaryMedium2 {
	background: #42CC32}

.bgPrimaryMedium3 {
	background: #68D65B}


.bgPrimaryLight1 {
	background: #8DE084}

.bgPrimaryLight2 {
	background: #B3EAAD}

.bgPrimaryLight3 {
	background: #D9F4D6}


.txtPrimaryDark1 {
	color: #0D280A}

.txtPrimaryDark2 {
	color: #1A5114}

.txtPrimaryDark3 {
	color: #277A1E}


.txtPrimaryMedium1 {
	color: #35A328}

.txtPrimaryMedium2 {
	color: #42CC32}

.txtPrimaryMedium3 {
	color: #68D65B}


.txtPrimaryLight1 {
	color: #8DE084}

.txtPrimaryLight2 {
	color: #B3EAAD}

.txtPrimaryLight3 {
	color: #D9F4D6}

.bgSecondaryDark1 {
	background: #1C1D15}

.bgSecondaryDark2 {
	background: #383A2B}

.bgSecondaryDark3 {
	background: #555840}


.bgSecondaryMedium1 {
	background: #717556}

.bgSecondaryMedium2 {
	background: #8D936B}

.bgSecondaryMedium3 {
	background: #A4A889}


.bgSecondaryLight1 {
	background: #BBBEA6}

.bgSecondaryLight2 {
	background: #D1D3C4}

.bgSecondaryLight3 {
	background: #E8E9E1}


.txtSecondaryDark1 {
	color: #1C1D15}

.txtSecondaryDark2 {
	color: #383A2B}

.txtSecondaryDark3 {
	color: #555840}


.txtSecondaryMedium1 {
	color: #717556}

.txtSecondaryMedium2 {
	color: #8D936B}

.txtSecondaryMedium3 {
	color: #A4A889}


.txtSecondaryLight1 {
	color: #BBBEA6}

.txtSecondaryLight2 {
	color: #D1D3C4}

.txtSecondaryLight3 {
	color: #E8E9E1}


.paddingSmall {
	padding: 5px;
}
.paddingMedium {
	padding: 10px;
}
.paddingLarge {
	padding: 20px;
}
.paddingXLarge {
	padding: 30px;
	padding-top: 20px;
}

.newsletterSignup {
	padding: 15px;
	background: #E8E9E1;
	border: 1px solid #A4A889;
}
.txtNewsletterSignup, .txtNewsletterSignup:visited, .txtNewsletterSignup:hover {
	color: #555840;
	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: #B3EAAD;
}

.divNavItem, .divNavItemSelected {
	padding: 4px;
	padding-right: 10px;
}

.divNavItemSelected {
	color: #ffffff;
}


.stripeTop {
	background: #277A1E url(/themes/8/images/gradient-vertical-black2color.png) repeat-x;
	height: 30px;
}
.stripeMiddle {
	background: #277A1E;
}
.stripeBottom {
	background: #277A1E url(/themes/8/images/gradient-vertical-color2black.png) repeat-x;
	height: 30px;
}