html, body, #contents, #patternback {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/* The "height" above is a hack for IE5+/Win.  Below we adjust it using the child selector to hide from IE5+/Win  */
html>body, html>body #contents, html>body #patternback {
	height: auto;
}

body {
	background-color: #545454;
	background-image: url(../img/bodyback.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	line-height: 19px;
}

h1{
	font-size: 14px;
	margin-bottom: 10px;
	color: #17355C;
	width: 100%;
	border-bottom: 1px solid #16345A;
	padding-bottom: 5px;
}
h2{
	font-size: 13px;
	margin-bottom: 3px;
}
.quote{
	font-size: 16px;
	color: #993300;
	margin-top: 15px;
	line-height: 21px;
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

.bold{
	font-weight: bold;
}
.captioned{
	color: #7A7B76;
	text-align: center;
	font-weight: bold;
}
.captioned img{
	margin-bottom: 8px;
}
.submitbutton{
	color: #FFFFFF;
	width: 200px;
	border: none;
	background-color: #17365F;
}
.submitbuttonhover{
	color: #FFFFFF;
	width: 200px;
	border: none;
	background-color: #5576A2;
}
.submitbuttonclick{
	color: #FFFFFF;
	width: 200px;
	border: none;
	background-color: #17365F;
}
#contentcolumn{
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 45px;
	padding-top: 15px;
}

#contents {
	background-color: #F8F9FB;
	margin: 0px auto 0px 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	position: absolute;
	background-image: url(../img/contentsback.gif);
	background-repeat: no-repeat;
	background-position: 0px 135px;
}

#footer {
	background-color: #17365F;
	background-image: url(../img/footerback.gif);
	background-repeat: repeat-x;
	bottom: 0px;
	color: #FFFFFF;
	font-size: 11px;
	height: 20px;
	letter-spacing: 1px;
	padding-top: 5px;
	position: absolute;
	text-align: center;
	width: 750px;
	font-weight: bold;
	line-height: 14px;
}

#header{
	border-bottom: 2px solid #1C1C1C;
	font-size: 0px;
	line-height: 0px;
	height: 109px;
}
#headerphoto{
	display: none;
}
#main{
	height: auto;
}
#patternback{
	background-image: url(../img/patternback.gif);
	background-position: top;
	background-repeat: repeat-x;
	position: absolute;
	background-color: transparent;
}
/*menu stuff below*/
#nav{
	background-image: url(../img/navback.gif);
	background-repeat: repeat-x;
	border-top: 3px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 11px;
	height: 17px;
	padding-top: 2px;
	text-align: center;
	width: 100%;
	line-height: 14px;
	display: none;
}

#nav a{
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover{
	color: #F7F7AB;
	text-decoration: none;
}


















