html {
	height: 100%;
}

body {
	color: white;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	height: 100%;
}

textarea {
	font-family: Arial, sans-serif;
	font-size: 12px; 
}

a:link,
a:visited,
a:active { color: #ff8400; text-decoration: none; }
a:hover { color: white; text-decoration: none; }


form, p { margin: 0px; padding: 0px; }
img { border: 0px; }

input {

	width:120px;

}

input, textarea, select
{
	background-color:#191919;
	border: 1px solid #4c4c4c;
	color:#FFFFFF;
	
}
#contents_table {
	position: relative;
	left: 50%;
	margin-left: -491px;
	border-left: 1px solid #ff8400;
	border-right: 1px solid #ff8400;
	width: 980px;
	min-height: 100%;
}

#top_spacer {
	height: 175px;
}

.nav_button {
	margin-bottom: 8px;
}

h1 {
	font-family: HelveticaNeue-Bold;
	font-size: 15px;
	color: #ff8400;
}

.orange {	
	color: #ff8400;
}
.ikdoemee {
	color: #ff8400;
	text-align: left;
}
.submit {
	background-color: #353535;
	font-weight: bold;
	cursor: pointer;
	color: #ff8400;
	font-size: 12px;
	width: 123px;
}
.fileupload {
	background-color: #191919;
	font-weight: bold;
	cursor: pointer;
	color: #ff8400;
	font-size: 12px;
	width: 263px;

}
.separator_line {
	border-bottom: 1px solid #474747;
	height: 20px;
	width: 95%;
}
      #slideshow { position: relative; width: 100px; height: 100px; }
      #slideshow div { position: absolute; left: 0; top: 0; height:150px; background:black;width:60px;width:153px;}

.logos {
	padding:50px 0;
}
	  
.logos img {
	vertical-align:middle;
	padding:20px 15px;
}