body {
	background-color: #702F71;
	background-image: url(bg_home.jpg);
	scrollbar-face-color: #93eaed;
	scrollbar-highlight-color: #93eaed;
	scrollbar-shadow-color: #93eaed;
	scrollbar-3dlight-color: #403c16;
	scrollbar-arrow-color: #403c16;
	scrollbar-track-color: #403c16;
	scrollbar-darkshadow-color: #403c16;	
	margin: 0px;
	padding: 0px;
}
a.:link,a.:visited,a.:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.:hover {
	text-decoration: underline;
}
h2 {
	font-size: 12pt;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;		
}

h3 {
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;	
}
#heading {
	margin: 0px;
	padding: 20px 0px 0px;
	text-align: center;
}

#main {
	width: 700px;
	height: 100px;
	margin: 0px;
	padding: 12px 0px 4px 40px;
}
#nav {
	width: 200px;
	height: 100px;
	float: left;
	margin: 0px;
	padding: 12px 0px 4px 12px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #C776BB;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
	padding: 0px;
}
#footer {
	margin: 0px;
	padding: 12px 20px 8px 20px;
	background-position: 0px 0px;
	text-align: right;
	background-color: #C776BB;
	border-top-width: 6px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E4BBFF;
	border-bottom-color: #E4BBFF;
	vertical-align: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: normal;
}
.left {
	float: left;
	height: 40px;
	width: 200px;
	text-align: left;

}
