@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }

body {
	color: #303030;
	font: 100.1% Arial,sans-serif;
	background: #373536;
}

h1 {
	color: #bd2b92;
	font: 0.75em/1.0em Arial,sans-serif;
	padding: 0px 0px 10px 0px;
}

a {
	color: #fff;
	font: 0.75em Arial,sans-serif;
	text-decoration: none;
}

p {
	font: 0.75em Arial,sans-serif;
	margin: 0px 0px 10px 0px;
}

ul {
	font: 0.75em Arial,sans-serif;
	margin: 0px 0px 0px 20px;
}

#wrapper {
	width: 100%;
}

#header {
	height: 46px;
	width: 100%;
	background: url(../images/bkgHeader.gif) repeat-x;
}
	
	#logoLeft {
		width: 113px;
		height: 46px;
		float: left;
		background: url(../images/logoLeft.gif) no-repeat;
	}
	
	#logoRight {
		width: 87px;
		height: 46px;
		float: right;
		background: url(../images/logoRight.gif) no-repeat;
	}	

#contentWrapper {
	color: #303030;
	width: 100%;
	background-color: #fff;
}

	#stepHeader {
		background-color: #dbdbdb;
		width: 100%;
		height: 23px;
	}

		#stepHeader h1 {
			color: #bd2b92;
			font: 0.75em/1.0em Arial,sans-serif;
			padding: 3px 0px 0px 8px;
		}	
		
	#content {
		width: 98%;
		margin: 0px auto;
		padding: 15px 0px 5px 8px;
	}
		
	#content h2 {
		font: bold 0.75em Arial,sans-serif;
		margin: 0px 0px 10px 0px;
	}			

		.buttonContent {
			text-align: center;	
			padding: 0px 0px 10px 0px;		
		}
			
		.selectList {
			width: 123px;
		}
		
		#bac {
			margin: 0px auto;
			text-align: center;
		}
		
			#bac h1 {
				color: #494949;
				font: bold 3.0em Arial,sans-serif;
				padding: 0px;
			}		

#footer {
	width: 100%;
	border-top: solid 2px #bd2b92;
	font: 0.63em Arial,sans-serif;
	text-align: center;
}

	#footerNav {
		color: #fff;
		width: 100%;
		height: 18px;
		padding: 2px 0px 0px 0px;	
	}
		
		#footerNav a {
			color: #fff;
			font: 1.0em Arial,sans-serif;
			text-decoration: none;
		}

	#footerCopyright {
		color: #706d6e;
		background-color: #232323;
		width: 100%;
		height: 46px;
		padding: 10px 0px 10px 0px;	
	}

.noBorder {
	border: 0px;
}
.mainContentLink {
	color: blue;
	font: 1.0em Arial,sans-serif;
	text-decoration: underline;
}
.errorMessage {
	color: Red;
	font: 0.7em Arial,sans-serif;
}
.continueButton {
	border: 0px;
	color: #ffffff;
	font: 0.7em Arial,sans-serif;
	font-weight: bold;
	background-color: #373536;
}
.continueButton:active {
	color: #ffffff;
	text-decoration: none
}
.continueButton:hover {
	color: #ffffff;
	text-decoration: none
}