body {
	background:#b81f24;
	margin:0;
}

.pageheading {
	font-size: 1.8em;
	color: #b81f25;
	margin:10px 0;
}

.clear {
	clear: both;
}



.right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 0px none;
}
.left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px none;
}

.modulemaintitle {
	font-size: 1.2em;
	color: #b81f25;
	margin-bottom:10px;
}
.moduletitle {
	font-size: 1.1em;
	color: #b81f25;
	line-height: 140%;
}
.moduleheading1 {
	font-size: 1.1em;
	color: #b81f25;
	line-height: 140%;
}
.moduledate {
	line-height: 140%;
	margin-bottom:10px;
}
.modulesummary {
	line-height: 140%;
	padding-bottom: 5px;
}
.moduletext {
	font-size: 12px;
	line-height: 140%;
}
.moduledivider {
	border-bottom: solid 1px #b81f25;
	margin-bottom: 5px;
}

.modulelistitem {
	border-top:1px solid #bbb;
	margin-top:10px;
	padding-top:10px;
}

.modulelistitem a {
	color:#b81f25;
	text-decoration:none;
}

.modulelistitem h3 {
	margin:0;
}

.modulelistitem img {
	float:left;
	margin-right:10px;
	padding:3px;
	border:1px solid #ccc;
}

.blockmaintitle {
	font-size: 1.5em;
	color: #b81f25;
	line-height: 120%;
	padding: 5px 2px 2px 10px;
}
.blocktitle {
	color: #000000;
	font-weight: bold;
	line-height: 120%;
	padding-top: 5px;
}
.blocktext {
	color: #000000;
	line-height: 120%;
}
.blockdate {
	line-height: 120%;
	padding-left:10px;
	color: #b81f25;
	padding-bottom:5px;
}
.block {
	border: solid 1px #b81f25;
	margin-bottom: 5px;
	width:100%;
}

td.blocktitle, td.blocktext {
	padding-left:10px;
}

td.blocktitle a {
	display:block;
	border-top: solid 1px #b81f25;
	color:#000;
	text-decoration:none;
	padding-top:8px;
	font-weight:normal;

}

td.blocktext a {
	display:block;
	border-top: solid 1px #b81f25;
	padding:8px 0 5px 0;
	font-weight:normal;

}


#navigation {
	height:36px;
	padding-top:50px;
	text-align:center;
	display:inline-block;
}

.suckertreemenu ul{
padding: 0;
list-style-type: none;
margin:auto;
display:inline-block;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: inline-block;
padding: 0 35px;
text-decoration: none;
color: #fff;
font-size:13px;
text-align:center;
border-left:1px solid #fff;
}

.suckertreemenu ul li.first a{
	border:0px;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
z-index:10000;
padding-top:13px;
}

.suckertreemenu ul li ul li ul{
	padding-top:0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 133px; /* no need to change, as true value set by script */
top: 0px;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 164px; /*no need to change, as true value set by script*/
color: #fff;
background:#faa61a;
text-decoration: none;
border:0px;
padding: 3px 5px;
border-top:1px solid #f15c22;
}

li.first a{
	border:0px;
}
.suckertreemenu ul li a:hover, .suckertreemenu ul li a.selected {
	text-decoration: none;
	color:#f9a61a;
}

.suckertreemenu ul li ul li a:hover, .suckertreemenu ul li ul li a.selected {
	text-decoration: none;
	background:#f15c22;
	color:#fff;
}


/*Background image for top level menu list links */
/*
.suckertreemenu .mainfoldericon{
background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;
}
*/
/*Background image for subsequent level menu list links */
/*
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}
*/
* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

/***** Form styles *******/

#abstractform .sectionhead, #regform .sectionhead {
	font-size:1.4em;
	color:#b82025;
}

#abstractform .input, #regform .input {
	border:1px solid #b82025;
	background:#fff;
	font-size:1em;
}

.subtotal {
	font-weight:bold;
	text-align:right;
}

.grandtotal {
	font-weight:bold;
	color:#b82025;
	text-align:right;
}

.grandtotal .input {
	border:2px solid #b82025;
	background:#fff;
	color:#b82025;
	font-weight:bold;
	font-size:1em;
}

.form table tr td {
	padding:3px 6px 3px 0;
}

#abstractform, #regform {
	width:550px;
}

#abstractform div.bar, #regform div.bar {
	padding:0;
	height:10px;
	background:#ee9322;
}

