html {
	height: 100%;
}

body {
	color: #173258;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #0072bc;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

img {
	border-width: 0px;
}

a {
	color: #0072bc;
	text-decoration: none;
}

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

form {
	padding: 0px;
	margin: 0px;
}

h1 {
	color: #0072bc;
	margin-left: 0px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	font-size: 20px;
}

h2 {
	color: #0072bc;
	margin-left: 0px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	font-size: 16px;
}

h3 {
	color: #0072bc;
	margin-left: 0px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	font-size: 14px;
}

h5 {
	color: #0072bc;
	margin-left: 0px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	font-size: 12px;
}

.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.float-left {
	float: left;
	position: relative;
}

.float-right {
	float: right;
	position: relative;
}

.rel {
	position: relative;
}

.site {
	background-repeat: no-repeat;
	background-image: url(images/main/leaves.jpg);
	background-position: left bottom;
	text-align: left;
	position: relative;
	margin-top: 40px;
	width: 760px;
	background-color: #ebf3f8;
}

.header {
	top: -18px;
	position: absolute;
}

.sides {
	position: relative;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

.menu {
	margin-bottom: 15px;
	position: relative;
	background-repeat: repeat-x;
	background-image: url(images/main/menu-bg.png);
	height: 37px;
}

.header-spacer {
	height: 25px;
	position: relative;
}

.side-bar {
	z-index: 3;
	width: 178px;
	float: right;
	position: relative;
}

.menu-item {
	height: 25px;
	float: left;
	position: relative;
	font-size: 11px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 12px;
	border-right-color: white;
	border-right-width: 1px;
	border-right-style: solid;
	color: white;
}

.menu-item:hover {
	background-image: url(images/main/menu-hover-bg.png);
	color: #0072bc;
}

.no-underline:hover {
	text-decoration: none;
}

.content {
	width: 514px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
}

.side-text {
	background-repeat: repeat-x;
	background-image: url(images/main/menu-hover-bg.png);
	background-color: #dcdcdc;
	font-size: 11px;
	color: #0072bc;
	padding-left: 10px;
	padding-bottom: 7px;
	padding-right: 7px;
	padding-top: 7px;
}

.banner-text {
	z-index: 5;
	text-shadow: 1px 1px 2px #3f3f3f;
	font-size: 21px;
	font-weight: bold;
	color: white;
	left: 15px;
	top: 195px;
	position: absolute;
}

.flash {
	position: relative;
	z-index: 3;
}

.footer {
	color: #dedede;
	font-size: 10px;
	padding-bottom: 75px;
	text-align: left;
	width: 750px;
	padding-top: 10px;
}

.footer a {
	color: #d5d5d5;
}

label {
	margin-top: 6px;
	float: left;
	position: relative;
	width: 100px;
}

input[type=text], textarea {
	color: #3e3e3e;
	font-size: 12px;
	margin-bottom: 6px;
	width: 300px;
	padding: 5px;
	background-color: white;
	border-color: #0072bc;
	border-width: 1px;
	border-style: solid;
	outline: none;
}

input[type=text]:focus, textarea:focus {
	color: #0072bc;
	border-color: #f1b01d;
	box-shadow:0px 0px 3px #f1b01d;
	-webkit-box-shadow:0px 0px 3px #f1b01d;
	-moz-box-shadow:0px 0px 3px #f1b01d;
}

.button {
	text-decoration: none;
	border-color: #0072bc;
	border-width: 1px;
	border-style: solid;
	padding-left: 13px;
	padding-bottom: 5px;
	padding-right: 13px;
	padding-top: 5px;
	font-size: 14px;
	color: #fff;
	background-color: #0072bc;
	background-repeat: repeat-x;
	background-image: url(images/main/menu-bg.png);
	cursor: pointer;
}

.button:hover {
	text-decoration: none;
	border-color: #f1b01d;
	background-color: #f1b01d;
	color: #0072bc;
	box-shadow:0px 0px 3px #f1b01d;
	-webkit-box-shadow:0px 0px 3px #f1b01d;
	-moz-box-shadow:0px 0px 3px #f1b01d;
	background-repeat: repeat-x;
	background-image: url(images/main/menu-hover-bg.png);
}

label.error {
	width: 180px;
	margin-left: 80px;
	margin-top: -9px;
	float: none;
	position: absolute;
}

.tit {
	color: #0072bc;
	float: left;
	position: relative;
	width: 100px;
	font-weight: bold;
}

.des {
	margin-bottom: 10px;
	float: left;
	position: relative;
	width: 400px;
}

.resource {
	padding-bottom: 15px;
	padding-top: 15px;
	position: relative;
}

.but-out {
	padding-top: 10px;
}

.manuela-float {
	margin-bottom: 10px;
	margin-left: 15px;
	float: right;
	position: relative;
}

