  header, nav, article, footer, address, video {  
       display: block;  
	   padding: 0;
	   margin: 0;
	   border: 0;
	   position: relative;
   }  
  A {text-decoration: none }
  body {
	/*background-image: url(restful.gif);*/
	background-color:#fffff0;
	background-repeat:repeat;
	font-size:small;
	text-align:center;
	margin:auto;
}
span.ul {
  	text-decoration:underline;
   }
.floater {
	position:absolute;
}
  .lpic {
	display:block;
    text-align:center;
	float:left;
	width:305px;
	margin-right:10px;
	margin-bottom:5px;
	margin-top:5px;
    background-color:#ddeedd;
    background: #61b4cf;                   /*Secondary Color */
}

.rpic {
	display:block;
    text-align:center;
	float:right;
	width:305px;
	margin-left:10px;
	margin-bottom:5px;
	margin-top:5px;
    background-color:#ddeedd;
    background: #61b4cf;                   /*Secondary Color */
}

img{margin:0;
    padding:0;
    border:0;            
}
img.medium{width:300px}

img.small{width:200px}

img.tiny{width:100px}

.caption {
	text-align:center;
	font-weight:bold;
	font-size:12px;
    line-height:110%
}

.photcred {
	text-align:right;
	font-size:10px;
	margin-right:5px;
    padding-right:5px;
	margin-bottom:5px
}

.frame {
	width:950px;
	margin:auto;
	position:relative;
}
  
.rtop, .rbottom{
display:block;
background:#fff;
}
.rtop *, .rbottom *{
display: block;
height: 1px;
overflow: hidden;
background:#ccc;
background:#ddeedd;
background: #61b4cf;                   /*Secondary Color */
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{
margin: 0 1px;
height: 2px
}	

header {
	position:absolute;
	position: relative;
	top:0;left:0;
/*    background-color:lavender; */
    background: #ffbb73;                   /*primary Color */
	height:175px;
	min-height:175px;
	width:100%;
	text-align:left;
	/*border-left: 5px solid #ffffff;
	border-top: 5px solid white; 
	border-right: 5px solid white;*/
}
header h1 {
	font-family: Georgia, serif;
    font-variant: small-caps;
	font-weight: normal;
	height: 35px;
	padding-left:20px;
    padding-top:15px;
	font-size:3em;
	margin-left: 10px;
	color:#cc0011;
}
 
header A {color:#cc0011 }
header A:hover {text-decoration:underline }
  
header .description {
    font-family: Palatino Linotype, Georgia, serif;
	font-size: 1.75em;
	color: #15531b; /*#59955C; #FFFFFF;*/
	text-align: left;
	padding-left:35px;

}
header .logo{ 
	position:absolute;
	margin: 0px 0 0 625px; 
 }	
 
 #main {
 	position:absolute;
	position: relative;
	top:0px;
	left:0;
	margin:auto;
	width:100%;
	text-align:left;
	border: 0px solid red;
 } 
 .linktable {
/*	background-color:lavender; */
    background: #ffbb73;                   /*primary Color */
	position:absolute;
	top:165px;
	left:0;
	margin:auto;
	width:100%;
	border:0;
	margin:0;
    font-size:medium;
    font-family:Arial,sans-serif;
 }
.linktable table {
	border:0;
	padding:0px;
	margin:0px;
	width:100%;
}
.linktable td {
	width:317px;
	border-right: 1px solid black;
	/*background-color:#dddddd;*/
	background-color:black;
	text-align:center;
	margin:0;
	padding:0;
} 
.linktable .final {
	width:317px;
	/*border-right: 1px solid black;*/
	background-color:#dddddd;
	background-color:black;
    background:green;
	border:0;
	margin:0;
	padding:0;
} 
.linktable A {
	color:white;
	text-decoration:none;
 }
.linktable A:hover {
	color:white;
	background-color:red;
	width:317px;
	display:block;
}
#content {
	background-color:#fffff0;
	width:750px;
/*    height:600px; */
 	/*min-height:650px;*/
	font-size:13pt;
  	border-left:0;
	border-right:0;
	padding:0;
	margin:0;
	font-family: Georgia, serif;
	overflow:visible; 
}
#content .frame {
	border-left: 0;
	border-right: 0px;
    padding:10px;
	text-align:left;
    width:750px;
}
#content h3 {
	font-size:170%;
	color:#0792d3; 
}
#content A:hover {text-decoration:underline }
#content A {color:#0792D3 }

.menu { 
	position:absolute;
	top:0;
	right:0;
	background-color:white;
    width:190px;
    font-weight:bold;
    /*min-height:650px; */
/*    height:600px; */
	border-right:0;
	border-left:0;
	padding:0;
	margin:0;
    font-family: Verdana, Arial, Helvitica, sans-serif;
	font-size:10pt
}
.menu .frame {
	border-right:0px solid white;
    background-color:#ddeedd;
    background: #61b4cf;                   /*Secondary Color */
	padding:0px;
    padding:0;
    width:190px;
    margin-left:15px;
}
.menu A {color:#15531b;
    color:black;
    text-decoration:none;
 }
.menu A:hover {
	background-color:#888;
	color:white;
	width:120px;
}
.menu p.linkhead {
	font-weight:bold;
	font-variant:small-caps;
	margin-bottom:6px;
	margin-top:55px;
    margin-left:10px;
	}	
.menu li {
	margin-left:0px;
	margin-bottom:4px;
    margin-right:5px; 
}	
footer {
	clear:both;
/*	background-color:lavender; */
    background: #ffbb73;                   /*primary Color */
	text-align:center;
	width:100%;
	/*border-left: 5px solid white;
	border-right: 5px solid white; */
}		 
nav {
	     text-align: center;
		 border: 0px solid red;
		 height: 10px;
		 min-height: 20px;
		 position: relative;
		 top: -10px;
		 margin: 0;
		 padding: 0;
	}
	nav ul {
	     /*list-style: none;*/
		 padding: 0;
		 margin: 0 auto;
		 border: 0;
		 color: white;
		 width: 584px;
		 }
	nav ul li {
	     /*display: inline;*/
		 background: black;
		 /*height: 20px;*/
		 padding: 2px 0;
		 list-style: none;
		 float: left;
		 border-right: 1px solid white;
		 border-left: 1px solid white;
		 }  
	nav a:link, nav a:visited {
	     color: white;
		 /*margin: 10px;*/
		 text-align: center;
		 width: 137px;
		 float: left;
	 }
	 nav a:hover {
	      text-decoration:underline;
	  }

