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: white;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #1B61B6;
	height: 100%;
	min-height: 100%;
	}

h1 {
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: bold;
	color: #CCCCCC;
}

h2 {
	font-family: "Trebuchet Ms";
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}
h3 {
	font-family: "Trebuchet Ms";
	font-size: 14px;
	font-weight: black;
	color: white;	
}
h4 {
	font-family: "Trebuchet Ms";
	font-size: 12px;
	font-weight: black;
	color: white;	
}
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; }

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

* html #container {
height: 100%;
}
#header {
	text-align: left;
	height: 154px;
	background-image: url(images/header_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}

#links {
	text-align: left;
	height: 146px;
	background-image: url(images/links_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}

#spacer {
	height: 25px;
	background-image: url(images/home_spacer_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#content {
	background-image: url(images/home_content_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	width: 800px;
	}

#content_mini {
	text-align: left;
	padding: 20px 0px 0px 10px;
	width: 780px;
	}

#footer {
	text-align: center;
	color: white;
	background-repeat: no-repeat;
	padding: 5px 0px 10px 0px;
	}
