/* Normalizes margin, padding */
body, ul, li, h3, p { margin : 0; padding : 0; }

/* Removes list-style from lists */
ol { list-style : none; }

/* Removes border from fieldset and img */
img { border : 0; }

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a:link {
	color: #E29515;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FFCC33;
}
a:active {
	text-decoration: none;
}
p {
	margin-left: 1em;
}
h1 {
	font-size: 3em;
	margin-bottom: -2px;
	text-indent:-2000px;
}
h2 {
	font-size: 2em;
	margin-bottom: 2px;
	color: #E29515;
}
h3 {
	font-size: 1.5em;
	margin-bottom: -10px;
	color: #FFFFFF;
}
h4 { font-size: 1.2em; 
	margin-bottom: -10px;
}
h5 { font-size: 1.2em; }

/* List and menu styles */
ol { list-style: none;
	 padding-top: 50px; 
}
	
#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	display: block;
}

#header {
	width: 800px;
}
/* Navigation Styles */
#nav {
	font-size:1.3em;
	width: 190px;
	position: absolute;
	z-index: 2;
	top: 305px;
	right: 130px;
}
#nav a {
	color: #FFFFFF;
	padding-left: 20px;
	line-height: 1.5em;
	}
#nav a:hover {
	color:#FFCC00;
	background-image: url(media/arrowbullet.gif);
	background-repeat: no-repeat;
}
#nav2 {
	font-size:1.2em;
	width: 180px;
	position: absolute;
	z-index: 2;
	top: -45px;
	right: 75px;
}
#nav2 a {
	color: #FFFFFF;
	padding-left: 20px;
	line-height: 1.5em;
	}
#nav2 a:hover {
	color:#FFCC00;
	background-image: url(media/arrowbullet.gif);
	background-repeat: no-repeat;
}
/* Foot styles */
#footer {
	width: 800px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#footer ol {
	margin: 0px;
	padding: 0px;
}

#footer ol li {
	display: inline;
	margin: 8px;
	color: #999999;
}

/* Form Styles */
input {
	background-color: #CCCCCC;
}

textarea {
	background-color: #CCCCCC;
}
label {
	font-size: .9em;
	text-align: right;
}
.forminputk {
	background-color: #000000;
}
.tdright {
	text-align: right;
	vertical-align: top;
	}
.tdleft {
	text-align: left;
}
.bitype {
	font-style: italic;
	font-weight: bold;
}
div.smallblockbg {
	background-attachment: fixed;
	background-image: url(media/smallblock_bgrun.jpg);
	background-repeat: no-repeat;
}
