#frame {
		width:770px;
		margin-right:auto;
		margin-left:auto;
		text-align:left;
		background-image:url(images/bg.gif);
		background-repeat:no-repeat;
		padding-top:8px;
		}
#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	margin-left:250px;
	margin-top:10px;
	padding-left:20px;
	height:50px;
}
#footer a:link, #footer a:visited{
color:#000000;
font-size: x-small;
font-weight:normal;
}
.copy{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #000000;
}
.navigationbg{
	background-image:url(images/nav_bg.gif);
	background-repeat:no-repeat;
	background-position: 0px 10px;
	height:170px;
	padding:50px 0 0 15px;
	margin-left:17px;
	margin-top:35px;
}
.navigation {
	margin-top:60px;
	vertical-align:bottom;
	height:50px;
}
.navigation a:link, .navigation a:visited{
background-image:url(images/nav_arrow.gif);
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
padding:0 25px 0 20px;
}
.navigation a:hover, .navigation a:active{
text-decoration:none;
color:#999999;
}
.navspace{
padding-left:20px;
padding-right:25px;
background-image:url(images/nav_arrow.gif);
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#999999;
font-weight:bold;
}
body {
	margin-top: 10px;
	background-color: #999999;
}

a:link, a:visited{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	}
a:hover, a:active{
	color:#CC9933;
	text-decoration: underline;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight: bold;
	color: #CC9933;
	border-bottom-width:thin;
	border-bottom-color:#FFFFFF;
	border-bottom-style:dashed;
	width:400px;
	margin-left:15px;
	margin-top:10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9933;
	border-bottom-width:thin;
	border-bottom-color:#FFFFFF;
	border-bottom-style:dashed;
	width:230px;
	padding-left:5px;
}
#boxes{
		margin-left:17px;
		height:300px;
}
.home_box{
	background-image:url(images/black_box_small.gif);
	background-repeat:no-repeat;
	width:245px;
	height:275px;
	padding:3px 0 0 3px;
	float:left;
	}
.home_box_p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#FFFFFF;
	margin-left:10px;
	padding-left:20px;
	padding-right:10px;
	background-image:url(images/para_arrow.gif);
	background-repeat:no-repeat;
	}
.big_boxes{
	background-image:url(images/black_box_big.gif);
	background-repeat:no-repeat;
	width:488px;
	height:275px;
	padding:3px 0 0 3px;
	float:left;
}	
#big_box_p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#FFFFFF;
	margin-left:20px;
	margin-right:20px;
	padding-right:10px;
	overflow: auto;
	height: 200px;
	position: relative;
	}
.white_text{
color:#FFFFFF;
}
.people{
	border-bottom-width: thin;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	height:200px;
	}
.people img{
float:right;
margin:0 0 0 5px;
}
.input{
width:100px;
}
.label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
} 