body{
	margin:50px 0px; padding:0px;
	text-align:center;
	padding:0;
	font-family: helvetica, sans-serif;
	background: #eee;
	background-repeat: repeat-x;

	padding: 0px;
	margin: 0px;
	font-family: helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #333;	
}

#body {
	width:900px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	background-color:#eee;

}

#topNav{
	width:100%; margin:0 auto; height:75px;background-color: #1F1F1F;
	
	}
#topNav ul{
	padding-top: 30px;
	width:800px;; margin:0 auto;
	list-style: none;
	}
#topNav ul li{
	float:left;
	padding-left: 10px;
		padding-right: 10px;
	}
#topNav ul li a{
	color: #aaa;
		font-size: 22pt;
		text-decoration: none;
		text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
	}
#topNav ul li a:hover{
	color:#fff;
	}
#topNav ul li a.hover{
	color:#fff;
	}
	
#topNav img {
	float: left;
	padding-left: 100px;
}

.module {
	position: relative;
	list-style-type: none;
	padding: 30px;
	margin: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.module-float {
	position: relative;
	list-style-type: none;
	padding: 30px;
	margin: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: left;
	width: 358px;
}

.module-float span {
	color: #0b96fa;
	clear: both;
	font-weight: bold;
	font-size: 14px;
}

.error {
	color: #840300;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

.title {
	font-size: 22px;
	font-weight: bold;
	color: #777;
	width:100%;
}

.title a {
	text-decoration: none;
	color: #aaa;
}

.title.active {
	color: #f1f1f1;
}

/* Forms */
form span {
	color: #1f1f1f;
	font-size: 20px;
	color: #0b96fa;
	padding-bottom: 5px;
	float: left;
}

form div {
	padding-bottom: 15px;
}

input {
	
}

input.text {
	border: 2px solid #EEEEEE;
	height: 30px;
	font-size: 24px;
	font-family: Verdana;
	width: 100%;
	padding:0px;
	color: #1F1F1F;
}

a {
	color: #0b96fa;
	text-decoration: none;
}


