@charset "utf-8";
body {
	font-family:Verdana, Geneva, sans-serif;
	background: #5d6567;
	background-image:url(images/body_images/leaves_tile.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #adb4b6;
}
.oneColLiqCtrHdr #container {
	width: 560px;  /* this will create a container 80% of the browser width */
	background: #555b5d;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #mainContent {
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #393939;
	text-align: left;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fbaa2a;
	height:auto;
	
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000;
}
a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0000FF;
}

p {
	font-size: 12px;
	color: #a9b7ba;
	padding: 0;
	margin: 10px;
    	
	
}
a:link {
	text-decoration: none;
	color: #fbb33e;
}
a:visited {
    text-decoration: none;
    color: #fbb33e;
}
a:hover {
	text-decoration: underline;
	color: #FCCD80;
}
a:active {
    text-decoration: none;
	color: #5f817d;
}
h1 {
	padding: 5px;
	background: #fbaa2a;
	border: 1px solid #a5a6a7;
	border-style: solid;
	color: #000000;
	font-size: 12px;
	text-shadow:#666;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}
h2 {
	padding:  0px 0px 0px 10px;
	background: none;
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: normal;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}
h3 {
	color: #FCCD80;
	font-size: 10pt;
	margin:  -8px 0px 0px 10px;
	font-weight: lighter;
	padding:  10px 0px 10px 10px;
}
h4 {
	padding:  10px 10px 10px 10px;
	margin:  10px 10px 0px 10px;
	background: #878989;
	border: 1px solid #a5a6a7;
	border-style: none;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}

.textboxstyle {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #393939;
	background-color: #959697;
}
.success {
	font-size:40px;
	padding: 5px;
	background-color: #575757;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: center;
}
.finish_body {
	font-size: 16px;
	color:#FCCD80;
	background-color: #2C2C2C;
	padding: 25px;
	border-color: #adb4b6;
	border-top-width: 1px;
	border-top-style: solid;
	text-align: center;
}
.finish_body2 {
	font-size: 12px;
	font-style: italic;
}
