html, body, .wrapper {
	height: 100%;
}
body > .wrapper {
	height: auto;
	min-height: 100%;
}
.maincontent {
	overflow:auto;
	padding-bottom: 200px;
}  /* must be same height as the footer */
.footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 200px;
	clear:both;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
/
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(brushedmetal.gif);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: scroll;
	border: 0 none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
img {
	border:0 none;
}
a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	margin: 0px;
	padding: 0px;
	padding-top: 80px;
	text-indent: -9000px;
}
h2 {
	margin: 0 0 20px 0;
	padding: 0;
}
h3 {
	font-weight: normal;
	font-size: x-large;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
}
hr {
	background-color: #666;
	margin: 5px 0;
	padding: 0px;
}
.wrapper {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
}
.header {
	margin: 0px;
	padding: 0px;
	height: 160px;
	background-color: #333;
	background-image: url(pagebg2.gif);
}
.logo {
	padding-top: 50px;
	margin-left: 20px;
}
.quotetagline {
	width: 350px;
	margin-left: 40px;
	color: #FFF;
	font-size: large;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float: left;
	padding-top: 20px;
}
.logo a img {
	float: left;
}
.nav {
	font-size: 14px;
	font-weight: bold;
	width: 170px;
	float: left;
	margin-top: 30px;
	text-decoration: none;
	padding: 10px 0 10px 10px;
	margin-left: 15px;
	background-image: url(ulbackgd.gif);
}
.nav ul li {
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 100%;
}
.nav ul {
	padding:0px;
	margin:0px;
	width: 200px;
}
.maincontent {
	float: left;
	margin-left: 30px;
	padding: 0;
	width: 520px;
	padding-top: 20px;
}
.headerholder {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 160px;
	background-image: url(topback2.jpg);
}
.maincontent img {
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	border: 0px;
	border-style: none;
}
.maincontent .caption {
	font-size: x-small;
	position: static;
	margin-top: 10px;
	float: right;
	width: 150px;
	padding: 10;
}
.footcol p {
	margin: 0px;
	padding: 0px;
}
.footer {
	margin: 0;
	color: #FFF;
	font-size: medium;
}
.footcol img {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
}
a:link {
	color:#CCC;
	text-decoration:none;
}
a:active {
	color:#FFF;
	text-decoration:none;
}
a:visited {
	color:#999;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration:underline;
}
.footholder {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10;
}
.footcol {
	float: left;
	width: 230px;
	margin: 6px;
	padding: 5px;
	text-align: left;
}
.maincontent p {
	width: 350px;
}
.nav a:link {
	color:#333;
}
.nav a:active {
	color:#333;
}
.nav a:visited {
	color:#666;
}
.nav a:hover {
	color:#000;
	text-decoration:underline;
}
.footer {
	background-color:#333;
	padding:0;
	margin:0;
	color:#FFF;
	text-align:center;
	background-image: url(Untitled-1.gif);
}

