body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #070c25;
	background: #396e9c;
	margin:0px;
	cursor: url('trowel.cur');
}

td { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #070c25;
}

a {
	color: #396E9C;
	text-decoration: underline;
}


#wrapper {
	width: 819px;
	margin: 0px auto;
	
}

#right_shadow {
	width: 10px;
	background: #396e9c url(images/right_shadow.png) repeat-y;
}

#left_shadow {
	width: 10px;
	background: #396e9c url(images/left_shadow.png) repeat-y;
}

#underhead {
	background: url(images/underhead_bg.png) repeat-x;
	height: 12px;
}

#mainbody {
	background: #fff;
}

.contentheading {
	color: #91000c;
	font-weight: bold;
	font-size: 21px;
	padding: 15px 0;
}

.content {
	margin-left: 30px;
	font-size: 14px;
}

.contentcontainer img {
	margin-right: 20px;
}

.contentcontainer {
	padding: 20px;
}

#footer {
	background: #0e1740 url(images/footer_bg.png) repeat-x;
	text-align: center;
	font-size: 10px;
	padding: 31px 0 20px 0;
	color: #fff;
  height:44px;
}

#footer a {
	color: #fff;
}	

.error {
	font-weight: bold;
	color: #950B08;
}

.SUP {
	font-size: 9px;
	font-variant: small-caps;
	line-height: 0;
}
