/* GENERAL STYLES
--------------------------------------*/
body {
	background-color:#e4e3d9;
	text-align:center;
	margin:0px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}
img {
	border:none;
}
span {
	margin:0;
}
h2 {
	font-family: Times, "Times New Roman", Georgia, serif;
	font-size:22px;
	font-weight:normal;
	color:#444039;
}
h3 {
	font-family: Times, "Times New Roman", Georgia, serif;
	font-size:18px;
	font-weight:normal;
	color:#00b5cc;
}
.copy1 { 
	font-size:12px; 
	font-weight:normal; 
	color:#666;
}
.copy2 { 
	font-size:11px; 
	font-weight:normal; 
	color:#999;
}
.flink1 { 
	font-size:11px; 
	font-weight:normal; 
	text-decoration:none; 
	line-height:14px; 
	color:#01cee8; 
}
a.flink1:hover { 
	text-decoration:underline;
	color:#666;
}
.textfld {
	background:#fff;
	border:1px solid #ccc;
	color:#00b5cc;
	font-size:16px;
	padding:5px;
	margin:5 0 10 0;
	width:100%;
	height: 2em;
	_height:32px;
}
.button {
	margin:0 0 10 0;
}
/* LAYOUT STYLES
--------------------------------------*/
#maincontainer {
	text-align:left;
	width:900px;
	margin:20px auto;
	border-top:3px solid #000;
}
#header {
	margin:0 0 22 0;
}
#mainbody {
	width:900px;
	background:url(images/bg_body_blue.jpg) no-repeat;
	background-color:#fff;
	padding:40 0 0 0;
}
#rscontainer {
	float:right;
	width:273px;
	margin:0 0 20 0;
}
#rscontent {
	margin:0 22px;
}
#bodycontent {
	margin-left:40;
}
.box {
	float:left;
	margin:0 8 0 0;
}
#footer {
	position:relative;
	width:900px;
	margin:70 auto 0 auto;
	height:250px;
	background:url(images/bg_footer_blue.gif) no-repeat;
	background-color:#403f37;
	clear:both;
}
#footerlinks {
	position:absolute;
	top:125px;
	left:40px;
}
/* MESSAGE
--------------------------- */
#message { 
	font-size:11px; 
	font-weight:normal; 
	text-decoration:none; 
	color:#e8017e;
	text-align:center;
	margin:0 0 10 0;
}




