body {
	font-family: Georgia, Verdana, serif;
	font-size: 100%;
	color: white;
	text-align: center;
	background-attachment: fixed;
	background: url('../imgs/background.gif') center no-repeat #226d9c;
	margin: 0;
	padding: 0;
	height: 100%;
}
html {
	height: 100%;
}
img {
	border: 0px;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
}
acronym, abbr {
	cursor: help;
}
a:link {
	text-decoration: none;
	color: #eeeeee;
	border-bottom: dotted 1px #ffffff;
}
a:visited {
	text-decoration: none;
	color: #eeeeee;
	border-bottom: dotted 1px #ffffff;
}
a:hover {
	text-decoration: none;
	color: #9ac4db;
	border-bottom: solid 2px #ffffff;
}
a:active {
	text-decoration: none;
	color: #9ac4db;
	border-bottom: solid 2px #ffffff;
}
.smallprint {
	font-variant: small-caps;
	font-size: 75%;
}
.title {
	font-size: 150%;
	text-align: left;
	margin-left: 10%;
}
#innercenter {
	margin: 0 auto;
	padding: 0;
	width: 560px;

}
#center {
	margin: 0 auto;
	padding: 0;
	width: 560px;
	height: 100%;
}
#container-top {
	margin: 0 auto;
	padding-top: 20px;
	width: 500px;
	height: 60px;
	font-size: 300%;
	color: #000000;
}
#container-body {
	margin: 0 auto;
	padding: 0;
	width: 550px;
}
#container-bottom {
	margin: 0 auto;
	padding-bottom: 1px;
	font-variant: small-caps;
	font-size: 75%;
	color: #000000;
}
#container-bottom a {
	border-bottom: 1px solid #000;	
	color: #000;
}
#container-bottom a:hover {
	border-bottom: 2px solid #000;
	color: #000;
	cursor: help;
}
ol {
	list-style-type: none;
	font-size: 80%;
}
ol.em {
	list-style-type: none;
	font-size: 80%;
	font-style: italic;
}
ul {
	list-style-type: none;
	text-align: left;
	margin-left: 20%;
}