BODY {
	font-family: Arial;
	color: #000;
	font-size: 14px;
	margin: 0px; padding:0px;
	margin-top: 0px;
	background: #ccc url(http://siterepository.s3.amazonaws.com/%%page_bg_filename%%) ;
}

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: #000;
	font-size: 14px;
}

H1, H2, H3, H4, H5 {
	margin: 2px;
	color: #000;
	font-family: Arial;
}

A, A:Visited, A:Hover {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

LI {
	margin-bottom: 8px;
}

A:Hover {
	color: #ffff00;
}

.bgGlow {
	width: 1000px; 
	
}

.bg_header {
	width: 950px; 
	height: 179px; 
	background: url(http://siterepository.s3.amazonaws.com/header_155.jpg) no-repeat;
}

.menu_offset {
	height: 143px;
}

.footer, .footer:hover, .footer:visited {
	color: #ccc; 
	font-size: 10px;
}

.bgLeftSide {
	background: #ff3716 url(http://siterepository.s3.amazonaws.com/left_bg_155.jpg) repeat;
}

.leftSideWidth {
	width: 235px;
	visibility: visible;
}

.bgRightSide {
	background: # url(http://siterepository.s3.amazonaws.com/%%right_bg_filename%%) repeat;
}

.rightSideWidth {
	width: 0px;
	visibility: hidden;
}

.bgMainContent {
    background: #fff;
}

.bgFooter {
    background: #000;
}

.bgPrimaryDark1 {
	background: #330700
}

.bgPrimaryDark2 {
	background: #660E00
}

.bgPrimaryDark3 {
	background: #991500
}


.bgPrimaryMedium1 {
	background: #CC1C00
}

.bgPrimaryMedium2 {
	background: #FF2400
}

.bgPrimaryMedium3 {
	background: #FF4F33
}


.bgPrimaryLight1 {
	background: #FF7B66
}

.bgPrimaryLight2 {
	background: #FFA799
}

.bgPrimaryLight3 {
	background: #FED3CC
}


.txtPrimaryDark1 {
	color: #330700
}

.txtPrimaryDark2 {
	color: #660E00
}

.txtPrimaryDark3 {
	color: #991500
}


.txtPrimaryMedium1 {
	color: #CC1C00
}

.txtPrimaryMedium2 {
	color: #FF2400
}

.txtPrimaryMedium3 {
	color: #FF4F33
}


.txtPrimaryLight1 {
	color: #FF7B66
}

.txtPrimaryLight2 {
	color: #FFA799
}

.txtPrimaryLight3 {
	color: #FED3CC
}

.bgSecondaryDark1 {
	background: #191919
}

.bgSecondaryDark2 {
	background: #333333
}

.bgSecondaryDark3 {
	background: #4C4C4C
}


.bgSecondaryMedium1 {
	background: #666666
}

.bgSecondaryMedium2 {
	background: #7F7F7F
}

.bgSecondaryMedium3 {
	background: #999999
}


.bgSecondaryLight1 {
	background: #B2B2B2
}

.bgSecondaryLight2 {
	background: #CCCCCC
}

.bgSecondaryLight3 {
	background: #E5E5E5
}


.txtSecondaryDark1 {
	color: #191919
}

.txtSecondaryDark2 {
	color: #333333
}

.txtSecondaryDark3 {
	color: #4C4C4C
}


.txtSecondaryMedium1 {
	color: #666666
}

.txtSecondaryMedium2 {
	color: #7F7F7F
}

.txtSecondaryMedium3 {
	color: #999999
}


.txtSecondaryLight1 {
	color: #B2B2B2
}

.txtSecondaryLight2 {
	color: #CCCCCC
}

.txtSecondaryLight3 {
	color: #E5E5E5
}


.paddingSmall {
	padding: 5px;
}
.paddingMedium {
	padding: 10px;
}
.paddingLarge {
	padding: 20px;
}
.paddingXLarge {
	padding: 30px;
	padding-top: 20px;
}
