body {
	background: #666666;
	margin: 0px;
	padding: 0px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	padding: 0px;
	font-size: 24px;
	margin: 0px 0px 15px 0px;
}

h2 {
	font-size: 18px;
	color: #b41018;
}

h3 {
	font-size: 16px;
}

a {
	color: #b41018;
	font-weight: bold;
	font-size: 12px;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 777px;
	background: #ffffff;
}

#header {
	margin: 0px;
	padding: 20px;
	position: relative;
	height: 70px;
}

#menu-front {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 33px;
	line-height: 30px;
	background: url(../images/bg-ul.jpg) #c4212f bottom no-repeat;
}

#menu-front a {
	color: #ffffff;
	font-weight: bold;
	padding: 0px 8px;
	margin: 0px;
	text-decoration: none;
}

#menu-front a:hover {
	text-decoration: underline;
}

#menu {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 33px;
	line-height: 30px;
	background-image: url(../images/bg-navMain.gif);
}

#menu a {
	color: #ffffff;
	font-weight: bold;
	padding: 0px 13px;
	margin: 0px;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#focus {
	margin: 0px;
	padding: 0px;
	position: relative;
}

#body-container {
	margin: 0px;
	padding: 10px;
	position: relative;
}

#left-column {
	margin: 0px;
	padding: 10px;
	position: relative;
	float: left;
	width: 450px;
}

#left-column p, #left-column li {
	font-size: 12px;
	line-height: 18px;
}

#right-column {
	margin: 0px;
	padding: 10px;
	position: relative;
	width: 260px;
	float: left;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

#footer {
	margin: 0px;
	padding: 0px;
	position: relative;
	border-top: 1px dashed #999999;
	font-size: 10px;
	color: #666666;
	padding: 20px;
	line-height: 16px;
}

#credits {
	margin: 0px auto;
	padding: 20px 0px;
	position: relative;
	width: 777px;
	text-align: center;
	font-size: 10px;
	color: #CCCCCC;
}

#credits a {
	font-size: 10px;
	color: #CCCCCC;
}

#cta-icons {
	margin: 0px;
	padding: 0px 0px 0px 25px;
	height: 25px;
	border: 1px solid #CCCCCC;
	text-align: center;
}

#cta-icons ul {
	margin: 0px;
	padding: 0px;
}

#cta-icons li {
	display: block;
	float: left;
	border: none;
	margin: 0px;
	padding: 0px;
	height: 25px;
	line-height: 25px;
}

#cta-icons img {
	border: none;
}

.red {
	color: #b41018;
	font-weight: bold;
}