body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #0a3d53;
}

img {
	border: 0;
}

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

#wrapper {
	width: 750px;
	margin: 0 auto;
	clear: both;
	overflow: auto;
}

#header {
	width: 750px;
	height: 263px;
	background: url(bg_header.jpg) no-repeat;
	clear: both;
	overflow: auto;
}

#header p {
	padding: 10px;
}

#header p a {
	font-weight: bold;
	color: #0a3d53;
	text-transform: uppercase;
	text-decoration: none;
	border-left: 2px solid #0a3d53;
	border-right: 2px solid #0a3d53;
	padding-right: 6px;
	padding-left: 6px;
}

#header p a:hover {
	color: #517797;
	border-left: 2px solid #517797;
	border-right: 2px solid #517797;
}

#title {
	width: 750px;
	height: 81px;
	background: url(bg_title.gif) no-repeat;
	clear: both;
	overflow: auto;
}

#title h1 {
	text-indent: -9999px;
}

#content {
	margin: 30px 30px 0 30px;
	clear: both;
}

#content h2 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 16px;
}

#content h3 {
	margin: 4px 0 18px 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	clear: both;
}

.col {
	width: 338px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.col li {
	margin: 0 0 18px 0;
	padding: 0;
}

.col p {
	padding: 0;
}

.col p strong {
	font-size: 14px;
}

.col p em {
	color: #928f38;
	font-weight: normal;
	font-style: normal;
}

.col img {
	margin-top: 8px;
}

#footer {
	width: 750px;
	height: 87px;
	background: #00364e;
	text-align: right;
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearFloat {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
	white-space: nowrap;
}
