body{
	width:975px;
	margin:auto;
	overflow:visible;
	
	background-color:#d4e2ed;
	margin:auto; 
	overflow:visible; 
	float:none;  
	background-repeat:repeat-x;
	}
html > body #body {
	margin:0 0 0 0px;
	}
#body{width:100%;}

#ContentWrapper{
	margin: auto;
	position:relative;	
	width:975px;
	height:840px;
	}
	
input, textarea, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
textarea {
	border:1px solid #999999;
}
#formlabeltext{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal; 
	width:125px; 
	text-align:right; 
	color:#FFFFFF;
}
.FormLabel {
	color:#FFFFFF; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:bold; 
	width:100px; 
	text-align:left;
}
/********************************************************************************
FOOTER
********************************************************************************/
#footer {
	height: 132px;
	position: absolute;
	color: #6ca7d3;
	clear: both;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
}
.footer_left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 11px;
	height: 132px;
	margin: 0px;
	color: #6ca7d3;
}
* html .footer_right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 11px;
	height: 132px;
	margin: 0px;
	color: #6ca7d3;
}
html>body .footer_right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 11px;
	height: 132px;
	margin: 0px;
	color: #6ca7d3;
}
#footer .footer_bar {
	margin: 0 0 0 14px;
	position:relative;
}
#footer .copyright {
	margin: 12px 0 0 0;
	text-align: center;
	font-size: 10px;
	color: #6ca7d3;
}
#footer #footer_links {
	font-size: 10px;
	color:#6ca7d3;
	margin: 20px 0 0 0;
}
#footer #footer_links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
#footer #footer_links li {
	display: inline;
	font-size: 9px;
	margin: 0;
	padding:0 10px;
	border-left: 1px solid #6ca7d3;
}
#footer #footer_links li:first-child {
	border-left:none
}
#footer #footer_links li.first {
	border-left: none;
}
#footer #footer_links li a {
	display: inline;
	font-size: 11px;
	color:#6ca7d3;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
#footer #footer_links_iac {
	font-size: 9px;
	color:#6ca7d3;
	padding-top: 10px;
	margin: 10px 0px 0px 0px;
}
#footer #footer_links_iac ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
#footer #footer_links_iac li {
	display: inline;
	margin: 0px 3px 0px 3px;
}
#footer #footer_links_iac li a {
	display: inline;
	color:#6ca7d3;
	text-decoration: none;
}
/********************************************************************************
ERROR
********************************************************************************/
#errorWrapper {
    -x-background-x-position:0%; -x-background-y-position:0%;
    background-attachment:scroll;
    background-color:#FFFFFF;
    background-image:none;
    background-repeat:repeat;
    border: solid #C00500 1px;
    color:#C00500;
    float:right;
    font-weight:bold;
    left:375px;
    opacity:0.9;
    overflow-x:hidden;
    overflow-y:hidden;
    padding:5px 5px 5px 5px;
    position:absolute;
    top:200px;
    width:400px;
    max-height:280px;
	font-size:11px;
}

.error {
    padding:5px 0px 5px 0px;
}

