/* CSS Document */
body {
	background-color: #E7E6F9;
}
body,td,li,p {
font-family:"Trebuchet MS", sans-serif;
	font-size: small; margin-top: 0px; margin-bottom: 2px;
}
#top {
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 10px;
	background: #fff;
	height: 120px;
    width: 800px;
}

#left {
	position: absolute;
	background: #E7E6F9;
	left: 22px;
	top: 175px;
	width: 140px;
	padding: 10px;
}
#center {
	margin-top: 0px;
	margin-left: 180px;
	margin-right: 220px;
	padding: 10px;
	background: #fff;
	width: 420px;
}
#right {
	position:absolute;
	background: #E7E6F9;
	right: 10px;
	top: 176px;
	width: 200px;
	left: 641px;
	padding: 10px;
}
/* head1 and head2 are the styles for the header*/
.head1 {
font-family:"Maiandra GD", sans-serif;
font-size:24px;
}
.head2 {
font-family: "Trebuchet MS", sans-serif;
font-size: 14px;
color: #535353;
}
.menu {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a {
	text-decoration: none;
}
a:hover {
	color: #400080;
	text-decoration:underline;
	font-weight: bold;
}
a {
	color: #70599F;
}
a:visited:hover {
	color: #400080;
	background-color: transparent;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size: x-large;
	background-color:#400080;
	text-align: left;
}

	
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	margin-bottom: 0px;
	font-weight: bold;
	color: #400080;
}
h3 {
	font-family:"Trebuchet MS", sans-serif;
	font-size: medium;
	color: #000;
}
p {
	font-family:"Trebuchet MS", sans-serif;
	font-size: small; margin-top: 0px; margin-bottom: 2px;
}
.style1 {
	font-family:"Trebuchet MS", sans-serif;
	font-size: x-small; margin-top: 0px; margin-bottom: 2px; 
	color:#400080;
}