body {
	background: #e4ab3c;
	margin: 0px;
	color: #fff;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #000000;
	scrollbar-3d-light-color: #000000;
	scrollbar-dark-shadow-color: #000000;
}

.container {
	width: 960px;
	margin: auto;
	background: #fff;
	color: #000;
}

.head {
	margin: auto;
	width: 960px;
	height: 110px;
	font-family: 'Times New Roman';
	background: #000;
	color: #fff;
}

.head img {
	float: left;
	margin-left: 10px;
	border: none;
}
.list-center {
	margin-top: 5px;
	font-size: 300%;
	text-align: center;
}

.headsmall {
	font-size: 150%;
	text-align: center;
}

.align-left {
	float: left;
}

.align-right {
	float: right;
}

.clear-all {
	clear: both;
}

.nav {
	margin: auto;
	padding-top: 4px;
	width: 960px;
	height: 25px;
	background: #3817a6;
	border-bottom: 4px solid #000;
	font: normal 13px/13px "Times New Roman";
}

.nav li {
	margin: 0px 5px 0px;
	display: inline;
	list-style-type: none;
}

.nav ul {
	margin: 8px 4px;;
}

.nav li a:link {
	color: #fff;
	text-decoration: none;
}

.nav li a:active {
	color: #fff;
	text-decoration: none;
}

.nav li a:visited {
	color: #fff;
	text-decoration: none;
}

.nav li a:hover {
	color: #999;
	text-decoration: underline;
}

.content {
	margin: 0px auto 0px;
	padding: 10px;
	width: 940px;
	background: #fff;
	color: #000;
}

.content .contentheading {
	font: normal bold 30px/30px "Times New Roman" "San Serif";
	text-align: center;
	text-decoration: none;
	padding-bottom: 10px;
}

.content .contenttitle {
	font: normal bold 20px/20px "Arial" "San Serif";
	text-align: left;
	text-decoration: underline;
	padding: 10px 0px 5px;
}

.content .contentsubtitle {
	font: italic bold 17px/17px "Arial" "San Serif";
	text-align: left;
	text-decoration: none;
	padding: 20px 0px 5px 15px;
}

.content .para {
	padding: 3px 0px 3px 30px;
	font-size: 90%;
}

.content .paraindent {
	padding: 3px 0px 3px 20px;
}

.footer {
	margin: 0px auto 0px;
	padding: 16px 0px 0px;
	width: 960px;
	height: 30px;
	background: #000;
	color: #fff;
	font-family: 'Arial';
	font-size: 60%;
	text-align: center;
}

.paralist{
	margin: -15px 0px 3px 30px;
}

li {
	padding-bottom: 5px;
	list-style-type: lower-alpha;
}
ul li {
	list-style-type: disc;
}
