html body {
	background:#DCDCDC;
	margin:0 auto;
	}
	
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}

#body {
	width:850px;
	margin:auto;
	}

#position {
	width: 850px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#bgColumn {
	width: 850px;
	background: #DCDCDC url("../images/bg.gif") repeat-y center top;
}

#header {
	border-top: 1px solid #000000;
	margin-left: 28px;
	margin-right: 28px;
	width: 794px;
	padding-bottom: 10px;
}

#content {
	margin-left: 28px;
	margin-right: 28px;
	margin-bottom: 0px;
	padding: 0px;
	width: 794px;
}

#contentBody {
	width: 774px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 0px;
}

#footer {
	border-bottom: 1px solid #000000;
	margin-left: 28px;
	margin-right: 28px;
	padding: 0px;
	margin-bottom: 0px;
	width: 794px;
	height: 47px;
}

#footer a img {
	border: 0px solid #CCCCCC;
}

#footer a {
	border-bottom: 0px;
}

body, table, td {
font-family: verdana, geneva, arial, sans-serif;
font-size: 11px;
line-height: 16px;
color: #000000;
padding: 0px 0px 0px 0px;
}

body A:link, body A:visited, body A:active, body A:hover {
color: #cc0000;
text-decoration: none;
border-bottom: #C99;
border-width: 0px 0px 1px 0px;
border-style: none none dotted none;
}

/* Table alternating row colours, etc */

.tableheader {
	border-bottom: 3px solid #A0BDEB;
	font-weight: bold;	
}

.tableheaderplain {
	border-bottom: 3px solid #A0BDEB;	
}

.tableshaded {
	border-bottom: 1px solid #A0BDEB;
	background-color: #EAF2FF;
	padding-left: 5px;
}

.tableunshaded {
	border-bottom: 1px solid #A0BDEB;
	padding-left: 5px;
}

.tableblank {
	padding-left: 5px;
}

.bodyItem {
	width: 400px;
	height: 40px;
	border: 0px solid #000000;
	margin: 3px;
}

.bodyItemIcon {
	width: 40px;
	float: left;	
}

.bodyItemLabel {
	text-align: left;
	padding-top: 8px;
	float: left;
	width: 350px;
}
