/* Main body formatting */
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin:5px;
	width:800px;
	font-size:13px;
}
/* List items */
li { 
	padding-bottom:10px;
	padding-left:20px;
}
/* Horizontal Row  */
hr {
	color:#e3edd3;
	background-color:#e3edd3;
}
/* Table header */
th {
	border-color:#e3edd3;
	border-bottom-style:solid;
	border-top-style:solid;
}
/* Fieldset; rarely used */
fieldset {
  line-height:18px;
  padding-left:10px;
  padding-top:10px;
  padding-right:10px;
  padding-bottom:10px;
  }
/* Creates spacing around images */
img {
padding-right:10px;
padding-bottom:10px;

}

/* Used in fieldsets */
legend {
color:#330033;
font-weight:bold;
padding-bottom:3px;
background-color:#e3edd3;
}
/* Used to format and indent */
dt {
font-weight:bold;
}

/* The green title strip that appears on each page */
.Segmentitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	background-color:#e3edd3;
	width:550px;
	height:20px;
	margin:2px;
	font-weight:bold;
	left: 150px;
	position: relative;
}
.block
{
text-align:right;
font-weight:bold;
line-height:30px;
width:550px;

}
.main
{
	left:150px;
	position:absolute;
	margin:2px;
	width:649px;
	z-index:1;
}
#smallfont
{
font-size:smaller;
}

#date
{
position:absolute;
left:570px;
top:110px;
font-weight:bold;
font-size:11px;
}

#footer
{
	text-align:center;
	width:550px;
}
/* Formats any hyperlinks */
a {
color:#003333;
text-decoration:underline;
}
/* When the user hovers over a hyperlink */
a:hover
{
background: #e3edd3;
color:#330033;
text-decoration:none;
}
A:hover img { background: white; color:#FFFFFF }
A:link img { background: white; color:#FFFFFF }
A:active img { background: white; color:#FFFFFF }

/* div that controls banner image at the top of each page */
#header
{
top:0px;
z-index:100;
}

#menudiv{}

