/* CSS Document */

body {
	text-align: center;
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin: 10px auto;
}

a { text-decoration: none; color: #5FC2DA; }

a:hover { text-decoration: underline; }

.blue { color: #5FC2DA; }

.header {
	color: #5FC2DA;
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
}

.tagline {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
}

#master {
	width: 950px;
	margin: 0px auto;
	background-color: #5FC2DA;
	background-image: url(../images/navback.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#banner {
	height: 40px; /*total=150px*/
	width: 780px; /*total=950px*/
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 110px;
	padding-right: 170px;
	float: left;
	letter-spacing: 0.1em;
}

#topstripe {
	height: 90px;
	width: 706px;
	background-color: #E9F8FB;
	float: left;
}

#content {
	width: 384px; /*total=506px*/
	background-color: #FFFFFF;
	border-top: 1px solid #5FC2DA;
	text-align: justify;
	padding-top: 30px;
	padding-bottom: 35px;
	padding-left: 47px;
	padding-right: 75px;
	float: left;
}

#right {
	width: 244px;
	height: 391px;
	background-color: #5FC2DA;
	background-image: url(../images/sidebanner.jpg);
	background-repeat: no-repeat;
	float: right;
}

#navigation {
	width: 200px;
	background-image: url(../images/navback.gif);
	background-repeat: repeat-y;
	float: left;
}

#navtop {
	width: 200px;
	height: 1px;
	background-image: url(../images/navtop.gif);
	background-repeat: no-repeat;
}

#navbuttons {
	width: 200px;
	height: 220px;
	margin-top: 25px;
}

#logos {
	width: 75px;
	float: right;
	padding-top: 20px;
	padding-right: 10px;
	font-size: 0.8em;
	color: #000000 !important;
}

#footer {
	width: 680px; /*total=950px*/
	height: 26px; /*total=44px*/
	padding-top: 18px;
	padding-right: 270px;
	text-align: right;
	font-size: 0.9em;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}

.textfield {
	width: 200px;
	border: 1px solid #5FC2DA;
	padding: 2px;
}

.textarea {
	width: 200px;
	border: 1px solid #5FC2DA;
	height: 90px;
	padding: 2px;
}
