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

h1 {
	font-family: "Arial";
	font-size: 16px;
	font-weight: black;
	color: #1C44BE;
	padding: 0px;
	margin-top: 0px;
}

h2 {
	font-family: "Arial";
	font-size: 16px;
	font-weight: normal;
	color: #0072BB;
}
h3 {
	font-family: "Arial";
	font-size: 14px;
	font-weight: black;
	color: #0072BB;
}
h4 {
	font-family: "Arial";
	font-size: 12px;
	font-weight: black;
	color: #FB0000;
	margin-top: 0px;
	margin-bottom: 5px;
}
a.nav:link {margin: 0px 35px 0px 35px; font-size:16px; font-weight:bold; color: white; text-decoration: none; }
a.nav:visited {margin: 0px 35px 0px 35px; font-size:16px; font-weight:bold; color: white; text-decoration: none; }
a.nav:hover {margin: 0px 35px 0px 35px; font-size:16px; font-weight:bold; color: #1C44BE; text-decoration: none; }
a.nav:active {margin: 0px 35px 0px 35px; font-size:16px; font-weight:bold; 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: 806px;
	text-align: center;
	}

* html #container {
height: 100%;
}

#header {
	text-align: left;
	height: 111px;
	background-image: url(images/header_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	}
	
#banner {
	text-align: left;
	height: 297px;
	background-image: url(images/banner_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}

#links {
	text-align: center;
	height: 57px;
	background-image: url(images/links_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	}
	
#links_content {
	text-align: center;
	padding-top: 17px;
	}
	

#content {
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	text-align: right;
	}

#content_right {
	padding-top: 10px;
	text-align: left;
	width: 535px;
	margin-left: 259px;
	margin-right: 10px;
	}

#content_right_text {
	padding: 10px;
	text-align: left;
	width: 515px;
	}

#content_left {
	position: absolute;
	left: 10px;
	padding-top: 10px;
	margin-left: 3px;
	text-align: left;
	width: 239px;
	}
	
#content_left_text {
	padding: 9px;
	text-align: left;
	width: 219px;
	}
	

#footer_spacer {
	text-align: right;
	height: 23px;
	background-image: url(images/footer_spacer.gif);
	background-position: top;
	background-repeat: no-repeat;
	}

#footer {
	text-align: center;
	height: 59px;
	background-image: url(images/footer_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 20px 0px 0px 0px;
	margin: 0px;
	font-size: 8pt;
	}

#madeby {
	margin-top: 5px;
	text-align:left;
	height: 20px;
	color: black;
	font-size: 8pt;
	}
.red{
	color:red;
}
