@charset "utf-8";
/* CSS Document */

body {
	background: url(images/body_bg.gif) top;
	color: #6e6e6e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.01em;
}
body,p,div,ul,li,a,img,h1,h2,h3,h4,h5,h6,table,tr,td,tbody{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#wrapper{
	width: 834px;
	margin: 0px auto 30px;
	}
#header{
	padding: 70px 0px 0px 34px;
	height: 79px;
	}
#logo{
	float: left;
	width: 224px;
	}
#nav{
	float: right;
	margin-top: 20px;
	}
#nav a{
	float:left;
	}
#nav img{
	float:left;
	}
.top_row,.bottom_row{
	height: 30px;
	background-color: #ebebeb;
	text-align:center;
	}
.header_col{
	width: 34px;
	}
.text{
	padding: 30px 20px 0px 20px;;
	background-color: #FFF;
	}
p{
	padding-bottom: 15px;
	}
h2{
	font-size: 24px;
	font-weight: normal;
	}
h3{
	font-size:13px;
	font-weight: bold;
	}
input, textarea{
	border: 1px solid #999;
	}
.submit_button{
	width: auto;
	text-transform:uppercase;
	font-size: 13px;
	font-weight: bold;
	border: 2px outset #999;
	padding: 2px 10px;
	}
.white_bg{
	background-color:#FFF;
	}
#content .left, #content .right{
	float: left;
	padding-top:178px;
	width: 70px;
	}
#content .center{
	float: left;
	width: 660px;
	text-align:center;
	}
.top_row{
	padding-left: 0px;
	}
.top_row a{
	float: left;
	}
.float_rt{
	float:right;
	}
form{
	font-size:12px;
	}
form td{
	padding: 4px 0px;
	}
.slides{
	height:420px;
overflow:auto;
width:800px;
border-bottom:1px solid #FFF;
	}
.slides img{
	float:left;
	}