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: #F1F1F1;
	}

h1 {
	font-family: "Arial";
	font-size: 24px;
	font-weight: black;
	color: #041F2A;
	padding: 0px
}

h2 {
	font-family: "Arial";
	font-size: 18px;
	font-weight: bolder;
	color: #05212D;
}
h3 {
	font-family: "Arial";
	font-size: 14px;
	font-weight: black;
	color: #05202C;
}
h4 {
	font-family: "Arial";
	font-size: 12px;
	font-weight: black;
	color: #05222E;
}
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%;
}

#banner {
	text-align: left;
	height: 250px;
	background-image: url(images/banner_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 8px;
	}

#links {
	text-align: left;
	height: 40px;
	background-image: url(images/links_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	}
	
#header {
	background-image: url(images/header_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 51px;
	}

#content {
	}

#content_mini {
	text-align: left;
	padding: 1px 30px 1px 30px;
	}

#footer {
	text-align: middle;
	height: 50px;
	padding: 10px 20px 0px 0px;
	margin: 0px;
	font-size: 8pt;
	}

#madeby {
	text-align: right;
	height: 20px;
	color: black;
	font-size: 8pt;
	}
