body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 18px;
}
a:link {
	color: #0B6082;
	text-decoration: none;
}
a:visited {
	color: #0B6082;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0B6082;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}



DIV#container {
	height: 100%;
	width: 100%;
	background-color: #F3F6F8;
}

DIV#holder {
	width: 800px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

DIV#topspacer {
	position: relative;
	height: 30px;
	background-color: #0B6082;
}

DIV#header {
	position: relative;
	clear: both;
	height: 230px;
}

DIV#mid {
	position: relative;
	width: 800px;
	background-color: #F9FAFB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	height: 420px;
}

DIV#left {
	float: left;
	width: 320px;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
}

DIV#right {
	float: right;
	width: 350px;
	display: block;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 30px;
}


DIV#contact {
	position: relative;
	clear: both;
	padding-left: 40px;
	padding-bottom: 30px;
}


DIV#intro {
	height: 200px;
	width: 390px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	padding-top: 29px;
	color: #0B6082;
}

DIV#logo {
	height: 200px;
	width: 240px;
	float: left;
	text-align: right;
}

ul {
	margin-top:0px;
	margin-bottom:0px;
	list-style-type:square;
	list-style-position:outside;
}

li {
	background-image: url(none);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-top: 0;
	margin-right: 0;
	margin-left: -15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-bottom: 15px;
}
