body {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #6A7E9D;
	text-align: center;
	font-size: 80%;
}

table {
  border-collapse: collapse;
} 

tr, td{
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#header {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0000FF;
	height: 168px;
}

#header img{
	background-color: #0000FF;
	float: left;
}

#content {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#story {
	width: 650px;
	margin-left: 30px;
	text-align: left;
	height: auto;
	margin-bottom: 30px;

}

#story h1{
	font-size: 120%;
	margin-top: 20px;
	color: #333333;
}

#story h2{
	font-size: 120%;
	margin-top: 20px;
	color: #0F0F6B;
	text-indent: 80px;
}


#story ul{
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;

}

#story li{
	margin: 0px;
	padding: 0px;
	text-align: left;
	display: list-item;
	list-style-position: inside;
	list-style-type: disc;
	text-indent: 65px;
}

#story p{
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.navigation {
	height: 168px;
	width: 481px;
	float: left;
	background-color: #0F0F6B;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.navigation ul{
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 120px;
}

.navigation li{
	margin: 0px;
	padding: 0px;
	text-align: left;
	list-style-position: inside;
	list-style-type: disc;
}

.navigation a{
	color: #FFFFFF;	
}


.navigation a:hover{
	margin: 0px;
	padding: 0px;
	color: #FF0000;
}

#bar {
	width: 100%;
	background-color: #BFCFFF;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
}

#bar h1{
	font-size: 160%;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #BFCFFF;
}

#footer{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 26px;
	text-align: center;
}

html>body #footer {
	height:26px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#footer a{
	margin: 0px;
	padding: 0px;
	color: #333333;
	text-decoration: none;
	line-height: 1.2;
	font-size: 85%;
	text-align: left;
}

#footer a:hover{
	color: #990000;
}

#footer ul{
	display: inline;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
}

#footer li{
	display: inline;
	margin: 3px;
	padding: 0px;
	line-height: 1.5;
	border-bottom: thin solid #FFFFFF;
	text-align: left;
}

#intro {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#intro h1{
	color: #FFFFFF;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 1.2;
	text-align: left;
}
caption {
	text-align: left;
	font-size: 120%;
	color: #000000;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 5px;
}

dl{
	text-indent: 40px;
}

dt {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;

}
dd {
	padding-top: 10px;
	text-indent: 0px;
	padding-bottom: 10px;

}

#spacer{
	color: #FFFFFF;
	height: 400px;
	width: auto;
	clear: both;
	margin-bottom: 200px;
}
