@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	min-width: 900px;
	background-color: #FFF;
	background-image: url(images/pattern.gif);
	background-repeat: repeat;
}
#wrapper {
	width: 900px;
	position: relative;
	margin-left: auto;
	margin-right:auto;
	background-color: #FFF;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #00A4D9;
	-moz-box-shadow: 0px 0px 20px #666; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 20px #666; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 20px #666; /* Opera 10.5, IE 9.0 */
}
body h1 {
	background-repeat: no-repeat;
	float: left;
	height: 64px;
	width: 264px;
	margin-left: 194px;
	margin-top: 7px;
}
body h1 span {
	display: none;
}
#topwhitesection {
	background-color: #FFF;
	height: 86px;
	width: 900px;
	background-image: url(images/fortitudelogo.gif);
	background-repeat: no-repeat;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: 194px 5px;
}
#nav {
	width: 242px;
	text-align: right;
	background-image: url(images/bluebox.jpg);
	background-repeat: no-repeat;
	height: 264px;
	clear: both;
	float: left;
}
#nav ul {
	padding: 0px;
	margin-top: 15px;
}
#nav ul li {
	list-style-type: none;
}
#nav ul li a {
	text-decoration: none;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 150%;
	font-size: 14px;
	display: block;
	padding-right: 27px;
}
#nav ul li a:hover {
	color: #e49b50;
}
#photo {
	float: left;
}
#main {
	clear: both;
	background-color: #FFF;
}
p {
	margin-top: 6px;
}
#title {
	width: 242px;
	clear: both;
	float: left;
	text-align: right;
}
.titlestyle {
	color: #007EA6;
	padding-right: 27px;
	padding-top: 13px;
	font-weight: lighter;
}
#copysection {
	width: 658px;
	float: left;
	margin-top: 24px;
}
#footer {
	clear: both;
	width: 900px;
	height: 25px;
	background-color: #FFF;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #007EA6;
}
.headline {
	font-weight: bold;
	font-size: 14px;
}
.plaintext {
	font-size: 14px;
	color: #000;
	margin-right: 45px;
	line-height: 22px;
}

     

