	body {
	  background-color: white;
	  margin: 0px 10px 10px 5px;
	  min-width: 800px; 
	  text-align: center;
	}
	/* In which the main content goes */
	#wrapper {
  width: 800px;
  background-color: white;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  /*border-top: 1px solid black;*/
  /*border-left: 1px solid black;*/
 /* border-right: 1px solid black;*/
}
	
	/* The fonts, headers and text */
	
	/* The header */
	  #wrap {
      width: 760px;
      margin: 0px;
      padding: 20px;
      /* background-color: #79BAEC;*/
      background-image: url('header3.jpg') ; 
      color:black;
      min-height=140px;}
      
      /* The footer */
      #footer{
      width: 780px;
      margin: 0px;
      padding: 1px;
      text-align: center;
      background-color: #3B9C9C;
      font-family: Arial, sans-serif;
    /*    border-top: 1px solid black;*/
 /* border-bottom: 1px solid black;*/
  color:white
 
      }
	
	p{
		/*font: italic regular 15px arial, sans-serif;*/
		 font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
		text-align: left;
		padding: 0px;
	}
	
	h1{
	font-family: Verdana, Arial, sans-serif;
    font-size: 26px;
    font-weight: bold;
	}
	
	h2{
	font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
		text-align: left;
	
	}
	
		h3{
	font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
		text-align: left;
	
	}
	
		h4{
	font-family: Arial, sans-serif;
  
	
	}
	
	#picture {
		display:inline-block;
		text-align:center;
		margin:auto;
		width: 300px;
	}
	.floatstop {
		clear:both;
	}
	
/* Menu list */
	
	ul#list-nav {
	
list-style:none;
margin:0px;
padding:0px;
width:100%
}

ul#list-nav li {
display:inline
}

ul#list-nav li a {

text-decoration:none;
padding:5px 5px;
width:103px;
background:#3B9C9C;
color:#eee;
float:left;
text-align:center;
border-left:1px solid #fff;
font-family: Arial, sans-serif;
}
/* Applies only to first element in menu */
ul#list-nav li:first-child a {
	border-left: 1px solid #3B9C9C; }
	
	/* Applies only to first element in menu */
ul#list-nav li:last-child a {
	border-right: 1px solid #3B9C9C; }
	
ul#list-nav li a:hover {
background:#6AFB92;
color:#000
}



/* Defining the columns */


	#column1 {
		float:left;
		width: 600px;
	}

	#column2 {
		float:right;
		width: 500px;
	}

	#column3 {
		float:left;
		width: 450px;
	}
	
	#table1{
	float:right;
	width:150px;
	background-color: AliceBlue; 
	line-height: 2;
	}
	
	#table2{
	float:right;
	width:200px;
	background-color: AliceBlue; 
	line-height: 1.4;
	font-family: Arial, sans-serif;
	 font-size: 13px;

	}
	
	#bullet_list{
	font-family: Arial, sans-serif;
	}