BODY {
	font-family: Arial;
	color: #571A0E;
	font-size: 14px;
	margin: 0px; padding:0px;
	background: #CCA300;
}

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: #571A0E;
	font-size: 14px;
}

H1, H2, H3, H4, H5 {
	margin: 2px;
	color: #822816;
	font-family: Comic Sans MS;
}

A, A:Visited, A:Hover {
	color: #822816;
	font-size: 16px;
	font-weight: bold;
}

LI {
	margin-bottom: 8px;
}

A:Hover {
	color: #D94225;
}

.footer, .footer:hover, .footer:visited {
	background: #997A00;
	color: #FFE066; 
}

.bgPrimaryDark1 {
	background: #332800}

.bgPrimaryDark2 {
	background: #665100}

.bgPrimaryDark3 {
	background: #997A00}


.bgPrimaryMedium1 {
	background: #CCA300}

.bgPrimaryMedium2 {
	background: #FFCC00}

.bgPrimaryMedium3 {
	background: #FFD633}


.bgPrimaryLight1 {
	background: #FFE066}

.bgPrimaryLight2 {
	background: #FFEA99}

.bgPrimaryLight3 {
	background: #FEF4CC}


.txtPrimaryDark1 {
	color: #332800}

.txtPrimaryDark2 {
	color: #665100}

.txtPrimaryDark3 {
	color: #997A00}


.txtPrimaryMedium1 {
	color: #CCA300}

.txtPrimaryMedium2 {
	color: #FFCC00}

.txtPrimaryMedium3 {
	color: #FFD633}


.txtPrimaryLight1 {
	color: #FFE066}

.txtPrimaryLight2 {
	color: #FFEA99}

.txtPrimaryLight3 {
	color: #FEF4CC}

.bgSecondaryDark1 {
	background: #2B0D07}

.bgSecondaryDark2 {
	background: #571A0E}

.bgSecondaryDark3 {
	background: #822816}


.bgSecondaryMedium1 {
	background: #AE351D}

.bgSecondaryMedium2 {
	background: #D94225}

.bgSecondaryMedium3 {
	background: #E16850}


.bgSecondaryLight1 {
	background: #E88E7C}

.bgSecondaryLight2 {
	background: #F0B3A7}

.bgSecondaryLight3 {
	background: #F7D9D3}


.txtSecondaryDark1 {
	color: #2B0D07}

.txtSecondaryDark2 {
	color: #571A0E}

.txtSecondaryDark3 {
	color: #822816}


.txtSecondaryMedium1 {
	color: #AE351D}

.txtSecondaryMedium2 {
	color: #D94225}

.txtSecondaryMedium3 {
	color: #E16850}


.txtSecondaryLight1 {
	color: #E88E7C}

.txtSecondaryLight2 {
	color: #F0B3A7}

.txtSecondaryLight3 {
	color: #F7D9D3}

.paddingSmall {
	padding: 5px;
}
.paddingMedium {
	padding: 10px;
}
.paddingLarge {
	padding: 20px;
}
.paddingXLarge {
	padding: 30px;
	padding-top: 20px;
}

.newsletterSignup {
	padding: 15px;
	background: #FFEA99;
	border: 1px solid #997A00;
}
.txtNewsletterSignup, .txtNewsletterSignup:visited, .txtNewsletterSignup:hover {
	color: #665100;
	font-weight: normal;
}

.aNavItem, .aNavItem:visited, .aNavItem:hover{
	color: #F7D9D3;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
}
.aNavItem:hover {
	color: #ffffff;
}

.aNavItemSelected, .aNavItemSelected:visited, .aNavItemSelected:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
}
.aNavItemSelected:hover {
	color: #ffffff;
}

.divNavItem, .divNavItemSelected {
	padding: 4px;
	padding-right: 10px;
}

.divNavItemSelected {
	color: #ffffff;
}


.shadow-left {
	background: #CCA300 url(/themes/7/images/gradient-horizontal-color2dark.png) repeat-y;
}
.shadow-right {
	background: #CCA300 url(/themes/7/images/gradient-horizontal-dark2color.png) repeat-y;
}

