body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(images/bgtile.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
.header {
	background-image: url(images/headertile.gif);
	background-repeat: repeat-x;
	height: 144px;
	width: 100%;
}
.ledge {
	background-image: url(images/ledge.gif);
	background-repeat: repeat-y;
}
.redge {
	background-image: url(images/redge.gif);
	background-repeat: repeat-y;
}
.navband {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/navbandslice.gif);
	background-repeat: repeat-x;
	height: 30px;
	width: 100%;
}

.navband a:link, a:active, a:visited {
	text-decoration: none;
	color: #000000;
}

.navband a:hover {
	text-decoration: underline;
	color: #5C0D3B;
}
.newstable {
	background-image: url(images/news.jpg);
	height: 500px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E5E5E;
}

.newstable td {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: justify;

}

.newstable a:link,a:active,a:visited {
	color : #9C256A; font-weight: bold; text-decoration: none;
}
.newstable a:hover {
	text-decoration: underline; color : #9C256A;
}

.arttable {
	background-image: url(images/articles.jpg);
	height: 500px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E5E5E;
}

.arttable td {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: justify;
}

.arttable a:link,a:active,a:visited {
	color : #9C256A; font-weight: bold; text-decoration: none;
}
.arttable a:hover {
	text-decoration: underline; color : #9C256A;
}

.arttable li {
	padding: 5px 0px;
}

.linkstable {
	background-image: url(images/links.jpg);
	height: 500px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E5E5E;
}

.linkstable td {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: justify;
}

.linkstable a:link,a:active,a:visited {
	color : #9C256A; font-weight: bold; text-decoration: none;
}
.linkstable a:hover {
	text-decoration: underline; color : #9C256A;
}

.apptable {
	background-image: url(images/application.jpg);
	height: 1500px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E5E5E;
}

.apptable td {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.apptable a:link,a:active,a:visited {
	color : #9C256A; font-weight: bold; text-decoration: none;
}
.apptable a:hover {
	text-decoration: underline; color : #9C256A;
}

.apptable li {
	padding: 5px 0px;
}

.formtable {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E5E5E;
}

.formtable td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.formtable a:link,a:active,a:visited {
	color : #9C256A; font-weight: bold; text-decoration: none;
}
.formtable a:hover {
	text-decoration: underline; color : #9C256A;
}

.ftrtable {
	background-image: url(images/featuresmain.jpg);
	height: 600px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E5E5E;
}

.ftrtable td {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: justify;
}

.ftrtable a:link,a:active,a:visited {
	color : #9C256A; font-weight: bold; text-decoration: none;
}
.ftrtable a:hover {
	text-decoration: underline; color : #9C256A;
}

.ftrtable li {
	padding: 5px 0px;
}

.sitetable {
	background-image: url(images/sitelist.jpg);
	height: 500px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E5E5E;
}

.sitetable td {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: justify;

}

.sitetable a:link,a:active,a:visited {
	color : #9C256A; font-weight: bold; text-decoration: none;
}
.sitetable a:hover {
	text-decoration: underline; color : #9C256A;
}

input,textarea, select {
	color : #000000;
	font: normal 11px Arial, Helvetica, sans-serif;
	border: 1px solid #5E5E5E;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

input.button {
	background-color : #FFFFFF;
	color : #000000;
	font-size: 13px; font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #5E5E5E;
}
