html, body {
	height: 100%;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background: #000 url(assets/bgtile.png) left top repeat;
	margin: 0;
}
table.iconlist {
	float: right;
	margin: 0 -10px;
	border-collapse: collapse;
}
td {
	text-align: left;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
a {
	color: #F00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #F55;
}
a:active {
	text-decoration: none;
	color: #333;
}
#container {
	position: relative;
	margin: 0 auto -100px auto;
	background-color: #000;
	border-left: 2px solid #800;
	border-right: 2px solid #800;
	width: 900px;
	min-height: 100%;
}
#leftshadow, #rightshadow {
	position: absolute;
	top: 0px;
	width: 30px;
	height: 100%;
	background: transparent url(assets/shadow.png) repeat-y;
	z-index: -1;
}
#leftshadow {
	left: -30px;
	background-position: 0px 0px;
}
#rightshadow {
	right: -30px;
	background-position: -30px 0px;
}
#side {
	position: absolute;
	left: 910px;
	top: 50px;
}
#header {
	padding: 0 0 10px 0;
	background: transparent url(assets/header_bg.jpg) left top repeat-x;
	text-align: center;
}
#headerimg {
	display: block;
	float: left;
	margin-left: 110px;
	margin-bottom: 10px;
}
#pagediv {
	width: 880px;
	padding: 10px;
	text-align: center;
}
#footer {
	position: relative;
	height: 100px;
	width: 880px;
	margin: 0 auto 0 auto;
	padding: 0 10px 0 10px;
	background: transparent url(assets/footer_new.jpg) center bottom no-repeat;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
}
#footspacer {
	height: 100px;
	width: 600px;
	margin: 0 auto 0 auto;
	padding: 0;
	clear: both;
}
.infooter {
	width: 700px;
	text-align: left;
	vertical-align: middle;
	margin: 0 auto 0 auto;
	border-top: 1px solid #FF0000;
	padding: 6px 40px 6px 40px;
	display: block;
}
img {
	border: none;
}
hr {
	border: none;
	width: 90%;
	height: 1px;
	color: #FF0000;
	background-color:#FF0000;
	margin: 4px auto 4px auto;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0 4px 0;
}
h2 {
	font-size: 10px;
	font-weight: normal;
	margin: inherit;
}
#contactform {
	width: 600px;
	margin: 20px auto 0 auto;
}
form {
	margin: 0;
	padding: 0;
}
form p {
	text-align: left;
}
.rformlabel {
	display: inline-block;
	width: 130px;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.textin {
	border: 1px solid #FF0000;
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	padding: 2px;
	margin: 8px auto 8px auto;
	width: 600px;
}
.textin-grayed {
	color: #993333;
}
#tt {position:absolute; display:block; background:url(assets/tooltips/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(assets/tooltips/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(assets/tooltips/tt_bottom.gif) top right no-repeat; overflow:hidden}

#dl_multi_floats div {
	clear: both;
	position: relative;
}

#dl_multi_floats div p, #dl_multi_floats div h2 {
	float: left;
	line-height: 16px;
	margin: 0 10px 0 0;
}

.app_table {
	width: 800px;
	margin: 0 auto 10px auto;
}

.app_table td {
	padding: 5px 10px;
	width: 50%;
}


