body {
	margin: 0px;
	height: 100%;
	background-color: #930b62;
	font-family: Arial;
}

.maintable {
	width: 999px;
	height: 100%;
	background-color: #fff;
}

td {
	vertical-align: top;
	font-size: 12px;
	color: #333;
}

.home_nav {
	margin-top: 440px; 
	margin-left: 75px;
}

.home_nav td {
	padding-bottom: 8px;
	padding-right: 10px;
}

.home_nav td a {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #333;
}

.home_nav td a:hover {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #A60076;
}

.nav {
	margin-top: 370px;
	margin-left: 80px;
}

.nav td {
	padding-right: 10px;
}

.nav td a {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #333;
}

.nav td a:hover {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #A60076;
}

.content {
	margin-left: 80px; 
	margin-top: 30px; 
	margin-bottom: 20px; 
	width: 700px;
}	

.content a {
	color: #0071B8;
}

h1 {
	font-size: 15px;
	text-transform: uppercase;
	color: #A60076;
	line-height: 23px;
}

h2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #009F47;
	margin-bottom: -10px;
}

p, li {
	font-size: 12px;
	color: #333;
	line-height: 20px;
}

ul {
	margin-left: 18px;
}