@charset "UTF-8";
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	height: 100%;
	overflow-y: scroll;
}
body {
	min-height: 100%;
	position: relative;
	min-width: 930px;
}
a:link {
	color: #1155CC;
	text-decoration: none;
}
a:visited {
	color: #1155CC;
	text-decoration: none;
}
a:hover {
	color: #1155CC;
	text-decoration: underline;
}
a:active {
	color: #D14836;
	text-decoration: underline;
}
.outlink  {
	font-size: 0.8125em;
	line-height: 150%;
	margin: 0.5em 0;
}
header {
	background-color: #AF2B26;
	background-image: -webkit-linear-gradient(to bottom,#AF2B26 20%,#942422 100%);
	background-image: -o-linear-gradient(to bottom,#AF2B26 20%,#942422 100%);
	background-image: -moz-linear-gradient(to bottom,#AF2B26 20%,#942422 100%);
	background-image: -ms-linear-gradient(to bottom,#AF2B26 20%,#942422 100%);




	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AF2B26',endColorstr='#942422',GradientType=0);
}
header p {
	width: 900px;
	font-size: 1.125em;
	line-height: 125%;
	padding: 10px 0;
	margin: 0 auto;
	font-weight: 600;
}
header p a {

}

header p a:link {
	color: #FFF;
}
header p a:visited {
	color: #FFF;
}
header p a:hover {
	color: #FFF;
}
header p a:active {
	color: #FFF;
}
#main {
	width: 930px;
	overflow: hidden;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 200px;
	padding-left: 0px;
}
#main #side {
	float: right;
	width: 270px;
	margin: 0 15px;
	display: inline;
}



#main nav {
	margin: 0 auto;

}
#main nav dl {

}
#main nav dl dt {
	font-family: 'Economica', sans-serif;
	color: #555;
	background-color: #f0f0f0;
	padding: 3px;
	margin: 0;
}
#main nav dl dd {
	font-size: 0.875em;
	margin: 0 0 1px;
	background-color: #fafafa;
}
#main nav dl dd a {
	display: block;
	line-height: 150%;
	padding: 10px;
	color: #777;
}
#sideLinks {
	margin: 1em 0;

}
#sideLinks p  {
	color: #333;
}
#main article {
	width: 590px;
	float: left;
	margin: 0 15px;
	display: inline;
}
#main article p  {
	font-size: 0.875em;
	line-height: 150%;
	color: #333;
	text-align: justify;
}
#main article .outlink {
	font-size: 0.8125em;
}

#main article section {
	margin: 0 0 40px;
}
#main article section.entry h2{
	line-height: 150%;
	margin: 0 auto 15px;
	color: #DD4B39;
	font-weight: 600;
}
#main article #topContent {
	margin: 0 0 40px;
}
#main article div#topContent h1{
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	background-position: center -1px;
	color: #fff;
	font-weight: 600;
	line-height: 125%;
	padding: 5px;
	font-size: 0.875em;
	min-height: 200px;
}
#main article div#topContent div {
	padding: 15px 0 0;

}
#main article div#topContent p{

}

footer {
	background-color: #fafafa;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
	position: absolute;
	bottom: 0px;
	clear: both;
	width: 100%;
}
footer ul {
	width: 900px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
footer ul li {
	font-size: 0.875em;
	line-height: 150%;
}
footer p {
	width: 900px;
	font-size: 0.8125em;
	line-height: 150%;
	color: #555;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: right;
}
