A {
	color: #cc5419;
	TEXT-DECORATION: none;
}

HTML, BODY {
	background: #a65454 url('images/background.gif');
	height: 100%;
	text-align: center;
}

FORM, BODY {
	margin: 0px;
	padding: 0px;
}

BODY, TD, DIV {
	font-family: Verdana, Helvetica, Arial, Sans-Serif; 
	font-size: 12px;
	color: #427b7b;
}

H1 {
	color: #9c3131;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

H2 {
	color: #9c3131;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

P {
	text-align: justify;
}

IMG {
	border: 0px;
}

#shadowcontainer {
	width: 816px;
	height: 100%;
	margin: auto;
	text-align: center;
	background: #a65454 url('images/shadow.gif');
}

/* nasty 100% height fix :( */
#shadowcontainer_dupe {
	width: 816px;
	margin: auto;
	text-align: center;
	background: #a65454 url('images/shadow.gif');
}

#outercontainer {
	width: 800px;
	margin: auto;
	text-align: left;
	background: #ffffff url('images/header.jpg') no-repeat;
}

#innercontainer {
}

#contentcontainer {
	float: right;
	width: 613px;
	margin-left: -203px;
}

#header {
	background-image: url('images/header.gif');
	background-repeat: no-repeat;
	width: 800px;
	height: 200px;
	position: relative;
}

#content {
	margin: 0px 40px 40px 0px;
}

#sidecontainer {
	float: left;
	width: 203px;
}

#sidecontainer UL {
	padding: 0px 0px 40px 25px;
	margin: 0px;
	list-style: none;
}

#sidecontainer UL LI {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	list-style: none;
}


#footer {
	clear: both;
	height: 31px;
	text-align: left;
	background: #ffffff url('images/footer.gif') repeat-x;
}

#footer DIV {
	color: #ffffff;
	font-size: 9px;
	padding: 11px 0px 0px 10px;
}

#footer A {
	color: #CCCCCC;
}

.headerlink_home {
	position: absolute;
	top: 85px;
	left: 70px;
}

.paddedcontent {
	padding: 20px;
}

.checked LI {
	list-style: url('images/checkdot.gif');
	padding: 0px 0px 15px 0px;
}

.leftimage {
	float: left;
	padding: 0px 10px 10px 0px;
}

.center {
	text-align: center;
}

.tinytext {
	font-size: 10px;
	color: #999999;
}

.border {
	border: 1px solid #CCCCCC;
	padding: 10px;
}

.formtable, .formtable TD, .formtable P, .formtable DIV {
	font-size: 11px;
}

.floatright {
	float: right;
	padding: 0px 0px 10px 10px;
}