html, body{
	
			padding-top: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
			background-attachment: fixed; 	
			background:  url(images/lightblue3.jpg)}
 
#wrap {
		width:800px;
		margin:0 auto;
		background:;
		border:1px solid #000000;
		padding: 10px;

}

#header {	
			width: 800px;
			height:120px;
			margin-left:0px;
			margin-right:0px;
			background: url(images/newblueheader.jpg);
		}
		
#textLogo {
	width: 780px;
	background-color:;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
	
	}	
#navbar {overflow:auto
		width: 800px;
		height:30px;
		
		
		padding-top: 20px;
		background: ;
		list-style-type: none;
	}

#navbar a{
	
	
	padding-right: 20px;
	background: ;
}	

a:link {text-decoration: none; color: #000000;}/* this changes what the object does when touched by the cusor*/
a:visited {text-decoration: none; color: #000000;}
a:active {text-decoration: none; color: #000000;}
a:hover {text-decoration: underline; color: #ffffff;}

#leftcol{  	overflow:auto
			
			background: ;
			list-style-type: none;
			padding-left: 20px;
			padding-top: 80px;
			width:200px;
			height: auto;
			float: left;
			/*border-right:1px solid black;*/
			
 } 
}

#rightcol{
			float:right;
			width:450px;
			background:;
			
			height: auto;
			color: black;
			font-size: 4;
}

#leftcol a{ padding-top: 15px;
	
	padding-right: 30px;
	background: ;
	color: red;
	}

a:link {text-decoration: none; color: #000000;}/* this changes what the object does when touched by the cusor*/
a:visited {text-decoration: none; color: #000000;}
a:active {text-decoration: none; color: #000000;}
a:hover {text-decoration: underline; color: #ffffff;}


	
#footer {	margin-left: auto;
		margin-right: auto;
			clear:both;
			padding-top:20px;
			background:;
			width: 800px;
			height:auto;

}

#table {
  width: 100%;
  border: none;

  }
/*
table.center {
    margin-left:auto; 
    margin-right:auto;
  }*/


th, td {
  
  width: 25%;
  text-align: left; 
  vertical-align: top; 
  border: none;
  border-collapse: collapse;
  padding: 10px;
  caption-side: bottom;
}

caption {
  padding: 0.3em;
}


div.right {
	width: 45%;
	float: right;
	margin-right: 60px;
}
