body {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #006666;
	background-color: #3AB2BB;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;

}
.main {
	background-color: #FFFFFF;

}
.bottom {
	background-image: url(images/bottomback.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 158px;

}
.bluebox {
	background-image: url(images/bluebox.png);
	background-repeat: no-repeat;
	height: 300px;
	width: 264px;
	margin: 4px;
	padding: 4px;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	text-align: center;



}
.copy {
	font-size: 12px;
	color: #33FFFF;
}
p {
	font-size: 14px;
	line-height: 20px;
}
h1 {
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
}
ul {
	list-style-type: square;
	font-size: 14px;
	line-height: 20px;
}
a:link {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #33CCCC;
	text-decoration: none;
}
a:visited {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #006666;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #33CCCC;
	text-decoration: underline;
}
a:active {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #006666;
	text-decoration: underline;
}
a.white:link {
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:visited {
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	color: #006666;
	text-decoration: none;
}
a.white:hover {
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	color: #006666;
	text-decoration: underline;
}
a.white:active {
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	color: #006666;
	text-decoration: underline;
}

