body {
	margin: 0;
	padding: 0;
	font-family: "Arial";
	font-size: 10pt;
	text-align: center;
	color: black;
	background-image: url(images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #062431;
	}

h1 {
	font-family: "Arial";
	font-size: 20px;
	font-weight: normal;
	color: #041f2b;
}

h2 {
	font-family: "Arial";
	font-size: 16px;
	font-weight: normal;
	color: #041f2b;	
}
h3 {
	font-family: "Arial";
	font-size: 14px;
	font-weight: black;
	color: #041f2b;	
}
h4 {
	font-family: "Arial";
	font-size: 12px;
	font-weight: black;
	color: 041f2b;	
}
a.nav:link {color: white; text-decoration: none; }
a.nav:visited {color: white; text-decoration: none; }
a.nav:hover {color: white; text-decoration: underline; }
a.nav:active {color: white; text-decoration: none; }

a.header:link {color: #666666; text-decoration: none; }
a.header:visited {color: #666666; text-decoration: none; }
a.header:hover {color: #666666; text-decoration: underline; }
a.header:active {color: #666666; text-decoration: none; }

a.content:link {color: black; text-decoration: none; }
a.content:visited {color: black; text-decoration: none; }
a.content:hover {color: black; text-decoration: underline; }
a.content:active {color: black; text-decoration: none; }

#container {
	position: relative;
	margin: 0 auto;
	height: 100%;
	width: 800px;
	text-align: center;
	}

* html #container {
height: 100%;
}

#biggerlinks {
	position: absolute;
	top:370px;
	width:240px;
	height: 219px;
	z-index:2;
	right: 50px;
	background-color: #ffffff;
	padding: 10px 0px 0px 10px;
	background-image: url(images/contact2_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: white;
	}

#spacer{
	height: 10px;
}

#header {
	text-align: left;
	height: 125px;
	background-image: url(images/header_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	}
#header1 {
	padding: 85px 0px 0px 0px;
}

#lower_header {
	text-align: left;
	height: 175px;
	background-image: url(images/banner_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	}
#title {
	text-align: left;
	height: 69px;
	background-image: url(images/about_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	}

#content {
	text-align: center;
	width: 800px;
	z-index:1;
	}

#content_mini {
	padding: 10px 20px 20px 20px;
	margin: 0px 330px 20px 0px;
	overflow: auto;
	height: 219px;
 	position: relative;
	text-align: left;
	z-index:5;
	background-image: url(images/content_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: white;
	}
