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: black;
	background-color: white;
	height: auto;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: black;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: black;
	margin: 0;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
}
a.nav:link { color: #000000; text-decoration: none;}
a.nav:visited { color: #000000; text-decoration: none;}
a.nav:hover { color: #990000; text-decoration: underline;}
a.nav:active { color: #990000; text-decoration: none;}

a.links:link {color: #000000;text-decoration: none;}
a.links:visited { color: #000000; text-decoration: none;}
a.links:hover { color: #990000; text-decoration: none;}
a.links:active { color: #990000; text-decoration: none;}

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

* html #container {
height: 100%;
}

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

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

#banner_text {
	text-align: center;
	padding-top: 13px;
}

#links {
	height: 200px;
}

#link_text {
	text-align: left;
	width: 170px;
}

#links1 {
	position:absolute;
	top:307px;
	left: 0px;
	width: 180px;
}

#links2 {
	position:absolute;
	top:307px;
	left: 180px;
	width: 180px;
}

#links3 {
	position:absolute;
	top:307px;
	left: 360px;
	width: 180px;
}

#links4 {
	position:absolute;
	top:307px;
	left: 540px;	
	width: 180px;
}

#links5 {
	position:absolute;
	top:307px;
	left: 720px;	
	width: 180px;
}
	
#content {
	text-align: center;
	background-image: url(images/content_bg.gif);
	background-position: top;
	background-repeat: repeat-y;
	padding: 1px 20px 1px 15px;
	}

#content_mini {
	text-align: left;
	padding: 1px 0px 1px 10px;
	}
	
#copyright {
	text-align: right;
	font-size:12px;
	}