﻿html
{
	overflow: auto;
}
body
{
	/*background-image: url(images/rightgradient.jpg);*/
	background-image: url(images/columbine.jpg);
	background-repeat: no-repeat;
	padding: 0;
}
.transparent
{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background-color: #FFFFFF;
}
.rightGradient
{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 200px;
	height: 100%;
	background-image: url(images/rightgradient.jpg);
	background-repeat: repeat-y;
	z-index: -10;
}
.contentArea
{
	position: absolute;
	padding: .5em;
	margin-bottom: auto;
	font-family: Verdana;
	left: 10em;
	top: 10em;
	right: 13em;
	bottom: 1.5em;
	overflow: auto;
	overflow-x: hidden;
	border: solid 1px #CCCCCC;
}
.uwLogin
{
	display: inline;
}
.uwMenu
{
	font-family: Verdana;
	float: right;
	color: #666666;
	font-size: smaller;
	width: 13em;
}
.uwMenu a
{
	color: #666666;
	text-decoration: none;
	font-size: larger;
}
.uwMenu a:hover
{
	color: #000000;
	font-weight: bold;
}
.uwMenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.uwMenu li
{
	padding-bottom: 1em;
}
.menuSelected a
{
	color: #006600;
	font-weight: bold;
}
.footer
{
	position: absolute;
	z-index: 10;
	font-family: Tahoma;
	font-size: smaller;
	text-align: right;
	bottom: 0;
	right: 1em;
}

.leftColumn
{
	font-family: Verdana;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	padding-right: 1em;
}

.rightColumn
{
	font-family: Tahoma;
	vertical-align: top;
}
.backgroundColumbine
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
}
.fairOrgTitle
{
	text-align: right;
	font-size: 2em;
	font-family: Impact;
}
.fairNameTitle
{
	text-align: right;
	font-size: 2.5em;
	margin-right: 3em;
	margin-top: .5em;
	margin-bottom: 1em;
}
