/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Removes list-style from lists */
ol, ul
{ list-style: none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Removes borders and spacing from tables */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }

/* left-aligns text in caption and th */
caption, th
{ text-align: left; }

/* Removes quotation marks from q */
q:before, q:after
{ content:''; }

div#articles {
	font-size:12px;
	padding-right:10px;
}

div#articles h2:first-child {
	padding-top:0px;
}

div#articles ul+h3+h3 {
	padding-top:10px;
}

.contentheading {
	padding-bottom:10px;
	padding-top:10px;
	font-size:16px;
	font-family:Georgia;
	font-weight:bold;
	font-style:italic;
	color:#B11010;
}

.contentpaneopen {
        margin-top: 20px;
        clear: left;

}

div#articles p {
	padding-bottom:10px;
}

div#articles h3 {
}


div#articles h2 {
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
	font-family:Georgia;
	font-weight:bold;
	font-style:italic;
	color:#000;
}

div#articles p:last-child {
	padding-bottom:0px;
}

div#articles ul {
	padding-bottom:10px;
	padding-left:15px;
}

div#articles ul li { 
	padding-top:5px;
	list-style-type:disc;
}

html {
	background:#f6f6f6;
}

div#articles ul+p {
	padding-bottom:0px;
}

body {
	position:relative;
	width:911px;
	margin:20px auto;
	padding-top:100px;
	font-family:arial, sans-serif;
}

div#branding {
	position:absolute;
	top:0;
	width:100%;
	height:98px;
	border:1px solid #bebebe;
	background:#fff;
}

div#branding h1, div#branding h1 + p {
	text-indent:-9999px;
}

div#branding h1 {
	background:url("../images/logo.png") no-repeat;
	width:375px;
	height:87px;
	position:absolute;
	top:3px;
	left:3px;
}

div#branding div {
	position:absolute;
	right:15px;
	top:10px;
}

div.moduletable-ad h3 {
	font-weight:normal;
	color:#8e8e8e;
	font-size:11px;
	height:18px;
	text-transform:uppercase;
}

div#branding div.moduletable-ad h3 {
	text-align:right;
}

div#content {
	width:100%;
	border:1px solid #bebebe;
	border-top:none;
	background:#fff;
}

div#left {
	width:20%;
	position:absolute;
	left:0;
}

div#left > div {
	padding:10px;
}

div#left div.moduletable-mainNav {
	padding:0;
}

div.moduletable-mainNav ul {
	padding:15px 0px;
	border-bottom:1px solid #bebebe;
}

div.moduletable-mainNav li{
	padding:3px 10px;
	font-size:14px;
}

div.moduletable-mainNav li a {
	color:#000;
	text-decoration:none;
}

div.moduletable-mainNav li a:hover {
	color:#b61921;
	border-bottom:2px solid #b61921;
}

div#main_content {
	position:relative;
	padding:10px;
	left:20%;
	border-left:1px solid #bebebe;
	width:730px;
}

div.moduletable-search {
	background:#eee;
	height:40px;
	width:359px;
	padding:15px 8px;
	margin:10px 0;
}

div.moduletable-search h3 {
	display:inline;
	float:left;
	font-weight:normal;
	color:#666666;
	font-size:16px;
	margin-right:10px;
}

div#articles {
	width:365px; 
	float:left;
}

div#right {
	width:185px;
	padding-top:10px;
	float:left;
}

div#right > div {
	padding:12px;
	margin-bottom:1.5em;
}

div#right h3 {
	font-family:georgia, serif;
	padding:5px 0px;
	color:#fff;
	font-size:18px;
}

div#right p {
	font-size:11px;
	padding:15px 0;
	line-height:1.5em;
}

div#right > div.moduletable-dark p {
	color:#fff;
}

div#right > div.moduletable-dark {
	background:#2f2f2f;
}

div#right div.moduletable-red {
	background:#b61922;
}

div#right div.moduletable-red h3 {
	font-size:1em;
}

div#right div.moduletable-red h4 {
	color:#fefde1;
	padding:10px 0;
	font-size:0.9em;
}

div#right div.moduletable-red strong {
	font-size:1.25em;
	font-weight:bold;
	display:block;
}

div#right div.moduletable-red em {
	font-weight:bold;
	clear:left;
}

div#right div.moduletable-red a {
	color:#000;
}

div#right > div h5 {
	color:#fff;
	font-size:0.75em;
	line-height:1.5em;
}

div#farRight {
	width:119px;
	float:left;
	padding:10px;
}

div#farRight img{
	padding:8px 0;
}

div#siteInfo {
	clear:both;
	position:relative;
	text-align:center;
	bottom:-2em;
	margin-bottom:-1em;
	color:#333;
	font-size:12px;
}
.clear {
	clear:both;
}

div#right div.moduletable-dark a {
       font-weight: bold;
       color: #b61a22;
       text-decoration: none;
}