a img {
	border: none;
}


body {
	
	margin: 0px;
	padding: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('../images/background.gif');
	background-repeat: repeat-x;
	background-color: #82AE31;

}

form {
	padding: 0px;
	margin: 0px;
}

#main {
	display: block;
	width: 800px;
	background-color: #ffffff;
	float: left;
}

#menu {
	display: block;
	width: 780px;
	height: 80px;
	margin-bottom: 20px;
	margin-top: 8px;
	margin-left: 10px;
	
	float: left;

}


.stepHolder {
	display: block;
	text-align: center;
	margin-right: 10px;
	float: left;
}

.stepHolder img {
	display: block;
}

.stepHolder b {
	display: block;
}

.menuArrow {
	display: block;
	float: left;
	margin-right: 12px;
	margin-top: 4px;

}


#header {
	display: block;
	width: 800px;
	
	height: 100px;
	text-align: right;
	float: left;
	background-color: #D1D1D1;

}

.headHolder {
	/*background-image: url('../images/snapLogo.gif');*/
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	/*background-position: 20 15;*/
	display: block;
	width: 800px;
	height: 88px;
	text-align: right;
	float: right;
	background-color: #ffffff;
}

.setHolder {
	display: block;
	margin-right: 10px;
	padding-top: 65px;
}

.logoutButton {
	display: inline;
	color: #F52642;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 0px;
	text-decoration: none;

}

.profileLink {
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}

.supportLink {
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}

.homeLink {

	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}

.homeLink, .profileLink, .supportLink {
	font-weight: normal;
	color: #666666;
}

.homeLink:hover, .profileLink:hover, .supportLink:hover {
	text-decoration: underline;
}

.linkEnabled {
	border-bottom: 2px solid #995500;

}

.linkDisabled {
	border-bottom: none;
}

#footer {
	clear: both;
	display: block;
	font-weight: normal;
	font-size: 11px;
	width: 800px;
	text-align: right;
	float: left;
	color: #ffffff;
	padding-bottom: 30px;

}

.bottomHolder {
	display: block;
	background-color: #ffffff;
	height: 10px;
	line-height: 10px;
}

.bottomLeft {
	display: block;
	width: 220px;
	height: 10px;
	background-image: url('../images/bottom_left.gif');
	background-repeat: no-repeat;
	float: left;
	
}

.bottomRight {
	display: block;
	width: 580px;
	height: 10px;
	float: left;
	background-image: url('../images/bottom_right.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#footer a {
	color: #ffffff;
}

.privacyHolder {
	padding-right: 10px;
	padding-top: 10px;
}



