BODY {
	background-color: white;
	text-align: center;
	font-family : Arial, Helvetica, sans-serif; 
	font-size:12px;
	padding: 0px;
	margin: 0px;
}

.content_frame {
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border-left: black 2px solid;
	border-top: black 2px solid;
	border-right: black 2px solid;
	border-bottom: black 2px solid;
	width: 977px;
}

.header {
	background-repeat: no-repeat;
	width: 997px;
	height: 116px;
	overflow:hidden;
	text-align:left;
}

.header .menu {
	position:relative;
	top:92;
	left:106;
	font-size:14;
	font-weight: bold;
}

.menu a {
	text-decoration: none;
	color: #111111;
	padding-right:10;
}
.menu a:hover {
	text-decoration: underline;
}

.footer {
	font-family: arial;
	color: black;
	font-size: 11;
}

.FormControls {
	height:20;
	font-size:10;
}
