body {
	behavior:url("http://www.fortysixtenstudios.com/csshover.htc");
	background-color: white;
	font-size: 12px;
	font-family: Verdana, Arial, sans;
	margin: 0px;
	padding: 0px;
}
.faint {
	color: #999999;
}
h2 {
	padding: 33px 0px 0px 38px;
	display: block;
	height: 67px;
	width: 577px;
	background-image: url('images/headline.png');
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: white;
	margin-bottom: -25px;
	margin-left: -15px
}
#header {
	border-bottom: 2px solid black;
	height: 150px;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url('images/headerback.png');
	background-position: top left;
	background-repeat: repeat-x;
}
.testimonial tr td {
	vertical-align: top;
}
#headeroverlay {
	background-image: url('images/header.png');
	background-position: top left;
	background-repeat: no-repeat;
	height: 150px;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
}
#taglineoverlay {
	background-image: url('images/tagline.png');
	background-position: top right;
	background-repeat: no-repeat;
	height: 150px;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
}
#menu {
	padding-top: 118px;
	margin: 0px auto 0px auto;	
	width: 770px;
	text-align: center;
}
#menu a {
	padding: 8px 0px 0px 0px;
	float: left;
	display: block;
	width: 100px;
	height: 22px;
	margin: 0px 3px 0px 3px;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-left: 2px solid black;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.active {
	background-color: white;
	color: purple;	
	border-bottom: 2px solid white;
	background-image: url('images/shadeback.png');
	background-position: top left;
	background-repeat: repeat-x;
}
.inactive {
	background-color: #cf00f0;
	color: white;	
	background-image: url('images/shadebackdark.png');
	background-position: top left;
	background-repeat: repeat-x;
}
#menu a:hover {
	background-color: white;
	background-image: url('images/shadeback.png');
	border-bottom: 2px solid white;
	color: purple;
}
#main {
	width: 700px;
	margin: 10px auto;
}
#main a {
	color: purple;
	font-weight: bold;
	text-decoration: none;
}
#main a:hover {
	text-decoration: underline;
}
#copyright {
	width: 500px;
	margin: 30px auto;
	text-align: center;
	font-weight: bold;
}
form {

}
.error {
	color: #F00;
	font-weight: bold;
	font-style: italic;
}
.formbox {
	background-color: purple;
	color: white;
	font-weight: bold;
}
hr {
	width: 80%;
	margin: 20px auto;
}
.inlinepic {
	width: 400px;
	margin: auto auto 5px auto;
}
.inlinecaption {
	width: 400px;
	margin: 0px auto auto auto;
	font-style: italic;
	text-align: center;
}
.blackborder {
	border: 1px solid #000;
}
.systemmessage {
	color: #FF0000;
	font-weight: bold;
}
.digitalclock {
	background-color: purple;
	color: white;
	font-weight: bold;
	font-size: 14px;
}
.digitalclock p {
	text-align: center;
}
.digitalclockframe {
	height: 70px;
}
.digitalclockframe, .digitalclock p {
	margin-left: auto;
	margin-right: auto;	
	width: 200px;
}