body {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
  background: url(images/blue_band_fade_3.jpg) repeat-y;
  margin:0px;
  width:100%;
  border:#3ADDFF 0.1px solid; /* margin, width and border needed to remove white band round the edge */
}

#page_container{
	margin-left: auto;
	margin-right: auto;
	width:100%;
}

#page_image { /* the background to the page */
width:100%;
}

/* EVERYTHING TO DO WITH THE HEADER DIV  */
/* ======================================*/

#head_container{
	width:100%;
}

/* h1 and h2 used in the header, h3 and h4 in the content - se bottom of file */
h1 {
  font-family: "Lucida sans Unicode",Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:2.3em;
  font-weight: 100;
	margin: 20px 2% 0px 22.5%;
	width:60%;
  text-decoration: none;
}
h2 {
	font-size:1.6em;
	margin:10px 0 5px 22.5%;
  font-weight: 100;
	width:60%;
  text-decoration: none;
} 

/* The sadfas logo */
#logo{  
	margin: 8px 2% 20px 2%;
	padding:1px;
	width:11%;
	float:left;
}

#page_title_band{ /* The thin band within the header.  */
	margin-left:22.5%;
	margin-top:0px;
	height:1px;
	background:url(images/gold_band_fade_3.jpg) repeat-y;
	width:76%;
}

#band_container{  /* The band below the header */
	height: 10px;
	width:98%;
	margin-left:1%;
	background: url(images/gold_band_fade_3.jpg) repeat-y;
  clear:both;
}

#head_container a {
margin-left:7.5%;text-decoration:none;color:#666;


}
/* EVERYTHING TO DO WITH THE MENU DIV */
/* ======================================*/

#menu_container{
  float:left;
  width: 18%;
  margin-top:15px;
  margin-left:1%;
  margin-right:1%;
}

#menu_container ul  {
	padding-left:0;
	margin-left:0;
}

#menu_container li {
	margin-left:1%;
	margin-top:0em;
	padding-bottom:0;
	width:90%;
	list-style-type: none;
	list-style-position: outside;
	border:1px #5E9EB7 solid;
	display:block;
}

#menu_container a { 
	margin-left: 0;
	display: block;
	text-align: left;
	font-size: 0.85em;
	text-decoration: none;
	padding-left: 0.3em;
	padding-bottom: 0.2em;
	padding-right: 0.1em;
	padding-top: 0;
}
#menu_container a:link {
	color:black;
	background-color: transparent;
}
#menu_container a:visited{
	color:#333;
	background-color: #afafaf;
}

#menu_container a:focus{
	color:black;
	background-color: transparent;
}

#menu_container a:hover{
	color:white;
	background-color: #5E9EB7;
}

#menu_container a:active {
	color:red;
	background-color: white;
}

#current_page {
  background:url(images/menu_pointer.gif) no-repeat right;
}

#nadfas_logo {
  margin-left:15%;
  width:93px;
  margin-bottom:2em;
  }

#nadfas_logo img {
  width:100%;
  border:thin solid #FFE03A;
}

/* EVERYTHING TO DO WITH THE CONTENT DIV */
/* ======================================*/
#content_container{
  float:left;
  background-color: #FFFAE1;
  width:79%;
  padding-top:15px;

}

#content_container p {
  margin-left:3%;
  margin-right:3%;
}

h3 , h4 {
  margin-left:3%;
  margin-right:3%;
  font-weight:bold;
   }

h3 {
  font-size:1.2em;
  }

h4 {
  font-size:1.1em;
  color:#333;
  margin-top:2em;
 }

#content_container em {
  	text-decoration: none;
  	color: #333;
  	font-weight:  600;
font-style:normal;
  }

div .linespace p , h4 {  /*  small spaces below paras for event details */
  	margin-bottom: -0.8em;
  }

#content_container li {
  list-style: disc outside;
}

#content_container .image_right, #content_container .image_right_portrait {
  float:right;
  margin-right:2%;
  margin-left:2%;
  margin-bottom:10px;
margin-top:-1em;
}

#content_container .image_right {
  width:250px;
}

#content_container .image_right_portrait {
  width:180px;
}


#content_container img {
  width:100%;
  border:1px solid #999;

}

#content_container a {
  text-decoration:none;
	color:#00d;
  }
	
#content_container a:hover {
	background: #eee;
	text-decoration: underline;
}

.top_of_page{
  font-size:0.8em;
  margin-left:3%;
  padding-left:1em;
  background:url(images/top_icon_1.gif) no-repeat left;
}

.caption {
  font-size:0.75em;
  margin-top:3px;
  margin-bottom:10px;
}
#content_container td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-bottom:0.25em;
}


#disclaimer {
  font-size:0.8em;
  font-style: italic;
  color:#333;
  margin-left:3%;
  margin-right:3%;}
