html, body {
	font-family: verdana;
	background-color: #CCC;
	color: #636363;
}

#bodyContainer {
	width: 940px;	
	margin: 0 auto;
	padding: 0 40px;
	background-color: #FFF;
}
#header {
	height: 100px;
}
#topLogo {
	margin-top: 19px;
}
#topButtons {
	margin-top: 15px;
}
#navigation {
	font-size: 11px;
	background-position: bottom left;
	background-image:url(../img/topNavBgBg.gif);
	background-repeat:repeat-x;
	margin-bottom: 29px;
}
#navigation ul {
	float: left;

	
}
#navigation ul li {
	float: left;
	
}
#navigation ul li a {
	display: block;
	height: 38px;
	padding-top: 1px;
	border-top: 1px solid #D0D0D0;
	text-decoration: none;
	line-height: 38px;
	color: #636363;
	text-transform: uppercase;
	background-position: bottom left;
	background-image:url(../img/topNavBg.gif);
	border-right: 1px solid #FFF;
	background-repeat:repeat-x;
	padding: 1px 20px 0 20px;
	
}
#navigation ul li a.active, #navigation ul li a:hover {
	height: 38px;
	padding-top: 0;
	border-top: 2px solid #C41F3A;	
	background-image:url(../img/topNavBgActive.gif);
}
#body {
	border-top: 1px solid #D0D0D0;
	padding-top: 20px;
	padding-bottom: 50px;
	background-position: bottom right;
	background-image:url(../img/BodyBg.gif);
	background-repeat:no-repeat;
	color: #626262;
	font-size: 13px;
}
#footer {
	width: 940px;
	margin: 0 auto;
	background-color: #EFEFEF;
	padding: 20px 40px 75px 40px;
	background-position: bottom left;
	background-image:url(../img/FooterBg.gif);
	background-repeat:repeat-x;
	font-size: 8px;
	line-height: 15px;
}
#footer a {
	color: #636363;
	background-color: #EFEFEF;
	text-decoration: underline;
}
#footer a {
	background-color: #EFEFEF;
}
.footerField {
	float: left;
	width: 156px;
}
.footerField b {
	text-transform: uppercase;
}
.bodyRow {
	margin-bottom: 20px;
}
.margin {
	margin-right: 20px;
}
.small {
	float: left;
	width: 300px;
}
.large {
	float: left;
	width: 620px;
}


.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

.articleImage {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}

.box {
	background-position: top left;
	background-image:url(../img/BoxBg.gif);
	background-repeat:repeat-x;
	padding: 0 20px 20px 20px;
	font-size: 11px;
	margin-bottom: 20px;
}
.boxTitle {
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 3px;
}
.boxTitle a, .boxTitle a:hover {
	background-color: #efefef;
	color: #626262;
}
.specialBox {
	background-position: top left;
	background-image:url(../img/BoxBg.gif);
	background-repeat:repeat-x;
	font-size: 11px;
}
.specialBoxTitle {
	padding: 0 20px;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 3px;
}
.box .formButton {
	float: right;
}
.formButton {
	background-color: #636363;
	color: #FFF;
	font-size: 12px;
	border: none;
	padding: 2px 30px;
}
.newsletterField {
	width: 252px;
}
.unsubscribe {
	font-size: 10px;
	float: right;	
}

h1 {
	font-weight: normal;
	font-size: 23px;
	color: #DC002E;
	margin: 20px 0;
}
h2 {
	font-weight: normal;
	font-size: 16px;
	color: #373737;
	font-style: italic;
	margin-bottom: 20px;
}
p {
	margin-bottom: 20px;
}
a {
	color: #DC002E;
	/*color: #636363;
	background-color: #D8D8D8;
	text-decoration: none;*/
}
a:hover {
	/*color: #FFF;
	background-color: #636363;*/
	font-weight: bold;
}
.red {
	color: #dc002e;
}
.uppercase {
	text-transform: uppercase;
}
b.uppercase a {
	background-color: #fff;
	color: #626262;
}
b.uppercase a:hover {
	background-color: #fff;
	color: #626262;
}
b.red a {
	background-color: #fff;
	color: #dc002e;
}
b.red a:hover {
	background-color: #fff;
	color: #dc002e;
}
.split {
	height: 2px;
	background-position: top left;
	background-image:url(../img/hrBg.gif);
	background-repeat:repeat-x;
	margin-bottom: 20px;
}
div.error {
	color: red;
}
div.error p {
	margin-bottom: 2px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.content ul {
	margin-left: 10px;
	margin-bottom: 20px;
}
.content ul li {
	list-style-position: inside;
	list-style-type: disc;
}
.content ol {
	margin-left: 10px;
	margin-bottom: 20px;
}
.content ol li {
	list-style-position: inside;
	list-style-type: decimal;
}
div#video {
	padding: 0 50px;
	margin-bottom: 20px;
}
#follow {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 34px;
	padding-right: 12px;
	padding-bottom: 6px;
	float: right;
}

