@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	background: #e5e5e5;
	margin: 0px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	height:100%;
	width:100%;
	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: #666666;
}
input.txt{
	border:#666666 1px solid;
	font-size:9px;
	color:#666666;
	padding:2px;
	height:12px;
	width:100px;
}

.link_green{
	font-size:11px;
	color:#339966;
	text-decoration:underline;
}

.link_white{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}
.intro_text{
	font-size:13px;
	line-height:18px;
	font-weight:bold;
}
.column_left{
	width:570px;
	float:left;
}
.inside_left{
	width:520px;
	margin:45px 25px 0px 25px;
}
.column_right{
	width:300px;
	float:right;
	background: #e5e5e5;	
}
.inside_right{
	width:270px;
	margin:30px 15px 0px 15px;
}
.oneColFixCtr #container {
	width: 870px;  
	background-color: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border-right: 1px solid #339966;
	border-left: 1px solid #339966;	
	border-bottom: 1px solid #339966;	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	background-color: #FFFFFF;
	margin:0px 0px 0px 0px;
	padding: 0; 
}
.footer{
	background-color:#339966;
	height:40px;
	font-weight:bold;
	width:820px;
	padding:10px 25px 0px 25px;
	color:#FFFFFF;
	border-top:1px solid #ffcc00;
}
.white_box{
	width:245px;
	background-color:#FFFFFF;
	border:1px #999999 solid;
	padding:10px;
}	
