/* CSS Document */
body {
	background-color: #E7E6F9;
}
body,td,li,p {
font-family:"Trebuchet MS", sans-serif;
	font-size: 14px; margin-top: 0px; margin-bottom: 2px;
}
#top {
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 10px;
	background: #fff;
	height: 120px;
    width: 800px;
}
#header {
	padding: 10px;
	width: 640px;
	margin-right: 10px;
	margin-left: 180px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#left {
	position: absolute;
	background: #E7E6F9;
	left: 22px;
	top: 175px;
	width: 140px;
	padding: 10px;
}
#center {
	position:absolute;
	top: 235px;
	margin-left: 200px;
	margin-right: 320px;
	padding: 10px;
	background: #fff;
	width: 290px;
}
#right {
	position:absolute;
	background: #FFFFFF;
	margin-right: 10px;
	top: 235px;
	width: 290px;
	margin-left: 520px;
	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: 24px;
	background-color:#400080;
	text-align: left;
}

	
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: bold;
	color:#FFFFFF;
    background-color:#6699ff;
}
h3 {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #000;
}
p {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 14px; margin-top: 0px; margin-bottom: 2px;
}
.style1 {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 12px; margin-top: 0px; margin-bottom: 2px; 
	color:#400080;
}