@charset "utf-8";
/* CSS Document */
@import "blueprint/screen.css";
@import "lightbox/lightbox.css";

body{
	color: #FFFBE8;
	background: url(../images/bg.jpg);
}
h1{
	font-size: 18px;
	line-height: 18px;
}
h6{
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
h1,h2,h3{
	color: #fff;
}
h1 a:link,h1 a:visited,h6 a:link,h6 a:visited{
	text-decoration: none;
	color: #00f;
}
h1 a:hover,h6 a:hover{
	text-decoration: underline;
	color: #fff;
}
h1 a#currentPage{
	text-decoration: underline;
	color: #fff;
}
#wrapperBorder{
	width: 986px;
	margin: 0 auto;
	background: url(../images/wrapperBorder.png);
}
#wrapperBorderBottom{
	width: 986px;
	margin: 0 auto;
	height: 18px;
	background: url(../images/wrapperBorderBottom.png);
}
#mastHead{
	background: url(../images/proposal.jpg);
	height: 252px;
}
#mastHead #pageAdjust{
	position: relative;
	top: 234px;
}
#nav{
	background: url(../images/nav.png);
	padding-top: 18px;
	padding-bottom: 6px;
}
#nav ul{
	margin-left: auto;
	margin-right: auto;
}
#nav ul li{
	list-style: none;
	position: relative;
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
}
#nav ul li h1 .separator{
	font-size: 12px;
	position: relative;
	top: -2px;
}
#nav #searchForm,#nav #searchForm input{
	margin: 0;
	padding: 0;
	position: relative;
	float: right;
}
#nav #searchForm input[type="text"]{
	margin-top: 3px;
}
#mainContent{
	padding-top: 18px;
	padding-bottom: 18px;
	background: #3B2813;
}
#footer{
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
	background: url(../images/nav.png);
}
a:link,a:visited{
	text-decoration: none;
	color: #408CFF;
}
a:hover{
	color: #fff;
	text-decoration: underline;
}