BODY {
	font-family: Arial;
	color: #444444;
	font-size: 14px;
	margin: 0px; padding:0px;
	margin-top: 0px;
	background: #1F1F1F url(http://siterepository.s3.amazonaws.com/shadow-body-21.png) repeat-y center;
}

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: #444444;
	font-size: 14px;
}

H1, H2, H3, H4, H5 {
	margin: 2px;
	color: #638401;
	font-family: Times New Roman;
}

A, A:Visited, A:Hover {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}

LI {
	margin-bottom: 8px;
}

A:Hover {
	color: #1BFB03;
}

.footer, .footer:hover, .footer:visited {
	color: #A4FD9A; 
}

.bgPrimaryDark1 {
	background: #053200}

.bgPrimaryDark2 {
	background: #0B6401}

.bgPrimaryDark3 {
	background: #732901;
}


.bgPrimaryMedium1 {
	background: #16C902}

.bgPrimaryMedium2 {
	background: #1BFB03}

.bgPrimaryMedium3 {
	background: #49FC35}


.bgPrimaryLight1 {
	background: #76FD67}

.bgPrimaryLight2 {
	background: #A4FD9A}

.bgPrimaryLight3 {
	background: #D1FECC}


.txtPrimaryDark1 {
	color: #053200}

.txtPrimaryDark2 {
	color: #0B6401}

.txtPrimaryDark3 {
	color: #109701}


.txtPrimaryMedium1 {
	color: #16C902}

.txtPrimaryMedium2 {
	color: #1BFB03}

.txtPrimaryMedium3 {
	color: #49FC35}


.txtPrimaryLight1 {
	color: #76FD67}

.txtPrimaryLight2 {
	color: #A4FD9A}

.txtPrimaryLight3 {
	color: #D1FECC}

.paddingSmall {
	padding: 5px;
}
.paddingMedium {
	padding: 10px;
}
.paddingLarge {
	padding: 20px;
}
.paddingXLarge {
	padding: 30px;
	padding-top: 20px;
}

.newsletterSignup {
	padding: 15px;
	background: #109701;
	border: 1px solid #49FC35;
}
.txtNewsletterSignup, .txtNewsletterSignup:visited, .txtNewsletterSignup:hover {
	color: #D1FECC;
	font-weight: normal;
}

.aNavItem, .aNavItem:visited, .aNavItem:hover{
	color: #053200;
	font-weight: bold;
	text-decoration: none;
	font-family: Comic Sans MS;
}
.aNavItem:hover {
	color: #A4FD9A;
}

.aNavItemSelected, .aNavItemSelected:visited, .aNavItemSelected:hover {
	color: #A4FD9A;
	font-weight: bold;
	text-decoration: none;
	font-family: Comic Sans MS;
}

.aNavItemSelected:hover {
	color: #A4FD9A;
}

.divNavItem, .divNavItemSelected {
	padding: 4px;
	padding-right: 10px;
}

.divNavItemSelected {
	background: #0B6401;
	color: #ffffff;
}

.bgLeftSide {
	background: #BE8B8A url(/themes/32/images/gradient-left-side.jpg) repeat-y;
}
