BODY {
	font-family: Arial;
	color: #333333;
	font-size: 14px;
	margin: 0px; 
	padding:0px;
	background: #CCCCCC;
}

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: #85364B;
	font-family: Arial;
}

A, A:Visited, A:Hover {
	color: #85364B;
	font-size: 16px;
	font-weight: bold;
}

.aLeftSide, .aLeftSide:Visited, .aLeftSide:Hover {
	color: #1D437B;
	font-size: 16px;
	font-weight: bold;
}

LI {
	margin-bottom: 8px;
}

A:Hover {
	color: #677897;
}

.footer, .footer:hover, .footer:visited {
	color: #3E485A; 
}

.bgPrimaryDark1 {
	background: #14181E}

.bgPrimaryDark2 {
	background: #29303C}

.bgPrimaryDark3 {
	background: #732901;
}


.bgPrimaryMedium1 {
	background: #536078}

.bgPrimaryMedium2 {
	background: #677897}

.bgPrimaryMedium3 {
	background: #8693AB}


.bgPrimaryLight1 {
	background: #A4AEC0}

.bgPrimaryLight2 {
	background: #C2C9D5}

.bgPrimaryLight3 {
	background: #E0E4EA}


.txtPrimaryDark1 {
	color: #14181E}

.txtPrimaryDark2 {
	color: #29303C}

.txtPrimaryDark3 {
	color: #3E485A}


.txtPrimaryMedium1 {
	color: #536078}

.txtPrimaryMedium2 {
	color: #677897}

.txtPrimaryMedium3 {
	color: #8693AB}


.txtPrimaryLight1 {
	color: #A4AEC0}

.txtPrimaryLight2 {
	color: #C2C9D5}

.txtPrimaryLight3 {
	color: #E0E4EA}

.paddingSmall {
	padding: 5px;
}
.paddingMedium {
	padding: 10px;
}
.paddingLarge {
	padding: 20px;
}
.paddingXLarge {
	padding: 30px;
	padding-top: 20px;
}

.newsletterSignup {
	padding: 15px;
	background: #3E485A;
	border: 1px solid #8693AB;
}
.txtNewsletterSignup, .txtNewsletterSignup:visited, .txtNewsletterSignup:hover {
	color: #E0E4EA;
	font-weight: normal;
}

.aNavItem, .aNavItem:visited, .aNavItem:hover{
	color: #14181E;
	font-weight: bold;
	text-decoration: none;
	font-family: Comic Sans MS;
}
.aNavItem:hover {
	color: #C2C9D5;
}

.aNavItemSelected, .aNavItemSelected:visited, .aNavItemSelected:hover {
	color: #C2C9D5;
	font-weight: bold;
	text-decoration: none;
	font-family: Comic Sans MS;
}

.aNavItemSelected:hover {
	color: #C2C9D5;
}

.divNavItem, .divNavItemSelected {
	padding: 4px;
	padding-right: 10px;
}

.divNavItemSelected {
	background: #29303C;
	color: #ffffff;
}

.LeftSide {
	background: url(/themes/12/images/bg-left.jpg) repeat-y;
}
.LeftSideText, .LeftSideText div, .LeftSideText td {
	color: #666666;
}

.LeftSideText a, .LeftSideText a:visited, .LeftSideText h1, .LeftSideText h2, .LeftSideText h3 {
	color: #85364B;
}
