﻿html {
	background-color: #1c1b36;
}

#hd {
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
}

#hd #header_graphic {
	background-color: #5652a3;
}

#hd #header_graphic p {
	color: #fefefe;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 197%;
	/* CSS2 */
	text-shadow: #000000 0px 2px 3px;
	padding-bottom: 5px;
}

#hd p {
	color: #ececec;
	font-size: 100%;
	clear: both;
	font-weight: bold;
	margin-bottom: 5px;
}

#hd ul {
	margin-top: 5px;
}

#hd ul li {
	color: #d8d8d8;
	list-style-type: none;
	font-size: 85%;
	display: inline;
}

#hd ul li a {
	color: #d8d8d8;
	text-decoration: none;
}

#hd ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#tag {
	float: right;
}

#bd {
	background-color: #d4cfde;
}

.yui-g {
	padding-left: 5px;
	padding-right: 5px;
}

.yui-u {
	background-color: #d4cfde;
	margin-top: 5px;
}

.yui-u p {
	padding-bottom: 1em;
	line-height: 146.5%;
	text-align: left;
}

em {
	font-style: italic;
}

.yui-u a {
	color: #5652a3;
}

.yui-u h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
}

.yui-u h1 {
	font-size: 182%;
}

.yui-u h2 {
	font-size: 153.9%;
}

.yui-u h3 {
	font-size: 138.5%
}

.yui-u h4 {
	font-size: 123.1%;
}

.yui-u ul, ol {
	margin-bottom: 13px;
	margin-left: 25px;
	margin-right: 10px;
	line-height: 146.5%;
}

.yui-u ul li {
	list-style-type: disc;
}

.yui-u ol li {
	list-style-type: decimal;
}

.yui-u img {
	padding: 5px 5px 5px 5px;
}

.yui-u .left {
	float: left;
}

.yui-u .right {
	float: right;
}

#ft {
	background-color: #5652a3;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 131%;
}

#ft ul li {
	font-size: 85%;
	color: #d7d7d7;
	display: inline;
}

#ft ul li a {
	color: #d7d7d7;
	text-decoration: none;
}

#ft ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

cite {
	font-style: normal;
}

hr {
	width: 100%;
	height: 5px;
	color: #5652a3;
	background-color: #5652a3;
	text-align: center;
	border: none;
}

.datalist {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 85%;
	border: 1px #5652a3 solid;
}

.datalist thead {
	background-color: #5652a3;
	color: #ffffff;
}

.datalist th {
	font-weight: bold;
	padding: 3px 3px 3px 3px;
}

.datalist tr {
	border-bottom: 1px #5652a3 solid;
}

.datalist td {
	padding: 3px 3px 3px 3px;
	
}
