BODY {
	font-family: Arial;
	color: #333333;
	font-size: 14px;
	margin: 0px; padding:0px;
	margin-top: 0px;
	background: #333333 url(/themes/15/images/gradient-dark-vertical.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: #C22726;
	font-family: Arial;
}

A, A:Visited, A:Hover {
	color: #C22726;
	font-size: 16px;
	font-weight: bold;
}

LI {
	margin-bottom: 8px;
}

A:Hover {
	color: #D52A29;
}

.footer, .footer:hover, .footer:visited {
	color: #CCCCCC; 
}

.bgPrimaryDark1 {
	background: #2A0808}

.bgPrimaryDark2 {
	background: #551110}

.bgPrimaryDark3 {
	background: #732901;
}


.bgPrimaryMedium1 {
	background: #AA2221}

.bgPrimaryMedium2 {
	background: #D52A29}

.bgPrimaryMedium3 {
	background: #DD5554}


.bgPrimaryLight1 {
	background: #E57F7F}

.bgPrimaryLight2 {
	background: #EEAAA9}

.bgPrimaryLight3 {
	background: #F6D4D4}


.txtPrimaryDark1 {
	color: #2A0808}

.txtPrimaryDark2 {
	color: #551110}

.txtPrimaryDark3 {
	color: #7F1919}


.txtPrimaryMedium1 {
	color: #AA2221}

.txtPrimaryMedium2 {
	color: #D52A29}

.txtPrimaryMedium3 {
	color: #DD5554}


.txtPrimaryLight1 {
	color: #E57F7F}

.txtPrimaryLight2 {
	color: #EEAAA9}

.txtPrimaryLight3 {
	color: #F6D4D4}

.paddingSmall {
	padding: 5px;
}
.paddingMedium {
	padding: 10px;
}
.paddingLarge {
	padding: 20px;
}
.paddingXLarge {
	padding: 30px;
	padding-top: 20px;
}

.newsletterSignup {
	padding: 15px;
	background: #7F1919;
	border: 1px solid #DD5554;
}
.txtNewsletterSignup, .txtNewsletterSignup:visited, .txtNewsletterSignup:hover {
	color: #F6D4D4;
	font-weight: normal;
}

.aNavItem, .aNavItem:visited, .aNavItem:hover{
	color: #2A0808;
	font-weight: bold;
	text-decoration: none;
	font-family: Comic Sans MS;
}
.aNavItem:hover {
	color: #EEAAA9;
}

.aNavItemSelected, .aNavItemSelected:visited, .aNavItemSelected:hover {
	color: #EEAAA9;
	font-weight: bold;
	text-decoration: none;
	font-family: Comic Sans MS;
}

.aNavItemSelected:hover {
	color: #EEAAA9;
}

.divNavItem, .divNavItemSelected {
	padding: 4px;
	padding-right: 10px;
}

.divNavItemSelected {
	background: #551110;
	color: #ffffff;
}

.bgLeftSide {
	background: #E4DFDB url(/themes/15/images/gradient-left-side.jpg) repeat-y;
}
