@charset "utf-8";
/* CSS Document */




/* Set up the page
--------------------------------------------------------*/
html body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  margin-right:auto; 
  margin-left:auto;
  background-color:#FDB945;
  color:#393A3D;
  padding:0;
  }
html body, table, td, th, textarea, input, p, ul, li{
  font:normal 12px Verdana, Arial, Helvetica, sans-serif;
  voice-family: "\"}\"";
  voice-family:inherit;
  margin-right:auto; 
  margin-left:auto;  
  color:#393A3D;
  padding:0;
  }


  
html>body {
  font-size:12px;
  }
  

h1{
	font-weight:bold;
	font-size:150%;
	color:#CF3E2F;
	font-family:Georgia, "Times New Roman", Times, serifs;
	z-index:1;
}

h2{
	font-weight:bold;
	font-size:150%;
	color:#00529C;
	font-family:Georgia, "Times New Roman", Times, serifs;
	z-index:1;
	margin-bottom:0;
}
a:link{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
a:visited{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
a:hover{
	text-decoration:none;
	color:#00529C;
	font-weight:bold;
}
a:active{
	text-decoration:none;
	color:#00529C;
	font-weight:bold;
}
.background{
	  background-color:#FDB945;

}
.list{
	list-style-type:disc;
	margin-left:20px;
}
.red{
	color:#CF3E2F;
	font-weight:bold;
}
.formLeft{
	width:150px;
	float:left;
	font-weight:bold;
}
.formRight{
	float:left;
	clear:right;
}
.hidden{
	display:none;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.bold{
	font-weight:bold;
}
.whitebox{
	border:1px solid #fff;
	padding:5px;
	margin:5px;
}
.orangebox{
	background-color:#FB9646;
	border:2px solid #fff;
	padding:5px;
	margin:5px;
	width:300px;
}
#page{
	display:table;
	width:1000px;
	background-image:url(bk.gif);
	background-repeat:no-repeat;
	background-position:30px 260px;
}
#david{
	width:400px;
	float:left;
}

#nav{
	width:200px;
	margin-top:200px;
}
#nav li{
	background-image:url(button_on.gif);
	background-repeat:no-repeat;
	width:162px;
	padding:14px 5px;
	list-style-type:none;
	margin-bottom:5px;
}

#nav ul li li{
	width:140px;
	background-image:none;
	color:#00529C;
	padding:4px 0 0 4px;
	font-size:85%;
}
#nav ul ul{
	width:140px;
	background-color:#FFDA9F;
	margin-top:14px;
	margin-left:4px;
	margin-bottom:-8px;
	padding-bottom:2px;
}
#nav a:link{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#nav a:visited{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
	font-weight:bold;

}
#nav a:active{
	color:#fff;
	font-weight:bold;
	text-decoration:none;

}
#content{
	margin-top:25px;
	float:left;
	padding-right:20px;
	width:580px;
}
#images img{
	float:left;
	border:1px dotted #fff;
	margin-right:15px;
	padding:5px;
}
input.button{
	background:none;
	background-image:url(button_on.gif);
	background-repeat:no-repeat;
	width:162px;
	height:42px;
	padding:2px 10px;
	color:#fff;
	border:none;
	font-weight:bold;
	text-align:left;

}

.otherbutton{
	background:none;
	background-image:url(button_on.gif);
	background-repeat:no-repeat;
	width:162px;
	height:42px;
	padding:12px 25px;
	color:#fff;
	border:none;
	font-weight:bold;
	text-align:left;

}
hr{
	height:1px;
	border:none;
	background:none;
	border:1px solid #fff;
	
	
	
	
}