html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

img {
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:3px;
	border: 2px solid black;
}
img.right {
	float:right;
}
img.left {
	float:left;
}
/*
 * 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 {
	margin: 0;
	font-family: Arial, sans-serif;
	background-color: #DEFFDE;
}

#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%;
*/
}

#header {
	background:url(back.gif) no-repeat;
	height: 50px;
}

#footer {
	background:url(back2.gif) no-repeat;
	height:91px;
	position: absolute;
	bottom: 0;
	width: 80%; /* See note below */
	text-align: center;
	padding: 0 15%;
}

/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack 
 * Stupid hack lets IE see 100%, others see 70%. 
 */
#footer {
    \width: 100%;
    w\idth: 70%;
}

#footer img {
    visibility:hidden;
}

#main {
	margin: 5px auto 0px auto;
	
	
	margin-bottom: 5em;
	height: auto;
	padding: 2em;
	
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 635px;
	line-height: 16px;
	color: #333;
	
	border: 4px solid black;
	background-color: #FFFFFF;
	
}

a { 
	color: #606d89;
	text-decoration:underline;
}

a:hover { 
	color: #751012;
}

p { 
	margin: 5px 0px 0px 0px;
}

ul {
	margin-top:10px;
	margin-bottom:10px;
	padding-left: 	25px;
}

li {
	line-height: 15px;
	margin-bottom: 5px;
}

b {

	font-weight: bold;
}
p b {
	border: none;
	font-style:normal;
	font-size:20px;
	margin-left:5px;
	margin-right:5px;
	font-weight: bold;
}

h2 {
	margin-bottom: 8px;
}