@charset "utf-8";
body {
	background-color: #000000;
	margin:0px;
	color: #FFFFFF;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	color:#FFFFFF;
	text-decoration:underline;
}
a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
.siteContainer {
	margin:0px auto;
	width:100%;
	height:100%;
	text-align:center;
}
.headerContainer {
	height:115px;
	width:100%;
	background-image: url(/images/header-repeat.jpg);
	background-repeat: repeat-x;
}
.header {
	margin:0px auto;
	width:796px;
	text-align:center;
}
.subHeader {
	margin:0px auto;
	padding:0px;
	width:796px;
	height:27px;
	text-align:center;
	background-image:url(/images/subbar-repeat.jpg);
	background-repeat:repeat-x;
}
.subHeaderLeft {
	background-image:url(/images/flower-2.jpg);
	width:147px;
	height:27px;
	float:left;
}
.subHeaderRight {
	float:right;
	background-image:url(/images/subbar-end.jpg);
	width:70px;
	height:27px;
}
.cover {
	margin:0px auto;
	width:796px;
	height:0px;
}
.overhang {
	float:left;
	background:url(/images/flower-3.jpg);
	height:91px;
	width:96px;
}
.contentHeader {
	margin:0px auto;
	width:600px;
}
.content {
	margin:0px auto;
	width:796px;
	background-image:url(/images/flower-3.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:20px;
}
.contentArea {
	width:600px;
	margin:0px auto;
	text-align:left;
	padding-bottom:20px;
}
.footerDiv {
	margin:0px auto;
	color:#FFFFFF;
	width:25%;
	height:1em;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.corner {
	height:173px;
	width:172px;
	right:0%;
	bottom:0%;
	background-image: url("/images/right-corner-transparent.png");
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: right bottom;
	z-index:100;
	position:fixed;
}
.editor {
	color: #FFFFFF;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color: #990000;
}
.centerDiv {
	position:absolute;
	top:25%;
	left:25%;
	width:50%;
	text-align:center;
}
.requirements {
	font-family: "Courier New", Courier, monospace;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
}
