body, html { 
	background-color:#000;
	font: normal 10pt/140% "Trebuchet MS", Verdana, Tahoma, sans-serif;
	color:#fff;
	margin:0 auto 0 auto;
	padding:0;
}

acronym {
	cursor:help;
}

a {
	display:inline;
	color:#f68d14;
	text-decoration:none;
	border:none;
	font-size: 10pt;
	font-weight:normal;
	font-style:normal;
	margin:0;
	background:none;
}

a:link, a:visited {
	background:none;
}

a:hover {
	background:none;
	text-decoration:underline;
}

h1 {
	color: #f68d14;
	text-decoration:none;
	font-size:11pt;
	font-family:Tahoma, Verdana;
	margin:0;
	background:none;
	font-weight:normal;
}

h2 {
	color:#f68d14;
	text-decoration:none;
	font-size:10pt;
	margin:0;
	background:none;	
}


/* Header Section */

#header {
	position:relative;
	width:800px;
	height:110px;
	margin:0 auto 0 auto;
	padding:0;
	background:url(../images/top.jpg) no-repeat bottom left;
	text-align:right;
	color:#f68d14;
}

#header-padding {
	position:relative;
	width:800px;
	height:18px;
	margin:0 auto 0 auto;
	padding:0;
	background:none;
	background-color:#000;
}

#header-padding-left {
	position:relative;
	float:left;
	width:180px;
	height:18px;
	margin:0;
	padding:0;
	background:url(../images/l_padding.jpg) no-repeat left top;
}

#header-padding-center {
	position:relative;
	float:left;
	width:380px;
	height:18px;
	margin:0;
	padding:0;
	background:url(../images/c_padding_old.jpg) no-repeat left top;
}

#header-padding-right {
	position:relative;
	float:left;
	width:240px;
	height:18px;
	margin:0;
	padding:0;
	background:url(../images/r_padding_old.jpg) no-repeat left top;
}

#center {
	position:relative;
	width:800px;
	height:auto;
	margin:0 auto 0 auto;
	background-color:#222;

	/* Mozilla/Opera hack, if missing margin is between */	
	padding:0;
}

#menu {
	position:relative;
	float:left;
	width:180px;
	height:auto;
	margin:0;
	padding:0;
}

.menu-image {
	display:block;
	border:0; 
	width:180px; 
	height:26px;
	margin:0;
	padding:0;
}

#content {
	position:relative;
	float:left;
	width:620px !important;
	height:auto;
	background:url(../images/content-background.jpg) no-repeat 0px 158px;
	background-color:#444;
}

#content-top-center {
	position:relative;
	float:left;
	width:620px !important;
	height:156px;
	background:url(../images/center_img_old.jpg) bottom left;
}

#content-middle {
	position:relative;
	clear:both;
	width:580px !important;
	padding:20px 10px 20px 20px;
	height:auto;
}

#footer {
	position:relative;
	clear:both;
	width:800px;
	height:20px;
	background-color:#000;
	text-align:right;
	font-size:8pt;
	color:#444;
}

#footer a {
	font-size:8pt;
}

/* Form stuff */

.inparray {
	border: 1px solid #f68d14;
	background-color: #ffffe3;
	font-family: Verdana, Arial, sans-serif;
	color: #4c4840;
	font-size: 11pt;
	width: 16em;
	height: 1.5em;
}

.inpselect {
	background-color: #ffffe3;
	border: 1px solid #f68d14;
	font-family:Verdana, Arial, sans-serif;
	color: #4c4840;
	font-size: 9pt;
	width: 12em;
	height: 16px;
}

.sendbtn {
	border: 1px solid #f68d14;
	background-color: #444;
	font-family:Verdana, Arial, sans-serif;
	color: #f68d14;
	font-size: 11pt;
	width: 7em;
	height: 1.7em;
}

