
html, body { margin: 0; padding: 0; 
color: #000000;
font-family: Tahoma;
}

#header { 
	width: 100%;
	float: left;
}

#maincontainer {
	width: 800px;
	float: left;
	
}

#nav {
	width: 150px;
	float: left;
	color: #4d1979;
	
}
#main {
	float: right;
	width: 650px;
	font-family: Tahoma;
}
#footer {
	width: 100%; 
	float: left;
}


A {
	text-decoration: underline;
	color: #4d1979;
	font-family:Arial, Helvetica, sans-serif;

}

A:Hover {
	text-decoration: none;
	color: #3163CE;
}

.style2 {
	color: #003F80;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
}


