html, * {margin:0; padding:0; border:0;}

.wrapper {width:785px; margin-top:10px; margin-bottom:50px;}
.fltlft {
float: left;
}
.fltrt {
float: right;
}
.nav {width:215px;}
.left {
	width: 40px;
	height: 755px;
	background-image: url(images/left.jpg);
	background-repeat: repeat-y;
}
.right {
	width: 40px;
	height:755px;
	background-image: url(images/right.jpg);
	background-repeat: repeat-y;
	
}

.menu li {
	display: inline;
	padding-left: 5px;
}
.menu a {
	text-decoration: none
}
.menu {
	text-align:center;
	font-size: 90%;
	width: 705px;
	clear:both;
	margin-left:40px;
	


}

.blue {
	background-color: #84D4F0;
	padding:10px;
	height:475px;
	 overflow:auto;
	

}

.form b {
	font-family: arial;
	font-weight: bold;
	font-size: 8pt;
	color:#005481;
	width:200px;
}

h1, h2, h3, h4, h5, h6 {
	font-size:16px;
	color:#828387;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
}
a {
	color:#000000;
}
a:visited {
	color:#993399;
}
a:hover {
	color:#FF9900;
}
#flowad {
	position: fixed;
	bottom:0px;
	z-index: 100;
	vertical-align:top;
	overflow: hidden;
	width:100%;
	margin:0 auto;
	height:65px;
	background-color:#D35A2B;
	padding:3px 3px 3px 3px;
	display:none;
}
#flowad .sliderForm {
	color:#FFFFFF;
	text-align:right;
	font-size:14px;
	font-weight:bold;
}
#flowad a:link, #flowad a:visited, #flowad a:active {
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
	margin-right:22px;
	float:right;
	font-weight:normal;
}
#flowad a:hover {
	text-decoration:underline;
}
input {font-size:9pt; padding:3px; margin:2px;}