/* CSS Document */

BODY {
	BACKGROUND-COLOR: #e9e9f3;
	color: #808080;
	font-family: 'Times New Roman', Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
TD {
	COLOR: #808080;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
}
TH {
	COLOR: #808080
	FONT-STYLE: normal;
}
H1 {
	FONT-SIZE: 32px; 
	FONT-STYLE: normal; 
	FONT-FAMILY: times new roman; 
	LETTER-SPACING: 0.7em; 
	TEXT-ALIGN: center
}
H2 {
	FONT-SIZE: 16px; 
	WORD-SPACING: 0.3em; 
	FONT-STYLE: normal; 
	FONT-FAMILY: times new roman; 
	TEXT-ALIGN: center; 
	FONT-VARIANT: small-caps
}
#nav_container {
	width: 100%;
	background-repeat: repeat-x;
	height: 26px;
	background-position: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	position: relative;
}

#content_container {
	width: 700px;
	display: block;
	margin:0 auto;
	margin-top: 10px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	background-color: #dfdfed;
}

a:link {
	color: #808080;
	text-decoration: none;
}
a:visited {
	color: #808080;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#footer_container {
	width: 700px;
	display: block;
	margin: 0 auto;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 5px;
	background-color: #808080;
	color: #dfdfed;
	text-align: center;
