.mainbg {
	background-image: url(../graphics/table_bg.jpg);
	background-repeat: repeat-y;
}
.sidecolumn {
	background-color: #C8C8C8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #941A0C;
	padding: 8px;
	font-weight: 800;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #333333;
/*border-right-color: #941A0C;
	border-bottom-color: #941A0C;
	border-left-color: #941A0C;*/
}
.mainhomecell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	padding: 8px;
}
.formfield {
	background-color: #EAEAEA;
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.greytxt {
	color: #333333;
}
.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #970100;
	display:block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-bottom:3px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

#header{
    font-family: Arial, Helvetica, sans-serif;
	padding-right:15px;
	font-size:11px;
	color:#666666;
}

#footer{
	background-image: url(../graphics/cc-logos.jpg);
	background-repeat: no-repeat;
	text-align:right;
	font-size:10px;
	height:19px;
	font-family: Arial, Helvetica, sans-serif;
	background-position: 15px top;
	padding-right:15px;
	color:#666666;
	padding-top:3px;
}

#header a, #footer a{
    color:#666666;
}
.lowernav{
    font-size:10px;
	text-align:right;
	margin-bottom:0px;
	padding-bottom:0px;
}
#crumb{
    font-size:9px;
	color:#333333;
	padding-bottom:6px;
}

#credits{
	font-size:9px;
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
		text-align:right;
	padding-top:10px;
	padding-right:15px;
}
#credits a{
    color:#999999;
	text-decoration:none;

}
#subnav{
	width:150px;
	float:right;
	margin:6px;
	margin-top:20px;
	background-color: #EBEBEB;
	padding:5px;
	font-size: 11px;	
}