body {
	background-image: url(../img/template_resources/bg_img_left.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
	background-color: #D8E6F3;
	color: #666;
	font-family: "Times New Roman", Times, serif;
}
#container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#container #header {
	height: 228px;
	background-image: url(../img/template_resources/banner.png);
	background-repeat: no-repeat;
}
#container #header #menu {
	height: 30px;
	position: static;
	padding-top: 160px;
	padding-left: 115px;
	vertical-align: text-top;
}
#container #header #menu #menu_structure {
	list-style-type: none;
}
#container #header #menu #menu_structure li {
	display: block;
	float: left;
	margin-right: 5px;
	font-weight: bold;
	margin-top: 13px;
}
#container #header #menu #menu_structure li a:link {
	display: block;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#container #header #menu #menu_structure li a:hover {
	display: block;
	color: #333;
	background-color: #D3D3D3;
}
#container #header #menu #menu_structure li a:visited {
	display: block;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}





#container #contents {
	margin-right: 16px;
	margin-left: 17px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D3D3D3;
	border-bottom-color: #D3D3D3;
	border-left-color: #D3D3D3;
	float: left;
	width: 886px;
	padding-bottom: 10px;
	background-color: #FFF;
	margin-bottom: 50px;
	height: auto;
}
#container #contents #more_information {
	width: 125px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3D3D3;
	text-align: right;
	padding-right: 2px;
	padding-top: 5px;
}
#more_information p {
	margin-top: 1px;
	margin-bottom: 2px;
}

#container #contents #data {
	width: 730px;
	margin-left: 4px;
	float: left;
}
#data p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#splash {
	background-color: #FFF;
	border: 1px solid #999;
}

#splash p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#splash tr #top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#splash tr #bottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
.border {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #D3D3D3;
}
a:link {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #6CF;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: none;
}
.number {
	border: 1px solid #999;
	padding: 2px;
	background-color: #FFF;
}
.img {
	float: left;
}
.img2 {
	float: right;
}
.flash {
	text-align: center;
}
.button {
	height: 50px;
	width: 150px;
}
.cell_50 {
	width: 50%;
}
.bordertop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
.small_text {
	font-size: small;
}
.title {
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
}
.underline {
	text-decoration: underline;
}

#container #contents #more_information a:link {
	color: #666;
	display: block;
	font-size: small;
}
#container #contents #more_information a:hover {
	color: #09F;
	display: block;
	background-color: #D3D3D3;
	font-size: small;
}
#container #contents #more_information a:visited {
	color: #666;
	display: block;
	font-size: small;
}
