@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	position: relative;
}
#container {
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	position: relative;
	background: #FFF;
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}
#header {
	background: #DEDEF6;
	height: 200px;
}
#header #addressBox {
	font-size: 14px;
	text-align: center;
	position: absolute;
	width: 393px;
	left: 108px;
	top: 104px;
	color: #000;
}
#header #addressBox h1 {
	display: none;
}
#header img {
	border-width: 0px;
}
#printheader .floatRight {
	float: right;
}
#printheader .floatLeft {
	float: left;
}

#Logo {
	position: absolute;
	left: 15px;
	top: 25px;
}
#header #name {
	position: absolute;
	top: 13px;
	left: 101px;
	height: 95px;
}
#nav {
	color: #FFF;
	background: url(images/newNav_blue.png) no-repeat right top;
	text-align: right;
	font-size: 14px;
	height: 30px;
	padding-top: 2px;
}
#contents {
	margin: 10px 50px 20px 125px;
	font-family: Arial, Helvetica, sans-serif;
}
#contents h1, #contents h2,#contents h3 {
	font-style: italic;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
}
#contents h1 {font-size: 1.8em;}
#contents h2 {font-size: 1.4em;}
#contents h3 {font-size: 1.0em;}
#contents p {
	margin-left: 50px;
}
.blueital {
	font-style: italic;
	font-weight: bold;
	color: #00C;
}
#space_list li {
	margin-bottom: 10px;
}
#smallLogo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#footer {
	font-size: 10px;
	text-align: center;
	margin-bottom: 5px;
}
#credit {
	font-size: 10px;
	text-align: right;
}

