body {
	background-image: url(../img/quad2.jpg);
	background-attachment:fixed;
	background-position:bottom;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.centerdiv{
	width:1000px;
	background-image:url(../img/alpha80.png);
	margin:0 auto;
	border:solid 1px #CCC;
}
.whitepadding{
	border:solid 4px white;
}
.headerlogo{
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	height:90px;
}
.side {
	background-image:url(../img/header_bar.jpg);
	color:white;
	font-size:13px;
	text-align:center;
	line-height:27px;
}
.side td:hover{
	background-color:#06C;
	color:white;
	cursor:pointer;
	font-weight:bold;
	font-size:14px;
}
.header{
	font-size:30px;
	margin-left:10px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-image:url(../img/copyright.jpg);
	padding:10px;
}
.dateday {
	font-size:45px;
	font-weight:bold;
	color:white;
	margin:-7px 0px;

}
.datename {
	font-size:14px;
	text-transform:lowercase;
	font-weight:bold;
	letter-spacing:2px;
	color:white;
	margin-top:10px;
}
.dateyear {
	text-transform: lowercase;
	color: #FFFFFF;
}
.backstripe {
	background-image: url(../img/greystripe.gif);
	background-repeat: repeat-y;
	background-position: center;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999;
	
}
.nolinks a {
	color: #F00;
	text-decoration: none;
	
}
.nolinks a:hover {
	font-weight: bold;
	
}
.err {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #F00;
	text-align: center;
	border: 1px solid #000;

}
.errorBLUE {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-align:center;
	background-color: #6F88BE;
	text-align: center;
	border: 1px solid #000;

}
.forms{
	font-family:Tahoma, Geneva, sans-serif;
	padding:5px;
	line-height:20px;
	font-size:12px;
}
