html, body, div, span, applet, object, iframe,
h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {	
	quotes: "" "";
}
a { text-decoration:none; }

a {
	color: #ef970b
}
a:hover {
	color: #CC0000
}

body {
	background: #2e2929 url('images/bg.gif') top left repeat-x;
	font: 14px/21px Arial, Helvetica, sans-serif;
	color: #2e2929;	
}
#container {
	background: #fff url('images/logo.gif') 10px 10px no-repeat;
	margin: 25px auto 0 auto;
	width:980px;
	padding-bottom:1px;
}
.links {
	text-align:right;
	padding: 20px 10px 140px 0;
}
.links a {
	color: #2e2929;
	padding: 10px 10px;
}
.links a:hover {
	color: #cc0000;
}
#cols {
	overflow:hidden;
}
#colLeft {
	float:left;
	width:320px;
}
.left-links-top {
	width:199px;
	margin:0 auto;
	background: url('images/link-top.gif') bottom left no-repeat;
	height:37px;
}
.left-links {
	width:199px;
	margin: 0 auto;
	background: #f5f5f5 url('images/link-mid.gif') top left repeat-y;
	text-align:center;
}
.left-links a {
	color: #9b0303;
	display:block;
	padding: 5px 0;
	width:199px;
}
.left-links a:hover {
	color: #ef970b
}
.left-links-bottom {
	width:199px;
	margin:0 auto;
	background:url('images/link-bottom.gif') top left no-repeat;
	height:35px;
}
#colRight {
	float:left;
	width:620px;
	padding-right:40px;
}
h1 {
	color: #9b0303;
	font: 25px Arial, Helvetica, sans-serif;
}
p {
	margin: 0 0 15px 0;
}
h2 {
	color: #2e2929;
	font: 20px Arial, Helvetica, sans-serif;
}
.footer {
	margin: 25px 2px 2px 2px;
	clear:both;
	background: #d8d8d8;
	padding: 10px 5px;
	font-size:11px;
	color: #5d5d5d;
	text-align:right;
}
.footer a {
	color: #5d5d5d;
}
.footer a:hover {
	color: #CC0000;
}
