html {
font-family: Georgia, "Times New Roman", Serif;
font-size: 14px;
background: white;
}

body {
width: 780px;
margin: 0 auto 30px;
}

.p {
text-indent: 18px;
margin-top: 3px;
margin-bottom: 10px;
}

.n {
font-size: 12px;
}

.b {
font-size: 12px;
font-weight: bold;
}

.sm {
font-size: 11px;
}

.tiny {
font-size: 10px;
}

h2, .subhead {
font-weight: bold;
font-size: 16px;
margin-top: 15px;
margin-bottom: 7px;
}

h1 {
font-weight: bold;
font-size: 18px;
}
a:link, a:visited {
		color: #600;
		}

#header {
     position: relative; 
     }

#menutable {
		position: absolute;
		right: 0px; 
		top: 100px;
     }

ul.menu {
     text-align: right; 
     top: 75px;
     width: 500px;
     margin:  0;
     font-size: 18px; 
     font-weight: bold;
     }
ul.menu li {
     display: inline;
     list-style-type: none;
     white-space: nowrap;
     margin: 0;
}
ul.menu li a {
     text-decoration:none;
     padding: 0  10px 0 12px;
     border-left: 1px solid;
     }
ul.menu .ed a {
     color: black;
     background: yellow; 
     }
ul.menu a:link, 
ul.menu a:visited {
		color: #486;
		}
ul.menu a:hover {
     color: white;
     background: black; 
     }
	
#content {
	width: 780px;
	}

.dualcontent	{
	width: 388px;
	padding: 0 5px;
	}
	
.tel {
	font-size: 125%;
	color: #900;
	white-space: nowrap;
	}
	
.right { 
	position: relative;
	float: right;
	padding-left: 23px; 
	}

.left { 
	position: relative;
	float: left;
	padding-right: 23px; 
	}

#footermenu .nav li {
     display: inline; 
     }
#footermenu .nav a {
     margin: 1px 5px;
     padding: 1px 15px; 
     }
#footermenu .nav a:hover {
     background-color: #e0ffea;
     border: 1px #009cff dotted;
     margin: 0px 4px; 
     }






