@charset "utf-8";
body, html  {
	padding: 0;
	text-align: center;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	height: 100%;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	min-height: 100%;
}
#container  {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	font-size: 75%;
}
#header {
}
#header  ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#header  ul  li {
	display: inline;
	text-align: center;
}

#mainContent  {
	line-height: 2em;
	text-align: justify;
	padding-top: 1em;
	padding-right: 40px;
	padding-bottom: 2em;
	padding-left: 40px;
}
#mainContent p {
	text-indent: 3em;
}

#mainContent  p img {
	margin-right: 3em;
	border: 1px solid #999999;

}
#mainContent #index {
	display: block;
	width: 100%;
}
#mainContent #index img {
	height: 50px;
	width: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainContent  #index  a {
	display: block;
	float: left;
	height: 50px;
	width: 50px;
	margin-right: 9px;
	margin-left: 9px;
	margin-bottom: 8px;
	border: 1px solid #666666;
}
#mainContent #index a:hover {
	border: 1px solid #FF0000;
}




#footer  {
	text-align: center;
	color: #666666;
}
#footer a {
	color: #666666;
	text-decoration: none;
	line-height: 5em;
}
#footer a:hover {
	text-decoration: underline;
}

.red {
	color: #FF0000;
}
.red a {
	color: #FF0000;
	text-decoration: none;
}

.number {
	text-align: center;
	margin-right: 3em;
	color: #999999;
}

.leftArrow {
	float: left;
	width: 5em;
}
.leftArrow a {
	display: block;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.leftArrow a:hover {
	background-color: #666666;
}


.rightArrow {
	float: right;
	width: 5em;
}
.rightArrow a {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	display: block;
}
.rightArrow a:hover {
	background-color: #666666;
}

