/* CSS Document */
html{
	height: 100%;
}
a:link,a:visited,a:active{
	text-decoration: none;
	color: #86ABD8
}
a:hover{
	text-decoration: none;
	color: #FF5A00
}
body{
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
}
.border{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #70A47B;			
}
.bottombar
{
	height:36px;
	background-image: url('images/blue_strip_bckgrnd.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}
.content{
	float: right;
	width: 587px;
	background-color: #FFFFFF;	
}
.copyright{
	font-size: 10px;
	color: #000000;
	height: 150px;
}
h1{
	color: #ff6633;
	font-size: 18px;
	font-weight: bold;
}
input{
	border: 1px solid #FF5A00;
	font-size: 10px;	
}
.linkbar{
	float: left;
	width: 193px;	
}
.nav{
	text-align: center;
	font-size: 10px;
	color: #86ABD8;
	padding-bottom: 2px;
}
.product{
	border-bottom: 1px solid #70A47B;
	background-color: #E9E9E9;
	font-size: 11px;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.requestform
{
	font-size: 9pt;
	color: #00000;
	font-family: Arial;	
	
}
select{
	font-size: 10px;
}
.submit{
	background-color: #AAAAAA;
	border: 1px solid #000000;
	color: #000000;
	font-size: 12px;
	cursor: hand;
}