@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menu a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
H1 {
	font-size: 20px;
	font-weight: bold;
	color: #772B8f;
}

#header {
	width: 780px;
	margin: auto;
	padding: 0px;
	font-weight: bold;
	color: #772B8F;
	background-color: #ffffff;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #772B8f;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #772B8f;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #772B8f;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #772B8f;
			
	
}
#menu {
	background-color: #772B8F;
	clear: both;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #772B8F;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #772B8F;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #772B8F;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #772B8F;
	
	

}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: left;
}
#content {
	text-align: left;
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #772B8F;
	margin: auto;
	width: 780px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #772B8F;
	height: auto;
	padding: 0px;
	background-color: 772b8f;
}
#footer {
	font-size: 10px;
}
#search {
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 80%;
}


a:link {color: #772B8F; text-decoration: none; text-transform: none; }
a:visited {color: #772B8F; text-decoration: none; text-transform: none; }
a:active {color: #772B8F; text-decoration: underline; text-transform: none; }
a:hover {color: #ffffff; text-decoration: none; text-transform: uppercase; background: #772B8F; }
