body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#7E191D;
	margin:0;
	padding-bottom:20px;
	-webkit-text-size-adjust: none;
	font-size:100%;
}

/* General styles */
img { border:0; }


.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.headline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CF0200;
	font-weight: bold;
}
a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;	
}
a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #CF0200;
	text-decoration: none;
}
a:link.paragraph-white {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited.paragraph-white {
	text-decoration: none;	
}
a:hover.paragraph-white {
	text-decoration: none;	
}
.small {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #666666;
	letter-spacing: 5px;
	text-transform: uppercase;
}
.paragraph-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.paragraph_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
.white_thick {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.white_thickBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.red_thick {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FF0000;
	letter-spacing: 2px;
	line-height: 14px;
}
.grey_thick {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ccc;
	letter-spacing: 2px;
	line-height: 14px;
}
.floatRight {
	float:right;
	padding:0 0 2px 6px;
}
.floatLeft {
	float:left;
	padding:0 6px 2px 0;
}

.headline a {
	text-decoration:none;
	color:#CF0200;
}
.headline a:hover {
	color:#000;
}

/* FOOTER */
div#footer {
	font-size: 10px;
	color: #ffffff;
	text-transform: uppercase;
	padding:10px 80px;
	text-align:left;
	line-height:12px;
}
#footer span {
	color:#b67c32;
}
#footer a {
	color:#fff;
	text-decoration:underline;
}
#footer a:hover {
	color:#999;
	text-decoration:none;
}
#footer span a {
	text-decoration:none;
	color:#b67c32;
}
#footer span a:hover {
	color:#999;
}


/* FOOTER MENU */
div#footerMenu {
	font-size: 10px;
	color: #ffffff;
	text-transform: uppercase;
	padding:20px 20px 20px 10px;
	text-align:left;
	line-height:12px;
	width:780px;
}

/* MENU */
div#menuContainer {
	width:815px;
	padding:0px 0 0 25px;
	background-color:#FFF;
	font-size:12px;
	text-align:left;
}
#menuContainer p {
	margin-top:2px;
	margin-bottom:6px;
}
#menuContainer h1 {
	font-size:24px;
	color:#7E191D;
	margin-bottom:2px;
}
#menuContainer h2 {
	font-size:18px;
	color:#b67c32;
	margin-bottom:4px;
}
#menuContainer h3 {
	font-size:16px;
	color:#000;
	margin-bottom:4px;
	font-weight:bold;
	margin-top:14px;
}
#menuContainer h4 {
	font-size:14px;
	color:#000;
	margin-bottom:4px;
	font-weight:bold;
	margin-top:10px;
}
div#Column1 {
	width:370px;
	float:left;
}
div#Column2 {
	width:400px;
	float:left;
	margin-left:20px;
}
div#MenuMenu {
	text-align:right;
	margin:0px 20px 0px 0px;
	padding-top:20px;
	padding-bottom:5px;
	background-color:#FFF;
	border-bottom:1px solid #ccc;
}
.anchorText {
	color:#999;
	font-size:12px;
}
.anchorText a {
	color:#999;
	text-decoration:none;
	font-weight:normal;
}
.anchorText a:hover {
	color:#999;
	text-decoration:underline;
}