* {
	margin:0px;
	padding:0px;
}
body{
	font-size:62.5%; /* this sets the base font to 10 pixels */
	font-family:Arial, Helvetica, sans-serif; /* this sets the base font to Arial */
	text-align:center;
}

a img{
	border:none;
} 

#wrapper {
	width:730px;
	padding:16px 16px 0px 16px;
	margin:auto;
	text-align:left;
}	
#header {
	width:729px;
}
#header h1 { 
	margin-bottom:35px;
} 
#mininav {
	float:right;
	font-size:.9em;  /* based on the 10px base size, the mininav is 9px */
	margin-bottom:10px;
	color:#000082;
}
#mininav a{
	color:#000082;
	text-decoration:none;
}
#mininav a:hover {
	color:#fdb913;
}
#search{
	clear:both;
	padding-top:1.2em;
	color:#303030;
}
#mainnav{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;  /* based on the 10px base size, the mainnav is 11px */
	border-color:#fdb913;
	border-width:1px 0;
	border-style:solid;
	clear:both;
}

#footer {
	clear:both;
	top:523px;
	width:729px;
}
#addressbar{
	font-size:1.1em;   /* based on the 10px base size, the addressbar is 11px */
	letter-spacing: 0.17em;
	text-align:center;
	color:#000082;
	margin-bottom:4px;
	border-color:#fdb913;
	border-width:1px 0;
	border-style:solid;
	padding:3px;
}
#copyright {
	font-family:"Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 1.1em;  /* based on the 10px base size, the copyright is 11px */
	text-align:right;
	color:#fdb913;
	line-height:1;
	vertical-align:bottom;
	font-weight: bold;
}
.clearit {
	clear:both;
	font-size:1px;
	height:0;
	line-height:0;
}
.searchField{
	margin-bottom:4px;
	width:111px;
	height:17px;
}
