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
 */

body, table {
	margin: 0;
	font-family: verdana;
	font-size: 12px;
}

#contents {
	position: absolute;
    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%;
*/
}

#footer {
	position: absolute;
	bottom: 0;
	background-color: #FFFFFF;
	border-top: 1px solid #666666;
	width: 70%; /* See note below */
	text-align: center;
	padding: 0 15%;
	padding-top: 15px;
	padding-bottom: 15px;
}


#footer {
    \width: 100%;
    w\idth: 70%;
}

#main {
	margin-bottom: 5em;
	height: auto;
	padding: .5em;
	padding-left:5%;padding-right:5%;
	padding-top: 15px;
}


.link, .link a:visited {
	color: #336699;
}

.tablelink a, .tablelink a:visited {	
	
	color: #336699;
}

.link a {	
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color: #336699;
}

.link a:hover, .tablelink a:hover {	
	background-color:#DDE8F3;	
}


.selectheader {
	color: #336699;
	font-weight: bold;
	padding-bottom:10px;

}


.section
{
border-bottom: 1px solid #666666;
padding-bottom: 20px;
padding-top: 10px;
}

.submitbutton {
padding-left:10px; padding-right:10px; padding-top:5px;padding-bottom:5px; background-color:#DDE8F3; font-weight:bold;
}
