html, body, #contents {
	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 {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

.header1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000033;
	width: 100%;
	background-color: #006699;
}

.header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #000033;
	width: 100%;
	background-color: #006699;
}

div.header3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #000000;
	width: 100%;
	background-color: #006699;
	vertical-align: middle;
	text-align: left;
	text-indent: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
}
div.body1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000336;
	text-indent: 16px;
	background-color: #3399CC;
}
#body2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	background-color: #AFDDFF;
	height: auto;
}










body {
	margin: 0;
}

#contents {
	position: absolute;
	top: 0;
    left: 0;
/*  Use the following to center this at 50% width, or this for 750px: width: 700px, margin-left: -350px: */
/*
	left: 50%;
    width: 50%;
    margin-left: -25%;
*/
}




.body2noindent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	text-indent: 16px;
	background-color: #AFDDFF;
}
.try1 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	top: 50px;
	right: 0px;
}
.nada {
}

div.foot {
	background-color: #AFDDFF;
	background-image: url(../images/backgroundfooter2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100%;
	width: 100%;
}



#foot2 {
	position: absolute;
	bottom: 0;
	background-color: #AFDDFF;
	background-image: url(../images/backgroundfooter2.jpg);
	background-repeat: repeat-x;
	height: 137px;
	width: 100%;
}
div.darkbluebox {
	background-color: #006699;
	horizontal-align: middle;
	vertical-align: middle;
	text-align: center;
	background-position: center center;
	width: 210px;
	padding-top: 18px;
	padding-bottom: 18px;
}

