/* pushes the page to the full capacity of the viewing area */
html {
	height:100%;
}

body {
	height:100%;
}

H1 {
	
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
}


/* prepares the background image to full capacity of the viewing area */
#bg {
}

/* places the content ontop of the background image */
#content {
	position:relative;
	z-index:1;
}

#main_table {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	
}

#main_table H1 {
	
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
}

#main_table H2 {
	
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
}

#main_table H3 {
	
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
}

#main_table H2.center {
	
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
}

#main_table li {
	
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: left;
}

#main_table p {
	text-indent: 1.5em;
	text-align: left;
}

#main_table a {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

#shield_cell {
}

#notes {
	background-color: #CCCCCC;
	color: #000000;
	outline-color: #000000;
	border-style: solid;
}



