body
{
	background-color: white;
	margin: 0px;
	font-size: 12px;
	font-family: arial;
}
		
a, a:link, a:visited
{
	text-decoration: none;
	color: #0236BD;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

blockquote
{
	margin-top: 0;
	margin-bottom: 0;
}

ul
{
	margin-top: 0;
	margin-bottom: 0;
}

.header
{
	width: 100%;
	height: 246px;
	margin-bottom: 15px;
}

.header_title_area
{
	border-bottom: 3px solid #85BED2;
	height:33px;
	margin: 0px;
	padding-left: 125px;
}

.header_title
{
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	float: left;
}

.header_login
{
	float: right;
	font-size: 10px;
	color: black;
	font-weight: bold;
	margin-top: 17px;
	margin-right: 4px;
}
		
.header_bg
{
	background-image: url('../img/mountaintop.jpg');
	background-repeat: no-repeat;
	height:170px;
	width: 100%;
	font-size: 0px;
	margin: 0px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}
		
.header_nav
{
	background-image: url('../img/linkbg.gif');
	background-repeat: repeat-x;
	height: 36px;
	width: 100%;
	margin: 0px;
}
		
.header_nav_sf
{
	height: 36px;
	padding: 5px 4px 5px 50px;
	float: left;
}
		
.header_nav a:link, .header_nav a:visited
{
	float: left;
	font-size: 14px;
	height: 25px;
	border-right: 1px solid #64B86F;
	padding: 11px 12px 0px 16px;
	color: white;
}
		
.header_fox
{
	background-image: url('../img/skifox.gif');
	background-repeat: no-repeat;
	height:203px;
	width: 204px;
	font-size: 0px;
	margin: 0px;
	z-index: 1; 
	position: relative; 
	top: -230px;
	left: 10px;
}



.header_button
{
	Font-Size: 10px;
	border-color: White;
	Border-Style: Solid;
	Border-Width: 1px;
	color: White;
	background-color: transparent;
}	
		
.main
{
	width: 800px;
}
		
.content_container
{
	margin-left: 55px;
}

.content_title
{
	font-size: 18px;
	color: #0236BD;
	padding-bottom: 2px;
	border-bottom: 2px solid #0236BD;
	font-weight: bold;
}
		
.bold
{
	font-weight: bold;
	font-size: 16px;
}

.question
{
	font-weight: bold;
}
		
.header_fswdate
{
	font-weight: bold;
	font-size: 18px;
	color: white;
	float: right;
	padding: 15px 15px 0px 0px;
}

.required
{
	border: 1px solid red;
}

td
{
	vertical-align:top;
}

.error
{
	color: Red;
	font-weight: bold;	
}

.WizardStepTitle
{
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding-bottom: 8px;
}

.MainContentHolder 
{
	padding-top: 20px;
	background-color: #E6E6E6;
}

.ContentBG
{
	background-color: #E6E6E6;
}

.hidden 
{
	display: none;
}

.visible 
{
	display: inline;
}

.test 
{
	border: 1px solid black;
}

.test td
{
	border: 1px solid black;
}

.announcement
{
	font-weight: bold;
	color: red;
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
}
