html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 76%;
	color: #666;
	height: 100%;
	background: #CCC url(img/bg.jpg) repeat-y top center;
	}
a { text-decoration: none; color: #11A0CF; font-size: 1em; padding: 1px 2px; }
a:hover { color: #11A0CF; text-decoration: underline; }
acronym { border-bottom: 1px dotted #cc0000; cursor: help; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
	}	
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	
#header { 
	background: url(img/header_top.gif) no-repeat 100% 5px; 
	width: 750px; 
	margin: 0 auto;	
	padding: 0;
	
	}
#header div { 
	background: url(img/header_botm.jpg) no-repeat 0px 70px; 
	text-align: left;
	padding: 45px 0 200px 20px;
	}	
#header h1 {
	margin: 0; 
	clear: both;
	padding: 43px 0 0 40px;	
	font-size: 4em;	
	}
#header h1 a { 
	padding: 0;
	font-family: Century Gothic, sans-serif;
	font-weight: normal;	
	background-color: transparent;
	color: #f90
	}	
#header h1 a:hover { background-color: transparent; }	
* html #header h1 { padding-top: 23px; }	

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header div ul {
	margin: 0 40px;
	padding: 0;	
	}
#header div li { 
	display: inline;
	list-style-type: none;
	margin: 0 5px;
	font-size: 1.2em;
	display: block;
	background: #333;
	width: 114px;
	height: 25px;
	float: left;
	text-align: center;
	}	
#header div li a { 
	display: block; 
	width: 114px;
	color: #f90;
	padding-top: 7px;
	}		
#header div li a.on,
#header div li a:hover { display: block; 
	width: 114px;
	color: #FFF;
	padding-top: 7px; 
      text-decoration: none;}

#spacer {
      height: 25px;
      width: 750px;
      padding: 0;
      margin: 0;
}

#content {
      position: relative;
      top: 50px;
	width: 700px;
	margin: 0 auto;

	}
* html #content { padding-bottom: 60px; }	
#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content h2 { 
	font-size: 20px;
	color: #333;
	font-weight: normal;
	font-size: 1.8em;	
	margin: 0 0 20px 0;
	clear: both;
	}	
#content h2 em { 
	color: #f90; 
	font-style: normal;
	}
#content p {
	line-height: 1.3em;
		
	}	
	
#content ul {
	margin: 20px 0;
	padding: 0 0 0 10px;
	}	
#content li {
	list-style-type: none;
	background: url(img/bullet.gif) no-repeat 0px 8px;
	padding: 0 0 0 25px;
	line-height: 2em;	
	}	
#content blockquote { 
	background-color: #FFFFF0; 
	margin: 20px 0; 
	padding: 10px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
#content blockquote p { margin: 0; text-indent: 0; }

.onnext {
      border: 1px solid #CCC;
}

.next {
      border-top: 1px solid #CCC;
      padding: 3px;
      background: #f0eded;
      color: #666;
}

.contactinput {
      width: 390px;
      font-family: Tahoma, sans-serif;
	font-size: 100%;
	color: #666;
	padding: 2px;
}

.admintitle {
      width: 70px;
      padding: 2px;
}

.admincamptitle {
      width: 70px;
      font-family: Tahoma, sans-serif;
	font-size: 100%;
	color: #666;
	padding: 2px;
}

.admininput {
      width: 300px;
      font-family: Tahoma, sans-serif;
	font-size: 100%;
	color: #666;
	padding: 2px;
}

.adminselect {
      width: 90px;
      font-family: Tahoma, sans-serif;
	font-size: 100%;
	color: #666;
	padding: 2px;
}

.tablenotice {
  width: 400px;
  font: 11px verdana ,arial, sans-serif;
}

.daystart {
      width: 170px;
      text-align: center;
      color: #666;
      font: 700 1.1em arial, sans-serif;
      border-bottom: 1px solid #e4e3e3;
      border-left: 1px solid #e4e3e3;
      border-top: 1px solid #e4e3e3;
      padding: 3px;
      background: #f0eded;
}


.title {
      color: #666;
      border: 1px solid #e4e3e3;
      font: 700 1.1em arial, sans-serif;
      padding: 3px 3px 3px 10px;
      background: #f0eded;
      width: 230px;
}


.notice {
      padding:10px;
      padding-bottom: 15px;
      border-left: 1px solid #e4e3e3; 
      border-bottom: 1px solid #e4e3e3;
      border-right: 1px solid #e4e3e3;
}

#right {
	float: right;
	width: 400px;
	text-align: left;
	padding-right: 35px;
	padding-left:10px;
	padding-bottom: 80px;
	}


#left {
	float: left;
	width: 180px;	
	text-align: left;	
      padding-left: 10px;
      padding-bottom: 70px;
	}
	
#left h2 { 
      font-size: 20px;
	color: #333;
	font-weight: normal;
	font-size: 1.8em;
	height: 100%;	
      margin: 0 0 5px 0;
      clear: both;
}
		
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {	
	width: 100% !important;
	z-index: 500 !important;
	position: relative;	
	padding: 10px 0;	
	background-color: #333;		
	color: #999;	
	font-size: 11px;
	border-top: 3px solid #ccc;
	}	
#footer p { margin: 0 10px; text-align: center; }
#footer a { color: #f90; text-decoration: none;}	
#footer a:hover { color: #f90; text-decoration: underline;}

#behindheader {	
	position: absolute;
	top: 91px;
	left: 0px;
	width: 100%;
	height: 100px;
	background-color: #333;		
	color: #999;	
	font-size: 11px;
	border-top: 4px solid #CCC;
	border-bottom: 4px solid #CCC;
	}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #777;
  background: #FFF;
  border: 1px solid #CCC;
  width: 170px;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #FC3307;
  border-width: 1px;
  border-style: solid;
  border-color: #FF7800 #691300 #691300 #FF7800;
  width: 170px;
}

.linkbutton {
  padding: 4px 3px;
  display: block;
  font: 400 0.9em verdana, serif;
  cursor: pointer;
  text-align: center;
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
  width: 68px;
}

.linkbutton2 {
  padding: 4px 3px;
  display: block;
  font: 400 0.9em verdana, serif;
  cursor: pointer;
  text-align: center;
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
  width: 390px;
}

.linkbutton3 {
      padding: 2px 5px;

      font: 400 0.9em verdana, serif;
      cursor: pointer;
      
      color: #fff;
      background: #FC3307;
      border-width: 1px;
      border-style: solid;
      border-color: #FF7800 #691300 #691300 #FF7800;
      width: 170px;
}


.linkbutton2 a { text-decoration: none; color: #11A0CF; font-size: 1em; padding: 1px 2px; }
.linkbutton2 a:hover { color: #11A0CF; text-decoration: underline; }
