/** ------------------------------------------------------ **/
/** ------------------- 1 column layout -------------------- **/
body {
	background-image:url(../images/back.jpg);
	color: #7F7261;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0px;
	text-align: center;
}

#wrap{
	clear: both;
	background-color: #FFFFFF;
	border: 6px #FFFFFF solid;
	border-bottom: 0px;
	margin: 0 auto;
	text-align: left;
	width: 788px;
}
* html #wrap {  /* This is the Tan hack */
	width: 800px; 
	w\idth: 788px; 
	}

#header{
	position: relative;	
}

#centerc{
	display: inline;
	float:left;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	width:788px;
}

#foot{
	background-color:#8E8170;
	clear: both;
	height: 50px;
	margin-top: 10px;
}

/** ------------------------------------------------------ **/
/** ------------------- skip navigation ------------------- **/

#skip-navigation p{
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}

/** ------------------------------------------------------ **/
/** ------------------- header --------------------------- **/

#header_graphic{
	font-size: 2em;
}
#header_graphic div{
	float: left;
}
	
#header_graphic img{
	display: block;
}

#navigation{
	background-color:#DAD7D0;
	float: left;
	margin-bottom: 6px;
	width: 788px;
}

/** ------------------------------------------------------ **/
/** -------------------navigation ------------------------ **/

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	display: inline;
	padding: 0;
	margin: 0px; 
}
#navigation ul li a, #navigation ul li a:visited {	
	color: #000000;
	display: block;
	float: left;
	font-family:"Times New Roman", Times, serif 
	font-size:16pt;
	font-weight: normal;   
	padding-bottom: 7px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 7px;
	text-decoration: none;
}
#navigation ul li a:hover, #navigation ul li a:active {
	background-color:#8E8170;
	color: #FFFFFF;	
}

/** ------------------------------------------------------ **/
/** ------------------- footer --------------------------- **/
#footercenter
{	
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.8em;
	line-height: 1.3em;
	text-align:center;
    width: 788px;
}
#footercenter a
{		
	color: #FFFFFF;
	text-decoration: none;
}
#footercenter a:hover, #footercenter a:active, #footercenter a:focus
{	
    color: #FFFFFF;
	text-decoration:underline;
}


#validated {
	clear:both;
	padding-top:5px;	
}

/** ------------------------------------------------------ **/
/** ------------------- HTML elements -------------------- **/

caption {
	font-weight: normal;
	text-align: left;	
}
th {
	font-weight: bold;
	text-align: left;	
}
pre {
	font-size: 0.8em;
	background-color: #CCCCCC;
	padding: 10px;
}

dl {
}
dt {
	font-weight:bold;
	float: left;
	width: 10em;
}
dd {
	margin-left: 10em;
}

hr {
	background-color: #666666;
	color: #666666;
	height: 1px;
}
  
.clearboth {
	clear:both;
}
  

