@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/backgroundBody.gif);
	background-repeat: repeat-x;
	text-align: center;
}
h1 {
	font: normal 24px Arial, Helvetica, sans-serif;
	color: #7dccd4;
	margin-top: 5px;
	margin-bottom: 10px;
}
h2 {
	font: italic normal 24px "Times New Roman", Times, serif;
	color: #7dccd4;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
}
p {
	margin-bottom: 10px;
	margin-left: 5px;
}
ul {
	margin-right: 50px;
	margin-left: 40px;
}
li {
	margin-bottom: 5px;
}
b, a {
	color:#5EBCBB;
}
td {
	padding: 5px;
}
.inputText {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 3px;
}

#content {
	background-image: url(images/holdingpage.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	height: 700px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#mainBanner {
	background-image: url(images/backgroundBanner.jpg);
	background-repeat: no-repeat;
	height: 296px;
	width: 900px;
	position: relative;
}
#logo {
	height: 190px;
	width: 275px;
	position: absolute;
	left: 30px;
	top: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#emailAddress {
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 2px;
	right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#emailAddress:hover {
	text-decoration: underline;
}
#mainMenu {
	display: inline;
	float: left;
	width: 145px;
	margin-left: 35px;
}
#mainMenu a {
	font: bold 14px/30px Arial, Helvetica, sans-serif;
	color: #7dccd4;
	text-decoration: none;
	display: block;
	height: 30px;
	width: 140px;
	text-indent: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666E03;
}
#mainMenu a:hover {
	color: #666F03;
}
#wrapper {
	display: inline;
	float: right;
	width: 800px;
	margin-right: 35px;
	margin-top: 5px;
}
#theText {
	float: left;
	width: 700px;
; clip:   rect(   )
}
#theImages {
	float: right;
	width: 190px;
}
#theImages img {
	margin-bottom: 5px;
}
.smallerText {
	font-size: 9px;
	line-height: 12px;
}
h3 { font: italic normal 18px "Times New Roman", Times, serif; color: #7dccd4; margin-top: 30px; margin-bottom: 10px; text-align: center; }
