body{
	background-color : #ffffff;
	font-family : Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 0.9em;
	font-weight : normal;
	text-align: center;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size : 1.4em;
	color: #ffffff;
	margin-top: 0px;
	padding-top: 10px;
}

h2{
	font-size : 1.2em;
	color: #91d5e0;
}

p {
	margin: 0px;
	padding: 4px 0px 4px 0px;
}

a {
	color: #91d5e0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

acronym {
	cursor:pointer;
}

.forminput, .smallinput, input, textarea {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #014fa1;
	font-weight: bold;
	font-size: 0.8em;
	font-family : Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	padding: 3px;
}

.forminput {
	margin-bottom: 10px;
	width: 200px;
}

.smallinput {
	width: 100px;
}

textarea {
	width: 210px;
	height: 80px;
}

.button {
	background-color: #91d5e0;
	border: 1px solid #91d5e0;
	color: #014fa1;
	font-weight: bold;
	font-size: 0.8em;
	font-family : Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	padding: 3px;
	cursor: pointer;
}

.container {
	margin: auto;
	width: 760px;
	padding: 20px 0px 20px 0px;
}

.nav {
	float: right;
	position: relative;
	top: -69px;
	margin-bottom: -69px;
	color: #014fa1;
	margin-right: 40px !important;
	margin-right: 20px;
	font-weight: bold;
	font-size: 0.8em;
}

.nav a {
	color: #014fa1;
}

.nav ul {
	margin: 0px;
	padding: 0px;
}

.nav li {
	list-style: none;
	display: block;
	float: left;
	margin-left: 5px;
}

#on {
	color: #000000;
	text-decoration: underline;
}

.tagline {
	font-size: 1.4em;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	top: -100px;
	float: right;
	width: 260px;
	padding: 0px 60px 0px 60px;
	margin-bottom: -100px;
}

.content {
	clear: both;
	float: left;
	width: 680px;
	padding: 30px 40px 0px 40px;
	background: url(../images/content.jpg) top no-repeat #014fa1;
	text-align: left;
	overflow: auto;
}

.subcontent {
	float: left;
	width: 490px;
}

.subcontent a {
	font-weight: bold;
}

.cta {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 30px;
}

.quote {
	float: right;
	width: 150px;
	padding: 10px 0px 10px 20px;
	border-left: 1px solid #404040;
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	height: 250px;
}

.quotetext {
	font-style: italic;
	font-weight: normal;
	font-size: 1.6em;
}

.footer {
	clear: both;
	float: left;
	width: 680px;
	padding: 0px 40px 0px 40px;
	background: url(../images/footer.jpg) top no-repeat #ffffff;
	text-align: left;
	font-weight: bold;
	font-size: 0.8em;
	color: #404040;
}

.footer p {
	padding-top: 64px;
}

.footer a {
	color: #404040;
}

.error {
	color: red;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.blue {
	color: #014fa1;
}

.lightblue {
	color: #91d5e0;
}