html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }
body {
	background-color: #666;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	height: 267px;
}
#left_header {
	background-image: url(../images/logo.gif);
	float: left;
	height: 267px;
	width: 480px;
}
#right_header {
	float: left;
	width: 480px;
	margin-top: 65px;
}
#right_header a:link, #right_header a:visited {
	color: #000;
	text-decoration: none;
}
#right_header a:hover, #right_header a:active {
	text-decoration: underline;
}
#right_header h2 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
#right_header h3 {
	text-align: center;
}

#banner_bar {
	background-image: url(../images/bar.gif);
	height: 91px;
}
#leftcol {
	float: left;
	width: 460px;
	padding: 10px;
}
#rightcol {
	float: left;
	width: 460px;
	padding: 10px;
	background-position: right bottom;
	background-repeat: no-repeat;
}
#leftcol p {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin-right: 120px;
	margin-left: 40px;
	margin-top: 5px;
}

#content {
	background-image: url(../images/shaded_logo.gif);
	background-repeat: no-repeat;
	background-position: 735px bottom;
}

#rightcol p {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

#footer {
	height: 28px;
	background-color: #999;
	margin-top: 20px;
	padding-top: 2px;

}
#rightcol li {
	list-style-image: url(../images/bullet.gif);
	margin-bottom: 12px;
}

#footer p {
	padding: 0px;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

.clearfloat {
	clear: both;
}
.largetext {
	font-family: "Times New Roman", Times, serif;
	font-size: 64px;
	color: #000;
	margin: 0px;
	padding: 0px;
}
.right_justify {
	text-align: right;
	margin-right: 20px;
}
.italics {
	font-style: italic;
}

