BODY {
	font-family: Arial;
	color: #333333;
	font-size: 14px;
	margin: 0px; padding:0px;
	margin-top: 5px;
	background: #DBAF8D url(/themes/11/images/gradient-orange.jpg) repeat-x;
}

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: #333333;
	font-size: 14px;
}

H1, H2, H3, H4, H5 {
	margin: 2px;
	color: #7C3F1C;
	font-family: Arial;
}

A, A:Visited, A:Hover {
	color: #7C3F1C;
	font-size: 16px;
	font-weight: bold;
}

LI {
	margin-bottom: 8px;
}

A:Hover {
	color: #CF692F;
}

.footer, .footer:hover, .footer:visited {
	color: #7C3F1C; 
}

.bgPrimaryDark1 {
	background: #291509}

.bgPrimaryDark2 {
	background: #532A12}

.bgPrimaryDark3 {
	background: #732901;
}


.bgPrimaryMedium1 {
	background: #A65425}

.bgPrimaryMedium2 {
	background: #CF692F}

.bgPrimaryMedium3 {
	background: #D98758}


.bgPrimaryLight1 {
	background: #E2A582}

.bgPrimaryLight2 {
	background: #ECC3AB}

.bgPrimaryLight3 {
	background: #F5E1D5}


.txtPrimaryDark1 {
	color: #291509}

.txtPrimaryDark2 {
	color: #532A12}

.txtPrimaryDark3 {
	color: #7C3F1C}


.txtPrimaryMedium1 {
	color: #A65425}

.txtPrimaryMedium2 {
	color: #CF692F}

.txtPrimaryMedium3 {
	color: #D98758}


.txtPrimaryLight1 {
	color: #E2A582}

.txtPrimaryLight2 {
	color: #ECC3AB}

.txtPrimaryLight3 {
	color: #F5E1D5}

.paddingSmall {
	padding: 5px;
}
.paddingMedium {
	padding: 10px;
}
.paddingLarge {
	padding: 20px;
}
.paddingXLarge {
	padding: 30px;
	padding-top: 20px;
}

.newsletterSignup {
	padding: 15px;
	background: #7C3F1C;
	border: 1px solid #D98758;
}
.txtNewsletterSignup, .txtNewsletterSignup:visited, .txtNewsletterSignup:hover {
	color: #F5E1D5;
	font-weight: normal;
}

.aNavItem, .aNavItem:visited, .aNavItem:hover{
	color: #291509;
	font-weight: bold;
	text-decoration: none;
	font-family: Comic Sans MS;
}
.aNavItem:hover {
	color: #ECC3AB;
}

.aNavItemSelected, .aNavItemSelected:visited, .aNavItemSelected:hover {
	color: #ECC3AB;
	font-weight: bold;
	text-decoration: none;
	font-family: Comic Sans MS;
}

.aNavItemSelected:hover {
	color: #ECC3AB;
}

.divNavItem, .divNavItemSelected {
	padding: 4px;
	padding-right: 10px;
}

.divNavItemSelected {
	background: #532A12;
	color: #ffffff;
}

