html, body, div, h1, h2, h3, p, ul, ol, img, form {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	color: #333;
	background: #9b85ea url(../images/rule.gif) repeat-x;
	font: normal 90%/1.4 Arial, Helvetica, sans-serif;
	text-align: center;
}

.wrapper {
	width: 748px;
	background: #fff url(../images/bkgd.jpg) repeat-y;
	text-align: left;
	margin: 0 auto;
}

.header {
	height: 158px;
}

.sunflower {
	float: left;
	width: 145px;
}

.content {
	margin-left: 145px;
	padding: 10px 20px 0;
	min-height: 648px;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.1;
}


h1 {
	color: #541687;
	font-size: 150%;
}

h2 {
	color: #008040;
	font-size: 130%;
}

h3 {
	font-size: 105%;
}

p, ul, ol {
	margin-bottom: 1em;
}

ul, ol {
	margin-left: 2.5em;
}

cite {
	font-style: italic;
}

big {
	font-size: 140%;
	font-weight: bold;
	color: #a00;
}

.menu {
	text-align: center;
	font-size: 85%;
	padding-top: 2em;
}

.copyright {
	font-size: 85%;
	padding: 3em 0 1em;
}

a:link {
	color: #006;
	text-decoration: underline;
}

a:visited {
	color: #7c2b7a;
	text-decoration: none;
}

a:focus, a:hover, a:active {
	color: #7c2b7a;
	text-decoration: underline;
}

.notice {
	color: #fff;
	background: #008040;
	font-size: 1.25em;
	text-align: center;
	font-weight: bold;
	margin: .5em 0 1.5em;
	padding: 4px;
}

.notice a, .notice a:visited, .notice a:hover {
	color: #fff;
	text-decoration: underline;
}