body {
	background-color: white;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
}
#wrapper {
	width: 900px;
}
#logo {
	height: 100px;
	width: 271px;
	float: left;
	background-image: url(../images/logo.jpg);
	text-decoration: none;
	margin: 0px;
}
#topr {
	height: 100px;
	width: 629px;
	background-image: url(../images/topr.jpg);
	float: left;
	margin: 0px;
}
#navigation {
	background-color: #cccccc;
	padding-left: 30px;
	clear: both;
}
#navigation a {
	display: block;
	float: left;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: 900;
	color: #28679c;
	font-size: 12px;
	font-family: Century Gothic, Helvetica, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	border-right: 1px solid white;
}
#navigation a:hover {
	background-color: white;
}
#content {
	clear: both;
}
#display {
	width: 380px;
	float: left;
	margin: 0px;
}
#display img {
	width: 380px;
}
#content_text {
	width: 440px;
	float: right;
	margin-right: 50px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bottom_links {
	height: 16px;
	background-color: #003466;
	text-align: right;
	color: white;
	clear: both;
	padding: 3px;
	padding-right: 50px;
	font-size: 10px;
}
#bottom_links a {
	color: white;
	text-decoration: none;
	font-weight: 900;
}
#bottom_links a:hover {
	text-decoration: underline;
}
#footer {
	height: 102px;
	background-image: url(../images/footer.jpg);
}
/*************/
p {
	margin: 0px;
	margin-bottom: 8px;
	line-height: 18px;
}
h1 {
	color: #003595;
	font-weight: 100;
	font-family: Times New Roman, serif;
	font-size: 42px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.highlight {
	color: #003595;
	font-weight: 900;
	font-size: 16px;
	font-family: Century Gothic, Helvetica, Verdana, Arial, sans-serif;
}
a {
	color: #003595;
}
.contact_input {
	width: 220px;
	padding: 4px;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
.lightning {
	display: none;
}