@charset "utf-8";
a img { border: 0; }
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#menu a {
	font-weight: bold;
	color: #c7c0d0;
	text-decoration: none;

}
#menu a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration:overline;
}
H1 {
	font-size: 20px;
	font-weight: bold;
	color: #400786;
}

#header {
	width: 780px;
	margin: auto;
	padding: 0px;
}
#menu {
	background-image:url(images/menubar2.png);
	background-repeat: no-repeat;
	background-position: 1px 3px;
	clear: both;
	width: 780px;
	height:26px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	text-align: left;
	padding-top:6px;

	
}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
	text-align: left;
}
#content {
	text-align: left;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #649220;
	margin: auto;
	width: 780px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #649220;
	height: auto;
	padding: 5px;
	padding-bottom:10px;
}
#footer {
	font-size: 11px;
}
#search {
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 50%;
}
a:link {
COLOR: #1c26ab;
}
a:visited {
COLOR: #1c26ab;
}
a:hover {
COLOR: #5006bf;
}
a:active {
COLOR: #00FF00;
}
