/* CSS Document */

* html #footer{
margin:-40px 0 0;
}
* html #nonfooter{
height:100%;
}

p {margin-bottom:20px; }

hr {height:1px; border:0; background-color:#CC0000; width:75%; margin: 0 0 5px 3px;}

html{
height:100%;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	height: 100%;
	margin: 0px;
	background-color: #af2316;
	background-image: url(/common/images/bg.gif);
	background-repeat: repeat-y;
	background-color: #af2316;
}

a {color:#af2316; text-decoration:none;}
a img {border:0;}

#page{
position: relative;
min-height: 100%;
}

* html #page{
height: 100%;
}

ul {
    margin:0 0 10px 10px;
	padding-left: 1em;
	}
li { padding:0px; 
     margin:0px;
}


#page {width:775px; border-right:1px solid #fff;}
#header {background-color:#fff;}
#headerbar {background-color:#af2316; border-bottom:1px solid #fff; height:24px; overflow:hidden;}

#footer{
	background-color: #af2316;
	margin:-26px 0 0 0;
	position:relative;
	text-align:left;
    color:black;
    font-size:10px;
    height:20px;
    padding:5px 5px 0px 5px;
    border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

#nonfooter{
	margin:0;
	min-height:100%;
	text-align:left;
position: relative;
}


#sidelinks {margin:5px;  margin-top:25px; font-size:11px;}

.buttonscontainer {width: 188px; float:left;}

.buttons a {color: #fff;
background-color:#878787;
padding: 2px;
padding-left: 10px;
display: block;
border-bottom: 1px solid #999999;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #ccc;
color: #000;
text-decoration: none;}



#content_center {margin-left:189px; width:350px;} 
#content_center p {margin:3px;}
#content_center img {border-bottom:1px solid #fff;}

.section_header {background-color:#ffcf4d; border-bottom:1px solid #fff; padding:3px; font-size:15px; font-weight:bold;}
.subsection_header {background-color:#af2316; border-bottom:1px solid #fff; padding:2px; font-size:13px; font-weight:bold; color:#fff;}

#content_right {float:right; width:225px;}
#content_right p {margin:3px;}

.bold {font-weight:bold;}
.right {float:right;}


#content_wide {margin-left:189px;  background-color:#fff; margin-bottom:20px;}
#content_wide p {margin:3px;}


.clearright {clear:right;}
