a:link { color: black; }
a:visited { color: #333; }
a:hover { color: #666; }
a:active { color: black; }

body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

div#centerframe {
	font: normal 13px Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif;
	position: relative;
	width: 660px;
	margin-left: 50%;
	left: -370px;
	margin-top: 60px;
	background-color: white;
	border: 1px solid #DDD;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 40px;
}
body * { background-color: white; }
h2 { text-align: center; margin-bottom: 2em; }
p { text-align: justify; }
div#logo1 {
	margin-bottom: 30px;
}
div#logo2 {
	position: absolute;
	width: 121px;
	height: 133px;
	top: -30px;
	right: -30px;
	background-color: transparent;
}
div#logo2 img {
	background-color: transparent;
}
div.border {
	border: 1px solid #383;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
div.boxheader {
	position: relative;
	background-color: transparent;
	top: -50px;
	margin-left: 10px;
	margin-bottom: -50px;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
}
div.boxheader img {
	position: relative;
	top: 5px;
	background-color: transparent;
}
div.boxheader2 {
	position: relative;
	background-color: transparent;
	top: -20px;
	text-align: right;
	margin-bottom: -10px;
	margin-right: 10px;
	padding: 0px;
}
div.middle {
	overflow: visible;
	width: 584px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 30px;
	margin-top: 60px;
	margin-bottom: 40px;
}
div.leftbox {
	overflow: visible;	
	float: left;
	width: 270px;
	height: 200px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 20px;
}
div.rightbox {
	overflow: visible;
	float: right;
	width: 270px;
	height: 200px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
}
.clear {
	clear: both;
	visibility: hidden;
}
div.pad {
	padding: 20px;
}
input#email {
	border: 1px solid #383;
	border-radius: 2px;
	-moz-border-radius: 2px;
	text-align: center;
}
input.green {
	border: 1px solid #383;
	border-radius: 2px;
	-moz-border-radius: 2px;
	width: 165px;
	text-align: center;
}
div#links {
	text-align: center;
}
.goodbye { text-align: right; font-style: italic; }
