﻿html, body {
	background: #434343;
}

html, body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434343;
	line-height: 17px;
}

a {outline: none;}
a img {outline: none; border:0;}

h1 {font-size: 14px; font-weight: bold; color: #d61515; line-height: 15px; margin: .67em 0;}
h2 {font-size: 14px ; font-weight: bold; color: #d61515; line-height: 15px; margin: .83em 0;}
h3, h4, h5, h6 {font-size: 12px ; font-weight: bold; color: #d61515; line-height: 13px;}
p, dl {margin: 1em 0;}
h3 {margin: 1em 0;}
h4 {margin: 1.33em 0;}
h5 {margin: 1.67em 0;}
h6 {margin: 2.33em 0;}
a:link {color: #d61515; text-decoration: none;}
a:visited {color: #d61515; text-decoration: none;}
a:hover {color: #d61515; text-decoration: underline;}
a:active {color: #d61515; text-decoration: underline;}
.right {float: right; margin: 5px 0 5px 15px;}
.left {float: left;margin: 5px 15px 5px 0;}


#container {
	background: #434343 url(/images/container-bg.gif);
}

#header {
	background: #434343 url(/images/header.jpg) top left no-repeat;
}


#footer {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #434343 url(/images/footer-bg.gif) top left no-repeat;
	color: #FFFFFF;
}

#content {
	background-color: none;
}

#content ul {
	margin: 11px 0 11px 40px;
}

#content blockquote {
	margin: 11px 0 11px 40px;
}

#right-column {
	background: none;
}

a.footerlinks {
	color: #ffffff;
	text-decoration: none;
}
a.footerlinks:hover {
	color: #ffffff;
	text-decoration: underline;
}

