html {
	width: 100%
}
body,td,th {
	color: #FFFFFF;

}
body {
	background-color: #333333;
	width: 100%
}
img { 
	border: 5px ridge #990000; 
}

h3 {
	padding-top: 20px;
	color: #990000;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.style1 {
	font-size: 22px;
	color: #990000;
	font-weight: bold;
}
.style2 {
	font-size: 18px;
	color: #990000;
}
input {
	width: 300px;
}
dl {
}
dt {
	text-decoration: underline;
	padding-top: 20px;
}
dd {
	margin-left: 10px;
}
#indexContent {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
#index2007 {
	float: left;
	width: 300px;
}
#index2009 {
	float: right;
	width: 300px;
}
#header {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}
#content{
	clear: both;
}
#left {
	float: left;
	width: 200px;
	position: relative;
	z-index: 100;
	padding-left: 10px;
}
#center {
	position: relative;
	margin: 50px 200px;

}
#right {
	float: right;
	position: relative;
	z-index: 99;
	width: 200px;
	color: #333333;>
}
#right dt {
	padding-top: 10px;
}
#footer {
	clear: both;
}
#logo img {
	border: none;
}