﻿html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
body, html {
	background: #FFFFFF;
	font-family: arial;
}
h1, h2, h3 {
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
p {
	margin: 10px;
}
li {
	padding: 5px;
	list-style:disc inside;
}
#main {
	border: solid 2px #090;
	background: #FFF;
	margin: 0 auto;
	margin-top: 15px;
	padding: 25px;
	width: 700px;
}

.floatfix {
	overflow: auto;
}

.wizardStep {
	border: solid 1px #888;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	width: 180px;
	margin: 14px;
	background: url(/images/landing/button_bg.gif) repeat-x;
	padding: 10px;
	font-size: 24px;
	color: #222;
	text-align: center;
	font-weight: bolder;
	cursor: pointer;
	margin-left: 90px;
	float: left;
}

.wizardStep p {
	font-size: 12px;
	color: #222;
	margin: 0px;
}

.centerPane {
	margin: 0 auto;
}

.centerText {
	text-align:center;
}

.video {
	float: right;
	margin-right: 10px;
}

.button, .default_button {
	background: url(/images/landing/button_bg.gif) repeat-x;
	border: solid 1px #888;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	margin:7px;
	margin-right:0px;
	padding:5px;
	color:Black;
	text-decoration:none;
	float:right;
}

.default_button {
	font-weight:bold;
}

.button:hover, .default_button:hover {
	text-decoration:underline;
}

.about {
	float: left;
	margin-left: 30px;
	margin-top: 40px;
}

.about li {
	list-style-image: url(/images/landing/checkmark.gif);
}

.registration {
	margin:auto;
	width:400px;
	overflow:hidden;
}
.registration table {
	width:100%;
}

.registration input {
	margin-top:5px;
	width:180px;
}

.regagreementContainer {
	border:solid 1px black;
	padding:5px;
	margin-top:15px;
	margin-bottom:10px;
}

.errorRange {
	border: 1px solid red;padding:5px;background-color:#fdd;color:Black;
}

.footer {
	margin-top: 15px;
	text-align: center;
	color:white;
}
.footer a
{
    color:Aqua;
}

