.body {
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/body.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #581065;
}

a {
	text-decoration: none;
	color: #C01D0C;
}

a:hover {
	text-decoration: underline;
	color: #581065;
}

.header {
	background-image: url(../../images/sts_new_header.jpg);
	background-repeat: no-repeat;
	height: 189px;
	width: 765px;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10px;	
	padding: 4px;
	padding-top: 4px;
	color: #C01D0C;
}

.header a, .header a:hover {
	color: #C01D0C;
	text-decoration: none;
}

.nav {
	padding-top: 20px;
}

.nav a {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #C01D0C;
	text-transform: uppercase;
	height: 20px;
	padding: 3px;
	padding-top: 6px;
}

.nav a:hover, a#active {
	text-decoration: underline;
	color: #581065;
}

.maintable {
	background-color: #FFF;
}

.content {
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 13px;
	padding: 10px;
	line-height: 16px;
	height: 270px;
	text-align: left;
}

.content td {
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 13px;
	text-align: left;
}

.pagename {
	text-align: left;
	color: #581065;
	font-weight: bold;
	font-size: 13px;	
}
