BODY {
	font-family: Arial;
	color: #444444;
	font-size: 14px;
	margin: 0px; padding:0px;
	margin-top: 0px;
	background: #00446C url(/themes/31/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: #444444;
	font-size: 14px;
}

H1, H2, H3, H4, H5 {
	margin: 2px;
	color: #000000;
	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: #E21C36;
}

.footer, .footer:hover, .footer:visited {
	color: #F3A4AE; 
}

.bgPrimaryDark1 {
	background: #2D050A}

.bgPrimaryDark2 {
	background: #5A0B15}

.bgPrimaryDark3 {
	background: #732901;
}


.bgPrimaryMedium1 {
	background: #B5162B}

.bgPrimaryMedium2 {
	background: #E21C36}

.bgPrimaryMedium3 {
	background: #E8495E}


.bgPrimaryLight1 {
	background: #EE7686}

.bgPrimaryLight2 {
	background: #F3A4AE}

.bgPrimaryLight3 {
	background: #F9D1D6}


.txtPrimaryDark1 {
	color: #2D050A}

.txtPrimaryDark2 {
	color: #5A0B15}

.txtPrimaryDark3 {
	color: #881020}


.txtPrimaryMedium1 {
	color: #B5162B}

.txtPrimaryMedium2 {
	color: #E21C36}

.txtPrimaryMedium3 {
	color: #E8495E}


.txtPrimaryLight1 {
	color: #EE7686}

.txtPrimaryLight2 {
	color: #F3A4AE}

.txtPrimaryLight3 {
	color: #F9D1D6}

.paddingSmall {
	padding: 5px;
}
.paddingMedium {
	padding: 10px;
}
.paddingLarge {
	padding: 20px;
}
.paddingXLarge {
	padding: 30px;
	padding-top: 20px;
}

.newsletterSignup {
	padding: 15px;
	background: #881020;
	border: 1px solid #E8495E;
}
.txtNewsletterSignup, .txtNewsletterSignup:visited, .txtNewsletterSignup:hover {
	color: #F9D1D6;
	font-weight: normal;
}

.aNavItem, .aNavItem:visited, .aNavItem:hover{
	color: #2D050A;
	font-weight: bold;
	text-decoration: none;
	font-family: Comic Sans MS;
}
.aNavItem:hover {
	color: #F3A4AE;
}

.aNavItemSelected, .aNavItemSelected:visited, .aNavItemSelected:hover {
	color: #F3A4AE;
	font-weight: bold;
	text-decoration: none;
	font-family: Comic Sans MS;
}

.aNavItemSelected:hover {
	color: #F3A4AE;
}

.divNavItem, .divNavItemSelected {
	padding: 4px;
	padding-right: 10px;
}

.divNavItemSelected {
	background: #5A0B15;
	color: #ffffff;
}

.bgLeftSide {
	background: #BE8B8A url(/themes/31/images/gradient-left-side.jpg) repeat-y;
}