html {
	height: 100%;
	width: 100%;
}
body {
	background: #000000;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	color: #FFFFFF;
	font-family: Tahoma, Helvetica, sans-serif;
}


#banner, #nav, #header, #content, #footer, #sub_footer {
	width: 750px;
}


#banner {
	background: #666666 url(images/banner_bg.jpg) repeat-x;
	height: 100px;
	vertical-align: bottom;
	text-align: left;
}
#logo {
	position: absolute;
	bottom: 0;
	right: 0;
}
#pagetitle {
	position: absolute;
	bottom: 0;
	left: 0;
}


#nav, #nav li {
	margin: 0;
	padding: 0;
	height: 25px;
	list-style: none;
	overflow: hidden; /* to satisfy IE */
}
#nav {
	background: #FFAC08 url(images/nav_grad-yellow.gif) repeat-x;
	color: #000000;
}
#nav li {
	display: inline;
}
#nav a {
	padding: 0 7px;
	border-right: 1px solid #DB8800;
	border-left: 1px solid #FEAB07;
	display: table-cell; /* to satisfy Firefox */
}
#nav a:hover {
	background: #404040 url(images/nav_grad-highlight.gif) repeat-x center top;
}
#nav img {
	border: none;
}
#header {
	height: 200px;
	background: #1A1A1A;
}
#content {
	padding: 20px 0px;
	background: url(images/content_grad-black.gif) repeat-x;
	text-align: left;
	vertical-align: top;
	font-size: 10pt;
}
#content a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #FBA804;
}

#footer {
	background: #666666 url(images/footer_grad-gray.gif) repeat-x;
	height: 25px;
	text-align:right;
	padding-right:5px;
	font-size:12px;
	line-height:25px;
}
#footer a {
	color:#FFAC03;
	}
#sub_footer {
	text-align: left;
	font-size: 10px;
	color: #999999;
	margin: 5px 0px 20px;
}
.hidden {
	display: none;
}
.image_left {
	float:left;
	margin:0 10px 10px 0;
}
.image_right {
	float:right;
	margin:0 0 10px 10px;
	clear: right;
}
h1, h2, h3, h4, h5, p {
	margin-right: 10px;
	margin-left: 10px;
}h1 {
	font-size: 16pt;
}
h2 {
	font-size: 14pt;
	color: #FEAB07;
	margin-bottom: 0px;
}
h3 {
	font-size: 10pt;
	color: #DA8700;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.tool-line_right {
	border-right: 1px solid #9F6400;
}
.tool-line_topright {
	border-right: 1px solid #9F6400;
	border-top: 1px solid #9F6400;
}
.tool-line_bottomright {
	border-right: 1px solid #9F6400;
	border-bottom: 1px solid #9F6400;
}
.tool-line_top {
	border-top: 1px solid #9F6400;
}
.tool-line_bottom {
	border-bottom: 1px solid #9F6400;
}
.gray_with_outline {
	background: #111111;
	border: 1px solid #9F6400;
	padding-top: 155px;
	position: relative;
	margin: 5px;
}
.orange {
	color: #FFAC03;
}