body {
	background-color: #F5F5F5;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	background-image: url(../img/backbody.jpg);
	background-repeat: repeat-x;
}
h2 {
	background-color: #FBFBFB;
	color: #DB9D25;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}
.text {
	background-color: #FBFBFB;
	color: #555555;
	margin-bottom: 10px;
}
.block1 {
	float: left;
	width: 520px;
	display: table;
	margin: 0 0 10px 0;
	padding: 0;
}
.block2 {
	float: left;
	width: 520px;
	display: table;
	margin: 0;
	padding: 0;
}
.block3 {
	float: left;
	display: table;
	margin-right: 20px;
	width: 110px;
}
.textblue {
	background-color: transparent;
	color: #003366;
}
.textyellow {
	background-color: transparent;
	color: #DB9D25;
}
.textred {
	background-color: transparent;
	color: #990000;
}
.textgreen {
	background-color: transparent;
	color: #006600;
}
.fld {
	font-size: 11px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	color: #333333;
}
.fldis {
	font-size: 11px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #F5F5F5;
	color: #333333;
}
.btn {
	font-size: 11px;
	background-color: #CCCCCC;
	color: #003366;
	cursor: pointer;
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}
.btn:hover {
	font-size: 11px;
	background-color: #CCCCCC;
	color: #006699;
	cursor: pointer;
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}
.border1 {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
.border2 {
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.border3 {
	border-bottom: 1px solid #DDDDDD;
}
#page {
	width: 750px;
	margin: 10px auto;
	display: table;
	background-color: #FBFBFB;
	border: 1px solid #DDDDDD;
	padding: 5px;
}
#top {
	display: table;
	margin: 0;
	width: 750px;
	float: left;
	padding: 0;
}
#menubar {
	margin: 2px 0 0 0;
	width: 750px;
	padding: 0;
	background-image: url(../img/backmenuhover.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 26px;
}
#mid {
	margin: 0;
	padding: 10px 0;
	display: table;
	float: left;
	width: 750px;
}
#midleft {
	float:left;
	width:520px;
	margin:0;
	display: table;
	padding: 0 0 0 10px;
}
#midleft a {
	background-color: #FBFBFB;
	color: #003366;
	text-decoration: underline;
}
#midleft a:hover {
	background-color: #FBFBFB;
	color: #0078F0;
	text-decoration: underline;
}
#midleft ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}
#midleft ul li {
	margin-bottom: 5px;
}
#midright {
	float:right;
	width:190px;
	margin:0;
	display: table;
	padding: 0 10px 0 0;
}
#midright ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#midright ul li {
	margin-bottom: 10px;
	border-bottom: 1px dashed #DDDDDD;
	padding-bottom: 10px;
}
#midright ul li a {
	background-color: #FBFBFB;
	color: #003366;
	text-decoration: none;
}
#midright ul li a:hover{
	background-color: #FBFBFB;
	color: #0073E6;
}
#enterform {
	background-color: #DDDDDD;
	color: #333333;
	padding: 15px 20px;
	width: 150px;
	background-image: url(../img/backform.jpg);
	background-repeat: repeat-x;
	border: 1px solid #DDDDDD;
	margin: 0;
}
#enterform label {
	width: 70px;
	float: left;
}
#contactform {
	background-color: #EEEEEE;
	color: #333333;
	padding: 10px;
	width: 500px;
	margin: 0 0 10px 0;
}
#contactform label {
	width: 80px;
	float: left;
	text-align: right;
	padding-right: 10px;
}
#orderform {
	background-color: #EEEEEE;
	color: #333333;
	padding: 15px;
	margin-bottom: 10px;
}
#orderform div {
	margin-bottom: 10px;
}
#orderform label {
	float: left;
	width: 120px;
}
#foot {
	width: 750px;
	float: left;
	background-color: #6A7C90;
	color: #97A4B3;
	font-size: 11px;
	text-align: center;
	padding: 5px 0;
	word-spacing: 3px;
	margin: 0;
}
#foot a {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
}
#foot a:hover {
	background-color: transparent;
	color: #F2F4F4;
	text-decoration: underline;
}
