@charset "utf-8";


* {margin:0;padding:0;} 

#shadows {
	top: 0px;
	background-image: url(images/contentshadow.png);
	background-position: center;
	background-repeat: repeat-y;
	width: 100%;
	height: 200px;
}

#footer {
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
	height: 60px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	vertical-align: middle;
}
#header {
	background-image: url(images/betaheader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	height: 200px;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index:99;
}

#ribbon {
	background-image: url(images/ribbon.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	height: 320px;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index:101;
}

#content {
	position: absolute;
	top: 200px;
	width: 100%;
	text-align: center;
	z-index:100;
}

#content-type {
	background-image: url(images/contentshadow.png);
	background-position: center;
	background-repeat: repeat-y;
	z-index:100;
}
#bodytext {
	padding: 20px 30px 10px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image:url(images/watcharrows.png);
	background-position:top;
	background-repeat:no-repeat;
}

#body {
	padding: 50px 50px 10px 50px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#inside {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#registertext {
	padding: 20px 30px 10px 30px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image:url(images/stopbg.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#freetext {
	padding: 20px 30px 10px 30px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#step2text {
	padding: 20px 30px 10px 30px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image:url(images/congratsbg.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#entrybox {
	background-image: url(images/gradientlong.png);
	background-repeat: repeat;
	height: 343px;
	width: 400px;
	text-align:center;
	position:relative;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
}


#entryboxshort {
	background-image: url(images/gradient.png);
	background-repeat: repeat;
	height: 257px;
	width: 400px;
	text-align:center;
	position:relative;
}

#sneakbodytext {
	padding: 20px 30px 10px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image:url(images/curtainarrows.png);
	background-position:top;
	background-repeat:no-repeat;
}

#caption {
	padding: 10px 30px 20px 30px;
	border-top: 1px solid gray;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#bizwide {
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color:#00FF00;
	text-align:right;
	vertical-align:bottom;
	background:url(images/bizwideseal.gif);
}

#secwide {
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color:#00FF00;
	text-align:right;
	vertical-align:bottom;
	background:url(images/secwideseal.gif);
}

#privwide {
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color:#00FF00;
	text-align:right;
	vertical-align:bottom;
	background:url(images/privwideseal.gif);
}

#certwide {
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color:#00FF00;
	text-align:right;
	vertical-align:bottom;
	background:url(images/certwideseal.gif);
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}
.style2 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #FFFFFF; 
}
.style5 {
	color: #666666; 
}
.style6 {font-weight: bold}
.style7 {	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 20px;
	font-weight: bold;
}
.style11 {	font-family: Arial, Helvetica, sans-serif;
	color: #009900;
	font-weight: bold;
}
.style12 {	font-family: Arial, Helvetica, sans-serif;
	color: #cc0000;
	font-weight: bold;
}
.style13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style15 {
	font-size: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style14 {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
}

#footer a:link {
	color: #000000;
	text-decoration:underline;
}
#footer a:visited {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #aa0000;
	text-decoration: underline;
}
#footer a:active {
	color: #aa0000;
	text-decoration: underline;
}

