html {
	min-width: 600px;
}
body, div, td, th, h1, h2, h3, h4 {
	voice-family: inherit;
	color: #000;
	font: small verdana, sans-serif;
}
.clearhack {
	display: inline;
}
body {
	background: #a4a4a4 url(bg4.jpg);
	color: #000;
	padding: 20px;
	margin: 0;
}
a {
	color: #00C;
}
a:visited {
	color: #939;
}
a:hover {
	color: #000;
	display: inline;
	background: #c0c0c0/*#FFDF00*/;
}
a:active {
	color: #000;
}
p {
	line-height: 140%;
}
h1, h2 {
	font-family: trebuchet ms;
	font-weight: bold;
	color: #000;
}
p.company {
	margin: 0;
	color: #000;
	font: bold 200% trebuchet ms;
}
h1, h2 a {
	text-decoration: none;
	color: #333;
}
h1, h2 a:hover {
	border-bottom: 1px dotted #666;
	color: #000;
}
h1, h2 {
	font-size: 140%;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
	margin: 0;
}
p.note {
	background: #FFF3B3;
	padding: 4px;
	margin-top: 0;
	border: 1px solid #FFF;
	color: #000;
	font: 100%/130% tahoma;
}
p.copyright {
	font-size: 80%;
	text-align: center;
}
p.footer {
	text-align: center;
}
#border {
	border: 12px solid #000;
	padding: 12px;
	background: #FFF;
}
img.left {
	float: left;
	padding: 10px 15px;
}
img.right {
	float: right;
	padding: 5px 15px 15px;
}

img.inline {
	padding: 5px ;
}

#right {
	margin-left: 140px;
}
#main {
	border: 3px solid #800000/*#FFDF00*/;
	clear: both;
	background: #800000/*#FFDF00*/;
	padding-top: 2em;
}
#contents {
	padding: 1.5em;
	background: #FFF;
	min-height: 200px;
}
#header {
	position: relative;
	width: 45em;
	height: 3em;
}
#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 45em;
}
#header ul#primary li {
	display: inline;
	list-style: none;
}
#header ul#primary a, #header ul#primary span, #header ul#primary a.current {
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	text-decoration: none;
	color: #333;
	font: 85% tahoma, verdana, sans-serif;
}
#header ul#primary span, #header ul#primary a.current, #header ul#primary a.current:hover {
	border: 1px solid #990033;/*#fabb3c*//*#FFDF00;*/
	border-bottom: none;
	background: #800000/*#FFDF00*/;
	padding-bottom: 6px;
	margin-top: 0;
	color: #FFFFFF;
}
#header ul#primary a {
	background: #c0c0c0;
	border: 1px solid #AAA;
	border-bottom: none;
}
#header ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #999999;
	padding-bottom: 5px;
	color:#FFFFFF;
}
fieldset input {
	float: right;
	width: 48%;
	border: 1px solid #A4A4A4;
}
fieldset input:hover {
	border-color: #000;
}
fieldset input:active, input:focus {
	border-color: #000;
	background: #FFF3B3;
}
fieldset textarea {
	float: right;
	width: 48%;
	border: 1px solid #A4A4A4;
}
fieldset textarea:hover {
	border-color: #000;
	background: #FFF3B3;
}
fieldset textarea:active, input:focus {
	border-color: #000;
	background: #FFF3B3;
}
label, label span {
	display: block;
	padding-bottom: .25em;
}
label {
	float: left;
	width: 100%;
}
label span {
	float: left;
	width: 50%;
	text-align: right;
}
fieldset {
	background: url(fieldset.gif) repeat-x;
	margin-bottom: 10px;
	padding: 20px;
	border: 1px solid #800000/*#FFDF00*/;
	overflow: hidden;
}
form div {
	margin-bottom: 20px;
	padding: 10px 20px;
	border: 1px solid #800000/*#FFDF00*/;
	text-align: center;
}
fieldset:hover {
	border-color: #A4A4A4;
}
form div input {
	padding: 0 .25em;
	border: 1px solid #000;
	border-top-color: #CCC;
	border-right-color:#CCC;
	font: bold 110% Tahoma, Verdana, Arial, sans-serif;
	color: #000;
	text-transform: uppercase;
	background: #c0c0c0/*#FFDF00*/;
}
form div input:hover {
	background: #FFF3B3;
	border: 1px solid #CCC;
	border-top-color: #000;
	border-right-color:#000;
}
.off-left {
	position: absolute;
	left: -999px;
	width: 990px;
}