* {
	margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #666666;
}

body {
	margin: 40px;
	background-color: #3E3E3E;
}

table#container {
	background-color: #022B3F;
	width: 1025px;
}

td#nav {
	width: 249px;
}

td#content {
	width: 699px;
	background-color: #FFFFFF;
	background-image: url("../images/top_bg.gif");
	background-repeat: repeat-x;
	padding-top: 5px;
	text-align: left;
}

td#gutter {
	width: 77px;
	background-image: url("../images/gutter_bg.gif");
	background-repeat: repeat-x;
	padding-top: 570px;
}

td#footer {
	height: 100px;
}

div#bar {
	padding: 10px;
	width: 679px;
	height: 17px;
	background-image: url("../images/hdr_bar.gif");
	color: #FFFFFF;
	font-size: 12px;
	text-align: right;
}

div#bar a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

div#bar a:hover,
div#bar a.active {
	color: #022B3F
}

div.about {
	width: 439px;
	height: 376px;
	padding: 60px 200px 60px 60px;
	background-image: url("../images/about_bg.jpg");
	background-repeat: no-repeat;
	text-align: left;
	overflow: hidden;
}

div#about_corp {
	background-image: url("../images/about_logos_bg.jpg");
}

div.contact {
	width: 439px;
	height: 376px;
	padding: 60px 200px 60px 60px;
	background-image: url("../images/contact_bg.jpg");
	background-repeat: no-repeat;
	text-align: left;
	overflow: hidden;
}

div.copy_wrapper {
	width: 699px;
	background-image: url("../images/content_mid.gif");
	text-align: left;
}

div.copy {
	width: 439px;
	padding: 60px 200px 60px 60px;
	background-image: url("../images/content_top.jpg");
	background-repeat: no-repeat;
}

h2 {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	color: #0F7C75;
}

b {
	color: #0F7C75;
}

p {
	margin-bottom: 20px;
	line-height: 150%;
}

ul {
	margin-left: 40px;
	margin-bottom: 20px;
	list-style-image: url("../images/ul.gif");
	line-height: 150%;
}
