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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	line-height: 19px;
}

#contentcolumn{
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 45px;
	padding-top: 15px;
}

#contents {
	background-color: #F8F9FB;
	margin: 0px auto 0px 0px;
	top: 20px;
	left: 0px;
	width: 100%;
	position: absolute;
	border: none;
}

#footer {
	background-color: #17365F;
	bottom: 0px;
	color: #FFFFFF;
	font-size: 11px;
	height: 20px;
	letter-spacing: 1px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
	font-weight: bold;
	line-height: 14px;
	position: absolute;
}

#header{
	border-bottom: 2px solid #1C1C1C;
	font-size: 0px;
	line-height: 0px;
	height: 109px;
}
#main{
	height: auto;
	width: 80%;
}
/*menu stuff below*/
#nav{
	text-align: center;
	width: 100%;
	line-height: 14px;
}
#nav2{
	text-align: center;
	width: 80%;
	line-height: 14px;
}
#nav a{
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover{
	color: #F7F7AB;
	text-decoration: none;
}
#noshow {
	display: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #324974;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #333333;
}
.textbold2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	line-height: 18px;
	font-style: normal;

}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
	font-style: normal;


}
.textbold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
}.navbg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	text-decoration:none;
	font-weight: bold;
	background-image: url(../images/navigationbg.jpg);
	background-position: left top;
	background-repeat: repeat-x;

}
