/*CSS*/
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	text-align: right;
}
ul.main{
	background-color: #000000;
	list-style-type: none;
	margin-top: 0px;
	z-index: 2;
	padding: 4px;
	clear: both;
}
#logo   ul {
	text-align: left;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
	list-style-type: none;
}
#wrapper {
	overflow: visible;
	height: 1200px;
	background-color: #FFFFFF;
	padding-right: 12px;
	padding-left: 12px;
}
ul.main li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: inline;
	font-weight: bold;
	margin-left: 12px;
	margin-right: 12px;
}
#logo      li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	font-weight: normal;
	line-height: 24px;
	text-indent: 30px;
	color: #333333;
	list-style-type: none;
}

#pagename {
	width: 330px;
	height: 300px;
	overflow: visible;
	position: relative;
	float: left;
}
#main a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#main a:visited {
	color: #666666;
	text-decoration: none;
}
#main a:hover {
	color: #993333;
	}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #993333;
	}
#rightside {
	width: 500px;
	float: right;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}


#logo {
	width: 330px;
	position: relative;
	clear: left;
	float: left;
	text-align: left;
}
body {
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
label {
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
	padding-left: 4px;
	line-height: .8;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
ol {
	list-style-type: none;
}

ol.forminfo li {
	background-color: #B3C9D9;
	margin-bottom: 2px;
}
.thinRule {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

em {
	color: #FF0000;
}
legend {
	font-weight: bold;
	color: #FF0000;
}
#orderPrint {
	width: 48%;
	float: left;
}
#orderWeb {
	float: right;
	width: 48%;
}

}
p {
	margin-bottom: -0.8em;
}
h2 {
	color: #990000;
	margin-bottom: -9px;
	padding: 8px 0 10px 18px;
	font-style: italic;
	background-image: url(images/special_bkg.jpg);
	background-repeat: no-repeat;
	margin-right: 20%;
	background-position: left center;
}

