html {
	height:100%;
	}

body {
	background-color: #fff;
	margin: 0px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	}

#pagewrap {
	width:860px;
	background-color: #01b5cd;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	text-align: left;
	margin-top: 20px;
	color: #fff;
	}

.sideimg {
	display: block; 
	float: left;
	margin: 0 20px 10px 0;
	}

img {
	border: 0;
	}

h1 {
	font-size: 20px;
	display: block;
	margin: 0 0 -10px 0;
	}

#nav {
	padding: 20px 10px 10px 20px;
	width: 260px;
	_width: 280px;
	float: left;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	}

#content {
	padding: 0 30px 10px 10px;
	width: 520px;
	_width: 540px;
	float: right;
	font-size: 14px;
	}

#navcol1 {
	float: left;
	width: 130px;
	}

#navcol2 {
	float: right;
	width: 130px;
	}

td {
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	color: #fff;
	padding: 10px 20px 0 0;
	font-size: 12px;
	}


div.copyrightInformation { text-align: center; color: black; font-family: verdana,arial,sans-serif; font-size: 10px; padding: 10px 0 0 0px; }
div.copyrightInformation a:link {color: #000; text-decoration: underline;}


a:link { color: #fff; text-decoration: underline; }
a:hover { color: #ffe805; text-decoration: underline; } 
a:visited { color: #fff; text-decoration: underline; }
a:active { color: #fff; text-decoration: underline; }

.bigtext {
	font-size: 16px;
	}