body {
	font: 80% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #222222;
	background-color: #e7eef8;
	background-image: url(images/teksea-back.gif);
	background-repeat: repeat-x;
}
.oneColElsCtr #container {
	width: 900px;
	margin:0px 0px 0px -450px;
	text-align: right;
	top: 100px;
	margin-left: -450px;
	left: 50%;
	position: absolute;
	z-index: 2;
}

.oneColElsCtr #container2 {
	width: 900px;
	margin:0px 0px 0px -450px;
	text-align: right; /* this overrides the text-align: center on the body element. */
	top: 120px;
	margin-bottom: 0px;
	background: #FFFFFF;
	background-repeat: no-repeat;
	background-image:url(images/teksea-bottom.jpg);
	left: 50%;
	position: absolute;
	z-index: 3;

}
.oneColElsCtr #mainContent {
	padding: 40px;
	text-align: left;
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#logo {
	top: -30px;
	left: 50%;
	margin-left: -560px;
	position: absolute;
	z-index: 1;
}
#footer {
	background-image:url(images/footer-back.gif);
	height: 300px;
	width: 900px;
}
a.c {
	text-decoration: none;
	margin: 0;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 3px;
	font-weight: bold;
	padding-bottom: 3px;
	background-image: url(images/edge.gif);
}
a.c:link{color: #333333;}
a.c:visited {
	text-decoration: none;
	color: #444444;
}
a.c:hover {
	text-decoration: none;
	color: #CC3300;
	background-color: #EEEEEE;
}
a.c:active {
	text-decoration: none;
	color: #CC6600;
}
a.b:link{
	color: #333333;
	border-bottom: 1px solid #BBBBBB;
	background-color: #EEEEEE;
	background-image: url(images/trans.gif);
	display: block;
}
a.b:visited {
	text-decoration: none;
	color: #444444;
	border-bottom: 1px solid #BBBBBB;
	background-color: #AFD6FF;
	background-image: url(images/trans.gif);
	display: block;
}
a.b:hover {
	text-decoration: none;
	color: #CC3300;
	background-color: #CCCCCC;
	background-image: url(images/trans.gif);
	display: block;
}
a.b:active {
	text-decoration: none;
	color: #CC6600;
	background-color: #CCCCCC;
	background-image: url(images/trans.gif);
	display: block;
}
.style1 {
	font-size: 80%
}
.style2 {
	font-size: 110%;
	background-image: url(images/trans.gif);
	padding: 1px;
	color: #993300;
}
h1 {
	color: #005BAA;
}