
body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family : arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

#body {
	margin: 0;
	width: 100%;
}

#body-inner { /* text area */
	margin: 0;
	width: 100%;

}
	
#container-inner { /* left nav and text area */
	width: 100%;

}

	
h1 {
	font-family : arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}

h2 {
	font-family : arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
}

h3 {
	font-family : arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}

h4 {
	font-family : arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}

p {
	font-family : arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

td {
	font-family : arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

ul {
	font-family : arial, helvetica, sans-serif;
	font-size : 13px;
	color: #000000;
}

a:link {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
} 

a:visited {
	text-decoration: underline;
}

#header {
	display: none;
}

#nav {
	display: none;
}

#vertical-nav {
	display: none;
}

.formbutton {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: White;
	border: #999999;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 80px;
	background-color : Navy;
	font-style : normal;
	font-weight : bold;
}

.caption {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

hr { 
	border-style: solid; 
	height: 1px; 
	color: #cccccc;
	}



