@import url(nav.css);

body {
	background-color:#66CBC1;
	color:#116D60;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:10px;
	}

TD {font-size:11px;}

.title {font-size:20px; font-weight: bold;}

.header {font-size:16px; font-weight: bold;}

.arrow {list-style-image: url(../images/li_arrow.gif);}
	
a:link {color:#116D60; text-decoration:underline;}
a:hover {color:black;}
a:visited {color:#116D60;}

.address {font-size:10px; color:#D1F0EC;}
.address a:link {color:#D1F0EC; text-decoration:underline;}
.address a:hover {color:white;}
.address a:visited {color:#D1F0EC;}

.textlinks {font-size:10px; color:#D1F0EC;}
.textlinks a:link {color:#D1F0EC; text-decoration:underline;}
.textlinks a:hover {color:white;}
.textlinks a:visited {color:#D1F0EC;}

.copyright {font-size:9px; font-style: italic; color:#D1F0EC;}
.copyright a:link {color:#D1F0EC; text-decoration:underline;}
.copyright a:hover {color:white;}
.copyright a:visited {color:#D1F0EC;}

.topnav,.topnav a {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #116D60; font-size: 12px;}

/* HEADER STUFF */
#header-holder {
	background:url(/images/header-bg.gif) no-repeat; 
	width:750px; 
	height:322px;
}

#header-overflow {
	padding:20px; 
	height:280px;
	position:relative;
}

#header-right, #header-left {
	position:relative;
	width:352px;
	height:280px;
	overflow:hidden;
	float:left;
	margin-right:2px;
}

#header-right img, #header-left img {
	display:none;
	position:absolute;
	top:0;
	left:0;
}

#header-text {
	position:absolute;
	bottom:20px;
	left:40px;
	z-index:200;
	background:url(/images/header-text.png) no-repeat;
	width:300px;
	height:50px;
}
