body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.gif);
}

* {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#container {
	width: 908px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 110px;
	width: 888px;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	text-align: right;
	letter-spacing: 1pt;
	padding-top: 10px;
	padding-right: 20px;
	color: #FFF;
}
#banner {
	height: 200px;
	width: 900px;
	background-color: #000;
	border: 4px solid #9FC8BA;
}

#leftcolumn {
	width: 300px;
	float: left;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


#maincontent {
	width: 564px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-top: 30px;
	float: right;
	height: 100%;
	padding-right: 20px;
	padding-left: 20px;
}
#maincontent_container {
	height: 100%;
	width: 908px;
	background-image: url(../images/container_bg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	float: left;
}
#leftnavigation {
	width: 300px;
	position: absolute;
}
#company-caption {
	color: #063;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-style: italic;
}
.text-quote-big {
	font-size: 18px;
	font-weight: bold;
}

.text-white {
	color: #FFF;
}

#footer {
	width: 908px;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	color: #FFF;
	text-align: center;
	vertical-align: bottom;
	height: 100px;
	letter-spacing: 2px;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	position: relative;
	float: right;
	padding-top: 26px;
	font-family: "Times New Roman", Times, serif;
}
#spacer {
	width: 100%;
	clear: right;
	text-align: center;
	height: 100px;
}


a:link {
	color: #FFF;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a:active {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a.green:link {
	color: #063;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
a.green:visited {
	color: #063;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
a.green:hover {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a.green:active {
	color: #063;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

.text-green {
	color: #063;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #063;
	letter-spacing: 1px;
	padding-bottom: 10px;
	padding-top: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #89BCAA;
	font-weight: bold;
	padding-bottom: 10px;
}


.picture_border_green {
	border: 3px solid #063;
	margin-right: 12px;
	margin-left: 12px;
}
.picture_border_lightgreen {
	border: 3px solid #9FC8BA;
	margin-right: 12px;
	margin-left: 12px;
}
.text_draft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #F00;
	font-weight: bold;
	letter-spacing: 0em;
	padding-top: 12px;
}

