body {
	margin: 0;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #00253c;
}

img {
	display: block;
	border: none;
}

#logo {
	width: 200px;
	height: 53px;
	display: block;
	margin: 200px 0 0 235px;
	background: url(images/logo.jpg) top left no-repeat;
}

#stripe {
	height: 185px;
	width: 99.9%;
	padding: 1px;
	margin: 75px auto;
	text-align: left;
	background: #ffffff;
}

#content {
	list-style-type: none;
	padding: 1px;
	margin: 52px 25px 25px 240px;
}

#content a, #content a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ff5200;
	border-bottom: 2px solid #ff5200;
}

#content a:hover, #content a:active {
	color: #333333;
	border-bottom: 2px solid #333333;

}

.contentitem {
	display: block;
	margin: 0 100px 0 0;
	float: left;	
}

.contentitem #sflogo {
	display: block;
	width: 143px;
	height: 38px;
	margin: 0 0 0 0;
	background: url(images/smartscan.jpg) top left no-repeat;
}

.contentitem #itriplogo {
	display: block;
	width: 74px;
	height: 38px;
	margin: 0 0 0 0;
	background: url(images/itrip.jpg) top left no-repeat;
}

.contentitem h2 {
	margin: 5px 0 0 0;
	font-weight: normal;
	float: left;
}


#footer, #footer:visited {
	display: block;
	text-decoration: none;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	margin: 200px 0 0 245px;	
}

#footer:hover, #footer:active {
	color: #ff5200;
}