body {
	font: 12px/20px Tahoma, Geneva, sans-serif;
	background: #000F1C url(../images/bg-page.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000F1C;
}
.samlindsey #container {
	width: 1100px;
	background: #FFFFFF;
	margin: 30px auto 0;
	text-align: left;
}
.samlindsey #navbar {
	background: #FFF url(../images/bg-header.jpg);
	height: 100px;
	color: #FFF;
	text-align: right;
	letter-spacing: 1px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 60px;
}
.samlindsey #header {
	background: #FFF;
	height: 240px;
	border-bottom: 10px solid #00704A;
}
.samlindsey #mainContent {
	padding: 15px 50px 0;
	background: #FFFFFF;
}
.samlindsey #footer {
	padding: 0 60px;
	text-align: right;
	font-size: 10px;
}
.samlindsey #footer p {
	margin: 0;
	padding: 10px 0;
}
h1 {
	font-size: 20px;
	line-height: 26px;
}
h2 {
	font-size: 15px;
	color: #022B4B;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 15px;
	color: #FFF;
}
a:link {
	color: #023A68;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #011729;
}
a:hover {
	text-decoration: none;
	color: #00704A;
}
a:active {
	text-decoration: none;
	color: #022B4B;
}
a.navbar:link {
	color: #FFF;
	text-decoration: none;
}
a.navbar:visited {
	text-decoration: none;
	color: #EFEFEF;
}
a.navbar:hover {
	text-decoration: none;
	color: #D68832;
}
a.navbar:active {
	text-decoration: none;
	color: #EFEFEF;
}
.form_design {
	border: 1px solid #002B4B;
	background-color: #F1F3F5;
}
.form_button {
	background: #022B4B;
	border: 3px groove #9EAEBD;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 10px;
	font-size: 14px;
}
.text-large {
	font-size: 18px;
	line-height: 26px;
}
.text-small {
	font-size: 10px;
	color:#FFF;
}.newsbox {
	padding: 15px;
	float: right;
	width: 220px;
	margin-left: 30px;
	margin-top: 20px;
	background: #244D6D url(../images/bg-news.jpg);
	color: #FFF;
	border: 2px dashed #1B3952;
}
