body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
	background-color:#CDD2E9;
    color: #000000;
}

p {
    margin-bottom: 16px;
}

h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: arvo, serif;
    font-weight: normal;
    font-stretch: condensed;
    color: #000000;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 17px;
}



.container {
	background-color:#382F32;
	margin:20px auto;
    box-shadow: 0 0 10px #000;
}

#logoCol {
	color:#ffffff;
	text-align:center;
	padding-top:50px;
}
	
	#logoCol img {
		display:inline-block;
		max-width:100%;
	}
	
#contentCol {
	background-color:#ffffff;
	padding-top:50px;
	padding-bottom:50px;
	min-height:500px; 	
}

.required {
	color:#ff0000;
}

label.error {
	color:#ff0000;
	font-weight:normal;
	font-size:12px;
}

input.error {
	background-color:#feeaea;
}

.btn-wrap {
	text-align:center;
	padding-top:30px;
}


.footer {
	width: 100%;
    background-color: #feebba;
    box-shadow: 0 0 10px #000;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 20px;
}

	.footer .copyright {
		
	}

