h3 {
	font-size:16;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: 1A1A80;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_vert.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color: #294F61;
	background-position: top;
}
.wholesite {
	background-position: center center;
	width: 100%;
}

.content {
	text-align: center;
	width: 800px;
	overflow: auto;
	height: 391px;
	border-color:#000000;
	text-align:left;
	vertical-align:top;
	background-color:#FFFFC5;
}
.borderright {
	border-right-color:#000000;
	border-right:thin;
	border-right-width:thin;
	border-right-style:solid;

}
.borderleft {
	border-left-color:#000000;
	border-left:thin;
	border-left-width:thin;
	border-left-style:solid;
}
.cellpadding {
	padding-left:2px;
}
.bottomnav {
	width:800px;
	height: 49px;
	overflow: visible;
	top:551px;
	visibility: visible;
	z-index: 1;
	text-align: center;
	vertical-align:middle;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	background-color:#FFFFC5;
}
.navbarleft {
	text-align:left;
	vertical-align:top;
	font-size: 10px;
}
.navbarright {
	text-align:right;
	vertical-align:top;
	font-size: 10px;
}
.bottomline {
	border-bottom:thin;
	border-bottom-color:#000000;
	background-image: url(images/logobg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: top;
	height:40px;
}
.ordertable {
	text-align:center;
	border-color:#000000;
	border-style:solid;
	border-width:thin;
}
a:link {
	color:#0033FF;
}
a:visited {
    color:#0033FF;
}