html, body {
	margin: 0 auto;
	padding: 0 !important;
	min-height: 100%;
	height: 100%;
	text-align: center;
	}

body {
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	text-align: center;
	color: #333333;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height: auto;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #001250;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #012468;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: black;
	color: #01236A;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: black;
	color: #01236A;
}
a.nav:link {color: #333333; text-decoration: none; }
a.nav:visited {color: #333333; text-decoration: none; }
a.nav:hover {
	color: #DEB522;
	text-decoration: underline;
}
a.nav:active {
	color: #DAAC31;
	text-decoration: none;
}

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

* html #container {
height: 100%;
}

#footer {
	text-align:right;
	background-image: url(images/footer_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 47px;
	padding: 0px 20px 0px 0px;
	}

#header {
	text-align: right;
	height: 72px;
	background-image: url(images/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px 10px 0px 0px;
	}
	
#spacer{
	text-align: right;
	height: 18px;
	background-image: url(images/spacer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}

#banner {
	text-align: right;
	height: 168px;
	background-image: url(images/banner_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px 10px 0px 0px;
	}
	
#content {
	text-align: center;
	background-image: url(images/content_bg.gif);
	background-position: top;
	background-repeat: repeat-y;
	padding: 1px 0px 1px 10px;
	}

#content_mini {
	margin-right: 270px;
	text-align: left;
	padding: 1px 0px 1px 10px;
	}
	
#content_right {
	position: absolute;
	background-image: url(images/link_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 1px;
	left: 0;
	margin-left: 615px;
	width: 252px;
	}
