body,html
{
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #303030;
	font-family: helvetica, arial, verdana;
	font-size: 11pt;
}

img
{
	border: 0px;
}

a
{
	color: #0a5dbc;
	text-decoration: none;
}

a:hover
{
	color: #0a5dbc;
	text-decoration: underline;
}


#container
{
	margin: 0px auto;
	width: 930px;
	background-color: #ffffff;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
}



#top_navigation
{
	background-color: #4786cd;
	font-size: 10pt;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
}

.float_left
{
	float: left;
}

.float_right
{
	float: right;
}

.clear_both
{
	clear: both;
}

div.top_link
{
	background-color: #0a5dbc;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	text-align: right;
	min-width: 120px;
}

div.top_link a
{
	color: #ffffff;
	text-decoration: none;
}

div.top_link a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

#left_column
{
	float: left;
	width: 120px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	text-align: center;
	font-size: 10pt;
}

#right_column
{
	float: left;
	width: 730px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}

.check_background
{
	margin-bottom: 0px;
	height: 60px;
	background-image: url("/images/check_background.png");
}

#main_navigation
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer
{
	padding-top: 50px;
	clear: both;
	font-size: 10pt;
	background-color: #ffffff;
}

#footer .links
{
	border-top: 0px solid #b5b5b5;
	margin-left: 20px;
	margin-right: 20px;
	color: #0a5dbc;
	text-align: center;
	margin-bottom: 10px;
}

#footer .links img
{
	margin-left: 5px;
	margin-right: 5px;
}

#footer .top
{
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 0px solid #b5b5b5;
	margin-left: 20px;
	margin-right: 20px;
	color: #0a5dbc;
}

#footer .bottom
{
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #b5b5b5;
	margin-left: 20px;
	margin-right: 20px;
	color: #878787;
	height: 50px;
}

#footer .bottom .copyright
{
	float: left;
	padding-right: 10px;
	border-right: 1px solid #b5b5b5;
	height: 100%;
}

#footer .bottom .utopia
{
	float: right;
	padding-left: 10px;
	border-left: 1px solid #b5b5b5;
	height: 100%;
}

#sponsors
{
	width: 120px;
	margin-bottom: 20px;
}

#sponsors .top
{
	width: 120px;
	height: 22px;
	background-image: url("/images/sponsors_top.png");
}

#sponsors .content
{
	width: 116px;
	border-left: 2px solid #c8c8c8;
	border-right: 2px solid #c8c8c8;
	text-align: center;
}

#sponsors .bottom
{
	width: 120px;
	height: 22px;
	background-image: url("/images/sponsors_bottom.png");
}

div.two_column
{
	float: left;
	width: 730px;
}

div.two_column .one
{
	float: left;
	width: 350px;
	margin-right: 15px;
}

div.two_column .two
{
	float: left;
	width: 350px;
	margin-left: 15px;
}

div.one_column
{
	float: left;
	width: 730px;
}

div.one_column .one
{
	width: 730px;
}

.disclaimer
{
	color: #888888;
}

form
{
	padding: 20px;
	margin: 0px;
	background-color: #e9e9e9;
	border: 1px solid #a9a9a9;
}

form label
{
	float: left;
	width: 120px;
}

form label.required
{
	color: red;
}

form .value
{
	margin-left: 120px;
	padding-left: 20px;
}

form .field
{
	width: 160px;
}


form textarea
{
	height: 120px;
}