
.allpage {
    width:800px;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#24476F;
}
	
    body { background-image:url(images/bkgrnd.jpg);
    background-position:top;
    width:800px;
    background-repeat:repeat-y;
    margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color:#FFFFFF;
	height:100%;
	}

.topslice {background-image:url(images/topstrip.jpg);
width:800px;
height:20px;
float:left;
font-size:11px;
text-align:center;
}

.banner {background-image:url(images/banner.jpg);
width:800px;
height:240px;
float:left;
}

.bottombanner {background-image:url(images/bottombanner.jpg);
width:800px;
height:64px;
float: left;
}

.content {
width:540px;
float:left;
padding-left:45px;
padding-top:30px;
min-height:350px;


}

.menu {
width:131px;
float:left;
padding-left:15px;
}

.menutext {
width:131px;
float:left;
padding-left:6px;
color:#6A9ACE;
border-bottom-color: #ffffff;
border-bottom-style:solid;
border-bottom-width:1px;
min-height:20px;
padding-top:8px;
	}
	
.menutextlast {
width:131px;
float:left;
padding-left:6px;
color:#6A9ACE;
height:20px;
padding-top:8px;
	}	
	
		.ourlink {
	width:100%;
	padding-top:20px;
	font-size:10px;
	float:right;
	color: #6A9ACE;
}
	

a:link {
	color: #6A9ACE;
	text-decoration: none;
}
a:visited {
	color: #6A9ACE;
	text-decoration: none;
}
a:hover {
	color: #24476F;
	text-decoration: none;
}

h1 {
color:#24476F;
font-size:18px;
text-align:center;
font-weight:normal;

}

#imageleft {
  float:left;
  padding-right:10px;

  padding-top:10px;
  }
  
  #imageright {
  float:right;
  padding-left:10px;

  padding-top:10px;
  }