html{
	background:url(images/background.gif);
	background-repeat:repeat-y;
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	}
body{
	text-align:center;
	}
.clear{
	clear:both;
	}
p{
	padding:0px 0 10px 0;
		}
.gray{
	color:#999;
	}
strong{
	font-weight:bold;
	}	
.right{
	float:right;
	padding-left:10px;
	}
ul.list{
	list-style:outside;
	}
ul.list li{
	margin-left:15px;
	list-style:disc;
	}
.box{
	float:left;
	width:537px;
	border-top:2px solid #666;
	}						
.box h3{
border-top:0;
font-size:1.2em;
}	
hr{
margin:20px 0 20px 0;
}	
.flash{
background:#eee; 
padding:10px 0px 0 0;
width:527px;float:left;
border:1px solid #ccc;
position:relative;

}
.flash .map1{
float:left;
width:310px;
padding-right:20px;
}
.flash form{
position:absolute;
top:170px;
right:20px;
width:220px;
padding:10px;

}

a{
	color:#666;
	text-decoration:underline;
	}
a:hover{
	color:#333;
	text-decoration:none;
	}	
.left{
	float:left;
	padding-right:10px;
	}		
H1{
	font-size:2.2em;
	letter-spacing:-2px;
	font-weight:bold;

	padding-bottom:20px;
	border-top:10px solid #000;
	}
	
H2{
	font-size:1.8em;
	letter-spacing:-2px;
	font-weight:bold;
	margin-top:10px;
	padding-bottom:10px;
	border-top:5px solid #000;
	}
h3{
	font-size:1.7em;
	letter-spacing:-1px;
	font-weight:bold;
	margin-top:10px;
	padding-bottom:20px;
	border-top:2px solid #666;
	color:#333;
	}
	 		
#wrap{
	width:790px;
	position:relative;
	margin:0 auto;
	text-align:left;
	}
#content{
	width:790px;
	border-top:1px solid #000;
	float:left;
	padding-top:20px;
	}	
.content_left{
	float:left;
	width:191px;
	padding:0 20px;
	text-align:left;
	}
.content_right{
	float:right;
	width:547px;
	padding-bottom:0px;
	}		
ul.menu{
	float:left;
	width:191px;
	margin:20px 0 30px 0;
	}
ul.menu li{
	float:left;
	width:191px;
	}
ul.menu a{
	display:block;
	float:left;
	width:181px;
	padding:8px 5px;
	border-bottom:1px solid #fff;
	color:#fff;
	text-decoration:none;
	}
ul.menu a:hover{
	background:#fff;
	color:#000;
	}	
	form{
		float:left;
		width:487px;
		padding:30px 20px;
		background:#eee;
		border:1px solid #ccc;
		}		
label{
	width:150px;
	float:left;
	color:#333;
	font-size:.9em;
	}
label.long{
width:400px;
}
input.text,
textarea,
input.textlong{
	width:250px;
	border:1px solid #999;
	padding:2px;
	}	
input.textlong{
	width:500px;
	font-family:"Courier New", Courier, monospace;
	font-size:.9em;
	}	
textarea{
	width:467px;
	height:400px;
	padding:0 10px;
	font-family:"Courier New", Courier, monospace;
	color:#666;
	border:1px solid #999;
	}		
.checkbox{
	padding:2px 0 2px 10px;
	color:#333;
	font-size:.9em;
	}
.letter{
padding:10px 20px;
background:#fff;
border:1px solid #ccc;
font-family:"Courier New", Courier, monospace;
color:#333;
}		
label.error{
	color:#FF0000;
	font-style:italic;
	width:250px;
	display:block;
	margin-left:150px;
	}
	
.error
{
	color:#FF0000;
	font-style:italic;
	width:250px;
	display:block;
	margin-left:150px;
	float:left;
	}
	
#check_list{
float:left;
position:relative;
width:500px;

}
#check_list label.error{
position:absolute;
width:150px;
float:none;display:block;
margin-left:0px;top:-20px;
}
.buttons{
	float:left;
	width:480px;
	height:33px;
	}	
input#submitbt{
	background:url(images/bt_send.gif) no-repeat;
	width:214px;
	height:33px;
	float:right;
	border:0;
	text-indent:-99999px;
	cursor:pointer;
	overflow:hidden;
	}
a.bt_left{
	float:left;
	width:234px;
	height:33px;
	}
