body{
	background: #703E03;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	font-family: "Lucida Grande", Lucida, sans-serif;
	font-size: 12px;
	color: #1C2448;
	text-decoration: none;
}	
a:visited {
	font-family: "Lucida Grande", Lucida, sans-serif;
	font-size: 12px;
	color: #1C2448;
	text-decoration: none;
}	
a:hover, a:active {
	font-family: "Lucida Grande", Lucida, sans-serif;
	font-size: 12px;
	color: #C2C2C3;
	text-decoration: underline;
}
#container {
	background: #fff url(../img/dimension.gif) repeat-y;
	color: #333;
	margin: 10px auto;
	padding: 0;
	width: 705px;
}
#banner {
	background: #e6ebf0 url(../img/headSh.jpg);
	height: 100px;
	border-bottom: 1px solid #000;
}
#nav{
	float: left;
	width: 140px;
	margin: 7px;
	border: 1px
}
#content {
	margin-left: 160px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#footer{
	clear: both;
	background-color: #98A1BE;
	padding: .5em;
	font: 9px "Lucida Grande", Lucida, sans-serif;
	color: #000;
	border-top: 2px solid #aaa;
}
.label
{
	width: 150px;
	font-family: Verdana;
	font-size: 14px;
	float: left;
	text-align: right;
	margin-right: 4px;
}

label
{
	font-family: Verdana;
	font-size: 14px;
}
