* {
	margin: 0; 
	padding: 0; 
	border: none; 
	text-decoration: none;
}

html { 
	font: bold small Tahoma, Verdana, Arial, sans-serif; 
	color: #009; 
	background-image: none; 
	background-repeat: repeat-x; 	
	background-attachment: scroll; 
	background-position: 0 0; 
	text-align: center; 
	min-height: 100%; 
}

body {
	background: #ccf repeat-x 50% 100%;
	padding: 52px 0 20px;
}

#container { 
	width: 750px; 
	margin: 0 auto; 
	text-align: left; 
	background: #ffffff repeat-y; 
	border: solid #009; 
}

#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header {
	background: url(web-content/images/fair.gif) 0% 100% no-repeat;
	height: 228px;
	position: relative;
}

#header h1 { 
	position: absolute; 
	top: 90px; 
	left: 80px; color: #009; 
	font: bold 260% "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial, sans-serif; 
	background-repeat: no-repeat; 
}

#header p { 
	position: absolute; 	
	top: 130px; 
	left: 320px; 
	font: bold xx-large "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial, sans-serif; 
	color: red; 
	background-repeat: no-repeat; 
	text-align: center; 
}

#mainmenu { 
	position: absolute; 
	bottom: 233px !important; 
	bottom: 232px; /* die, IE 6, die */
	left: 30px; 
	margin: 0; 
	padding: 0;
}

#mainmenu li { 
	display: inline; 
	list-style: none; 
	font: bold 120% "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial, sans-serif; 
	margin: 0; 
	padding: 0; 
}

#mainmenu li a { 
	display: block;
	width: auto; 
	float: left; 	
	margin-right: 10px; 
	padding: 6px 10px; 
}

#mainmenu li a:link, #mainmenu li a:visited { 
	color: #fff; 
	background-image: none; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	background-position: 0 0;
 }

#mainmenu li a:hover, #mainmenu li a:active, #mainmenu li a:focus { 
	color: green; 
	background-image: none; 
	background-repeat: repeat; 
	
	background-attachment: scroll; 
	background-position: 0 0; 
}

#mainmenu li.active a:link, #mainmenu li.active a:visited { 
	color: #058cc4; 
	background-image: none; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
}

#footer {
	height: 44px;
	width: 750px; 
	margin: 0 auto; 
	color: black; background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
	text-align: center; 
	position: relative; 
	padding-bottom: 0; 
}

#footer p { 
	float: left; 
	background: #9999ff; 
	color: black; 
	font: 100% "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial, sans-serif; 
	text-align: left; width: inherit; padding: 10px; 
}

#footer a:link, #footer a:visited {
	color: green; 
	background: #9999ff;
}

#footer a:hover, #footer a:active, #footer a:focus { 
	color: orange; 
	text-decoration: underline; 
}

#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content {
	width: 500px;
	float: left;
	padding: 15px 25px 0 25px;
}

#column {
 	width: 164px; 
	float: left; 
	margin-top: 10px; 
	padding: 10px; 
	background: #ccf; 
	border: outset 4px #9999ff; 
}

#content, #column {
	overflow: visible !important;
	overflow: hidden; /* die, IE 6, die */
}

ul.menu li {
	display: inline;
	margin: 0;
	list-style: none;
}

#column ul.menu li a { 
	display: block; 
	padding: 0.3em 0.5em; 
	color: #009; 
	font-weight: normal; 
	background-image: none; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
	border-left-style: solid; 
	border-left-width: 1em; 
}

#column ul.menu li a:hover { 
	color: #99f; 
	background-image: none; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
	border-left-style: solid; 
	border-left-width: 1em; 
}

h2 {
	font: bold 200% "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #389708;
	padding-bottom: 0.2em;
}

h3 {
	font: bold 140% "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #390;
	padding-bottom: 0.2em;
}

h4 {
	font: bold 140% "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #390;
	padding-bottom: 0.2em;
}
p, ol, ul {
	text-align: justify;
	padding-bottom: .5em;
	line-height: 130%;
}

li {
	margin-left: 1.5em;
}
	
#content a:link {
	color: #009;
	font-weight: bold;
	background: transparent;
}

#content a:visited {
	color: #390;
	background: transparent;
}

#content a:hover, #content a:active, #content a:focus {
	color: #9999ff;
	background: transparent;
}

#column a:link {
 	color: #009; 
	font-weight: bold; 
	background-image: none; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	background-position: 0 0;
  }
  
#column a:visited {
 	color: #390; 
	background-image: none; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
 }
 
#column a:hover, #column a:active, #column a:focus { 
	color: #9999ff; 
	background-image: none; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
}

a:active, a:focus {
	outline: none;
}

code, b, i, strong, em {
	color: #00589c; 
	font-size: 100%;
}	

blockquote, .box { 
	border-width: 3px 0; 
	background: #9999ff;
	margin: 1em 0; 
	padding: 0.5em 1em; 
	font-style: italic; 
	color: black; 
	border-color: #ccf; 
	border-style: solid; 
}

form { 
	color: #009; 
	background-color: #ccf; 
	padding-bottom: 1em; 
}

label {
	clear: both;
	float: left;
	margin-bottom: 1em;
	width: 6em;
	padding: .2em 0;
}

input, textarea {
	float: left;
	border: 2px solid #9999ff;
	background: #9999ff;
	width: 300px;
	padding: .2em;
	margin-bottom: 1em;
}

textarea {
	height: 100px;
	overflow: auto;
}

input.button {
	clear: both;
	margin: 0 0 1em 6em;
	width: auto;
	background: #9999ff;
	border-color: #9999ff;
	color: #ccf;
	cursor: pointer;
}