html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	background-color: white;
	color: #000000;
	height: 100%;
	width: 100%;
}

#bannerheading {
	height:130px;
	background-image: url(images/banner_bg.jpg);
	background-repeat:repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
}
#logo {
	height:16px;
}
#pageheading, #banner {
	float:left;
	height:130px;
}

#pageheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
	padding-top:10px;
	padding-left:15px;
	height:30px;
}

#banner {
	padding-left:10px;
	padding-right:10px;
}

#buttons {
	height:21px;
	margin-top:-31px;
	margin-bottom:10px;
	padding-left:255px;
}

#buttons ul {
	margin:0;
	padding:0;
	list-style:none;
}

#buttons ul li {
	padding:0;
	margin0;
	float:left;
	margin:0 5px;
	list-style:none;
}

#buttons ul li a {
	text-decoration:none;
	display:block;
	padding:2px 10px;
	background:#dddddd;
}

#leftcol {
	width:230px;
	float:left;
	padding-left:10px;
}

/** 2 column **/
#middlecolonly {
	margin-left:260px;
	display:inline-block;
}

/** 3 col */
#rightcol {
	width:145px;
	padding-right:10px;
	padding-left:10px;
	float:right;
}
#middlecol {
	margin-left:260px;
	margin-right:175px;
}

#footer			{
font-size: 0.9em;
line-height: 100%;
text-align: center;
padding-left: 5px;
padding-right: 5px;
clear: both; 
position: relative; 
padding-top: 2px;
height: 23px; /* padding-top and height must add up to margin-top */
color: black; 
margin-top: 10px;
margin-bottom: 26px; /* required for Opera 6 to show background color but others don't like it so hide the value of 0 from it */
z-index: 15;
border-top: solid 1px #0a55b2;
}


td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #000000;
}

h1 {
	font-size: 1.8em;
	color: #bd111d;
	line-height: 120%;
}
h2 {
	font-size: 1.6em;
	color: #bd111d;
	line-height: 120%;
	font-weight: lighter;
}
h3 {
	font-size: 1.4em;
	color: #bd111d;
	line-height: 120%;
	font-weight: lighter;
}
h4 {
	font-size: 1.2em;
	color: #bd111d;
	line-height: 120%;
	font-weight: lighter;
}
h5 {
	font-size: 1em;
	color: #bd111d;
	line-height: 120%;
	font-weight: lighter;
}
h6 {
	font-size: 0.8em;
	color: #bd111d;
	line-height: 120%;
	font-weight: lighter;
}

.right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 0px none;
}

/* Link Styles */

a:link, a:visited, a:active {
	color: #0a55b2;
	text-decoration: none;
}
a:hover {
	color: #bd111d;
	text-decoration: none;
}

ul {
	margin-left: -20px;
	margin-top: 0px;
	margin-bottom: 0px;
	*margin-left: 20px;
	list-style-type: disc;
}

ol {
	margin-left: -20px;
	margin-top: 0px;
	margin-bottom: 0px;
	*margin-left: 25px;
}

.clear {
	clear:both;
}

