body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #fff;
	margin-top:3px;
}

p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	margin-top:2px;
	margin-left:10px;
	margin-bottom:0px;
}

p.secondarylinks {
	float: right;
	margin-top: -18px;
	margin-right: 5px;
}

p.smaller {
	margin-top:2px;
	margin-bottom:0px;
	font-size: 0.75em;
}

.popup {
	border: 2px #609 solid;
	padding:8px 6px 8px 6px;
	background-color: #fff;
	color: #000;
	width:200px;
	font-size: 1.2em;
}

.popupintro{
	border: 2px #609 solid;
	padding:8px 6px 8px 6px;
	background-color: #fff;
	color: #000;
	width:340px;

}


ul.popuptext {
    list-style: square url(../images/bullet.gif);
	font-size: 0.8em;
	padding-left:10px;
	margin-left:15px;
}

.gomenu {
	margin-bottom: -3px;
}

h1 {
	font-size: 1.2em;
	color: #93c;
	margin-left:10px;
	margin-top: 10px;
	margin-bottom:0px;
	letter-spacing: 1px;
}

h2 {
	font-size:1em;
	color: #93c;
	font-weight: bold;
	margin-left:10px;
	margin-top: 3px;
	margin-bottom:0px;
	letter-spacing: 1px;
}

h3 {
	font-size: 0.9em;
	font-weight: normal;
	color: #000;
	margin-left: 10px;
	letter-spacing:1px;
}

h4 {
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	margin-left: 10px;
	letter-spacing:1px;
}

a:link, a:visited {
	color: #609;
	text-decoration: underline;
}

a:hover, a:active {
	color: #fff;
	background-color: #93c;
	text-decoration: none;
}

a:link.bold, a:visited.bold, a:hover.bold, a:active.bold {
	font-size: 1.1em;
}

.skiplink {
	display: none;
}

.rollover {
	cursor: default;
}

hr {
	color: #609;
	height: 1px;
	margin-top:0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom:0px;
}

/*styles for navigation links*/

/*utility nav (home, help, site map)*/
#utility {
	color: #606;
	padding-left:5px;
	font-size: 0.7em;
}

#utility a:link, #utility a:visited {
	font-weight: bold;
	color: #606;
	text-decoration: underline;
	padding-left: 1px;
	padding-right: 1px;
}

#utility a:hover,#utility a:active {
	font-weight: bold;
	color: #fff;
	background-color: #609;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
}

.gobutton {
	background-color: #ffc;
	border: 1px solid #000;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.03em;
	color: #000;
	text-align: center;
	padding: 1px 2px 1px 2px;
	margin-left: 102px;
}

.search {
	background-color: #ffc;
	border: 1px solid #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.03em;	
	color: #000;
	padding: 2px 12px 2px 12px;
	text-align: center;
	width: 61ox;
	height: 21px;
	cursor: pointer;
}

table.layout {
	width:736px;
	margin-left: 12px;
	font-size: 0.8em;
}

.footer{
	font-size: 0.6em;
}

.smaller {
	font-size: 0.8em;
}

/*return to top links*/
.return {
	font-size: 0.6em;
	text-align:right;
	margin-right: 9px;
}


ul {
    list-style: square url(../images/bullet.gif);
	font-size: 0.75em;
	line-height: 1.2em;
	margin-top: 3px;
    padding-top: 0;
	margin-bottom: 0px;
    padding-bottom: 0;
}	



