html, body {
	height: 100%;
	background-color: #DDDDDD;
	}
body {
	margin: 0;
	padding: 0;
	text-align: center;
}


.footer, .push {
	height: 18px; /* .push must be the same height as .footer */
}

.footer {
	margin-left: auto;
	margin-right: auto;
	width: 748px;
	padding: 0px 0px 0px 0px;
	color: white;
	background-color: #3399FF;	
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-style: solid;
	border-width: thin;
	border-color: black;
}

#container {
	height: auto !important;
	height: 100%;
	margin: 0 auto -18px auto; /* the bottom margin is the negative value of the footer's height */
	width: 750px;
	min-height: 100%;
	background-color: white;
	border-style: solid;
	border-width: thin;
	border-color: black;
	text-align: left;
}


#header {
	margin: 0;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(images/header.jpg);
	width: 100%;
	height: 150px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: black;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 10px;
	padding-left: 26px;
	padding-right: 26px;
}

h1 {
	padding: 2px 30px 4px 30px;
	color: red;
	background-color: white;
	text-align: center;
	text-decoration:none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;;
	font-style: normal;
	font-weight: bold;
}

h2 {
	padding: 6px 30px 6px 30px;
	color: black;
	background-color: white;	
	text-align: center;
	text-decoration:none;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}

h3 {
	padding: 10px 20px 4px 20px;
	color: #990000;
	background-color: white;	
	text-align: center;
	text-decoration:none;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
}

.magicMarker {
        margin: 20px 20px 4px 20px;
	background-color: #FFFF00;
	font-style: italic;
}

.dotBox {
	margin: 30px 40px 30px 40px;
	padding: 6px;
	border: dotted;
	color: black;
	border-width: medium;
	border-color: #990000;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}