body {
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}
.topspacer {
	height: 55px;
	margin: 0px;
}
.topcontent {
	height: 12px;
	margin: 0px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.contentcell {
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
	text-align: left;
	margin-left: 20px;
	width: 590px;
	padding-right: 25px;
	margin-bottom: 20px;
	margin-top: 10px;
	background-image: url(../images/horline1.png);
	background-repeat: repeat-y;
	background-position: right;
}

.bottomcontent {
	height: 28px;
	margin: 0px;
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	background-position: center;
}
.maincontent {
	margin: 0px;
	background-image: url(../images/mid.png);
	background-repeat: repeat-y;
	background-position: center;
	font-family: tahoma;
	font-size: 12px;
}

.mainCopy {
	display: inline;
	width: 850px;
}
.mainImg {
	border-top: thin outset;
	border-right: thin outset;
	border-bottom: thin outset;
	border-left: thin outset;
}
.menulinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	list-style-position: inside;
	list-style-type: none;
	line-height: 16px;
	text-align: center;
}
.menulinks a:link {
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}
.menulinks a:visited {
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}
.menulinks a:hover {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: underline;
}
.footerlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: BLACK;
	text-decoration: none;
	padding: 5px;
	list-style-position: inside;
	list-style-type: none;
	line-height: 16px;
	text-align: center;
}
.footerlinks a:link {
	text-decoration: none;
	font-size: 10px;
	color: BLACK;
}
.footerlinks a:visited {
	text-decoration: none;
	font-size: 10px;
	color: BLACK;
}
.footerlinks a:hover {
	color: BLACK;
	font-size: 10px;
	text-decoration: underline;
}

.headerImage {
	margin-bottom: 10px;
}
.mainHeader {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-image: url(../images/headerbackground.gif);
	margin-top: 10px;
	margin-left: 15px;
}
.tableborder {
	border: 1px dotted #CCCCCC;
	margin-left: 25px;
	font-family: tahoma;
	font-size: 12px;
}
.tableborderNoMargin {
	border: 1px dotted #CCCCCC;
	font-family: tahoma;
	font-size: 12px;
}
.maincontentHeader {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bolder;
	letter-spacing: 1px;
	background-color: #F1F1F1;
	border: 1px dashed #FF0000;
	margin: 2px;
	padding: 5px;
}
