body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 14px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	min-height: 100%;
	color: #000000;
}
.clearfix { width: 100%; }
.left { float: left; }
.right { float: right; }
.center { margin: auto; }
.clear { clear: both; }
/*
Case
*/

#case {
	width: 800px;
	margin: auto;
}

/*
Header
*/

#header {
	background-color: #FFFFFF;
	margin: 0px;
	height: 175px;
	line-height: 101px;
	vertical-align: middle;
	width: 100%;
	/*position: relative;*/
}

#header a img{
	border: none;
	padding: 20px 0px 0px 20px;
	float: left;
}

.float_menu {
	padding: 20px 20px 0px 0px;
}

/* 
Content
*/

#main {
	width: 500px;
	text-align: justify;
}

#main h2, .wide {
	border-bottom: 1px solid #EAEAEA;
	width: 100%;
}

#side_menu {
	width: 230px;
}

#side_menu fieldset {
	border: 1px solid #DDDDDD;
	margin-bottom: 5px;
	text-align: left;
}

#side_menu fieldset legend {
	font-weight: bold;
	font-size: 80%;
	border: 1px solid #DDDDDD;
	padding: 5px;
}

#side_menu fieldset input {
	width: 100px;
	font-size: 12px;
}

#side_menu ul {
	list-style: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	display: block;
	vertical-align: baseline;
}

#side_menu ul li {
	margin: none;
	display: list-item;
}

/*
Footer
*/
#footer{
	border-top: 1px solid #EAEAEA;
	color: #A0A0A0;
	font-size: 80%;
}
#footer a, #main a{
	font-weight: normal;
	color: #00A8FF;
	text-decoration: none;
}
#footer a:hover, #main a:hover {
	text-decoration: underline;
}
/*
Hyperlinks
*/
.float_menu a, #side_menu a{
	font-size: 14px;
	font-weight: normal;
	/*color:#80E7F0;*/
	color: #00A8FF;
	text-decoration:none;
/*	border-bottom: 1px dotted #88F0FC;*/
}

.float_menu a:hover, #side_menu a:hover {
	text-decoration: underline;
}

/*
Other
*/
.dark_red {
	color: #AA0000;
}

.button {
	display:block;
	width:250px;
	height:50px;
	text-indent:-9999px;
}
.button a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url('images/signup.png') no-repeat top left;
	outline:none;
}
.button a:hover {
	background-position:0 -50px;
}

fieldset form {
	font-size: 75%;
	font-weight: bold;
}