body {
	width:723px;
	margin: 0;
	padding: 0;
	background-color: #7EBACC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	/* Vertical separator for menu column */
	background-image:url(images/vert_sep.jpg); 
	background-repeat:repeat-y; 
	background-position: 184px 100%; 
	height: 100%; 
	/* border-right:10px solid #40879C; */ /* ok to delete? */

}

.bodytext {
	position: absolute;
	top: 190px;
	left: 207px;
	width: 501px;
	/* border-right:10px solid #40879C; */
	padding-right:15px;
}

#contents {
	position: absolute;
	top: 0;
	left: 0;
	border-right:10px solid #40879C; 
	padding-bottom:100%;
}

#nav {
	position: absolute;
	top: 257px;
	left: 15px;
	width: 154px;
}
#pg1 {
  position:absolute;
  left:207px;
  width:501px;
  top:190px;
  border-right:10px solid #40879C;
  padding-right:15px;
  padding-bottom:100%;
  text-align:center;

}

#nav h2 {
	font: 110% Georgia, Times New Roman, Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}

h1 {
	font-family: Times New Roman, Times, Georgia, serif;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding-bottom:15px;
}

h2 {
	font-family: Times New Roman, Times, Georgia, serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;	
	text-align: center;	
}

#footer {
	position: absolute;
	bottom: 0;
	width: 723px;
	border-top: 1px dotted #AAAAAA;
	background-color: #CCCCCC;
	color: #626262;
	font-size: 70%;
  text-align:center;
}
#footer p {
	margin: 0.5em 0 1em 2em;
	padding: 0;
}

ul {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
  background-color:#40879C;
  margin-top:0px;
  padding-top:0px;
}

ul a:hover {
  background-color:#6C6C6C;
}

#nav li {
  border:2px groove white;
  padding-left:10px;
  padding-top: 3px;
  padding-bottom:2px;
}
a {
  text-decoration:none;
}

a:link {
  color: white;
}

a:visited {
  color: cyan;
}

label {
  font-size: 10px;
}

input {
  font-size: 10px;
  margin-right: 4px;
}

.leftcol {
  text-align:right;
}

legend {
  font-weight:bold;
}

.button {
  font-size:1em;
}

fieldset {
  padding:10px;
}

select {
  font-size: 10px;
}

.indent {
  padding-left:25px;
}

legend {
  font-weight:bold;
}
