@charset "utf-8";
/* CSS Document */



body {
	font-family: 'Arial', 'Helvetica', 'sans-serif';
	font-size:80%;
	margin: 0em;
	height: 100%;
	text-align:center;
	border: 0em solid #dddddd;
	/* background-color:#F4F4F4;*/
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url('../../../site/templates/images/background.gif');	  
}


div {
  text-align: left;
  
}


a {
	  font-weight: bold;
	  color: #604C2D;
}


h1,h2,h3 {
	margin: 0em;
	padding: 0em;
}

table {
	border-collapse: collapse;
	border: 0em solid #dddddd;
}


#container {
	top:1.5em;
	position:relative;
	padding:0em 0.4em;
	width:77em;
	margin:0 auto;
	min-height:60em;
	overflow: hidden;
	border: 0em #DDDDDD solid;
	background-color: #FFF;
	background-position: bottom left;
	background-repeat: repeat-x;
 	background-image: url('../../../site/templates/images/container_background.gif');

}




div.head {
	position:relative;
	  height: 18em;
	  width:76.8em;
	  margin-top: 0.3em;
	  overflow: hidden;
	  /*background-color: #FFF;
	  background-repeat: repeat-x;*/
	  border: 0em solid #dddddd;
	/*background-image: url('../../templates/images/Banner-o.jpg');  */
}

div.logo {
	position:relative;
	  height: 18em;
	  width:76.8em;
	  overflow: hidden;
	  background-color: #FFF;
	  background-repeat: repeat-x;
	  border: 0em solid #dddddd;
	
	}

div.gray {
	height: 2em;
	width:76.7em;
	background-image: url('../../templates/images/gray_background.gif');
	border-bottom: 0em solid #dddddd;
	}

#menu {
	margin-top:0.1em;
	width:76.8em;
	height: 3.2em;
 	border: 0em #000 solid;
	margin-left: 0em;
	background-repeat: repeat-x;
/*	background-image: url('../../templates/images/menu_background.gif');*/
	
}


#content {
  width:76.8em;
  margin-top:0.1em;
  padding-bottom:5em;   /* Height of the footer */
  background-color: #FFF;
  border: 0em #DDDDDD solid;
  min-height:35em;
  
}



#footer {
width:76.8em;
height:2.4em;	
margin-top: 0.2em;
border: 0em #000 solid;
background-color: #FFF;
background-image: url('../../templates/images/gray_background.gif');
}


