/* CSS Document */



/* ===================== main elements ===================== */

body {
	margin: 0px;
	background-color: #ffffff;
  	
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

/* ===================== specific divs ===================== */

#holder {
	
	height: 580px;
	width: 100%;
	background-color: #ffffff;
	margin: 50px 0 0 0;
}

#navagation {
	height: 30px;
	width: 1000px;
	position: relative;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom: solid #ffffff 15px;
    font-weight: bold;
	text-align: left;			
}

#content {
	height: 530px;
	width: auto;
	text-align: left;
	position: relative;
	float:left;
}

/* ===================== classes ===================== */



.tabletop {
background-color: #42200a;
position: absolute;

}
.tabletopunder {
background-color: #42200a;
height: 65px;

}

.tablemiddle {
background-color: #000000;

}

.tablebottom {
background-color: #b85200;
background-position: 

}

.tablespace {
padding: 4px 4px 4px 0px;
background-color: #000000;

}


a.navagation:active {
  color: white;
  text-decoration: none;

  
 
  
}


a.navagation:link{
  color: #ffffff;
  text-decoration: none;
  
 
 
  
}

a.navagation:visited {
  color: white;
  padding: 0  0 0 10px;
  text-decoration: none;
  
   
}

a.navagation:hover { 
  color:#000000;
  text-decoration: none;
  
 
}



.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 0 0 10px 20px;
}

.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FE860C;
	padding: 0 0 10px 20px;
}

.orangetxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FE860C;
	
}

.shadow{
	width: 100%;
	height: 10px;
	background-color: #42200a;
	background-image: url(images/shadow_top.jpg);
	background-repeat: repeat-x;
	
}
.shadowbot{
	width: 100%;
	background-color: #ffffff;
	background-image: url(images/shadow_bot.jpg);
	background-repeat: repeat-x;
	
}

