body {
	margin: 0 auto;
	padding: 0;
	font: 75% Verdana,Tahoma,Arial,sans-serif;
	background: #ffffff url(images/back-1.png) top center repeat-y;
}

.page {
	background: #FFFFFF;
	color: #303030;
	margin: 0 auto;
	width: 800px;
	padding: 0px;
}

.title {
	clear: both;
	width: 800px;
	height: 160px;
	background-color: #ffffff;
	border-top: 10px solid #ffffff;
	margin-bottom: 10px;
}

.index {
	clear: left;
	float: left;
	width: 150px;
	padding: 0;
	font-size: 0.9em;
}

.index ul {	
	list-style: none;
	width: 150px;
	margin: 0 0 0px 5px;
	padding: 0;
	font-size: 1.1em;
}

.index li {
	text-align: left;
	margin-bottom: 0px;
}

.index li a {
	font-weight: bold;
	height: 30px;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 6px 0 0 10px;
	background: #ffffff url(images/index-1a.png) no-repeat;
}

.index li a:hover {
	height: 30px;
	color: #ffffff;
	text-decoration: none;
	background: #ffffff url(images/index-1b.png) no-repeat;
}

#current a {
	height: 30px;
	color: #ffde03;
	background: #ffffff url(images/index-1c.png) no-repeat;
	text-decoration: none;
}

.main1 {
	float: right;
	width: 600px;
	background: #f6f6f6;
	text-align: left;
	padding: 10px;
	margin: 10px;
	border: 1px solid #cccccc;
}

.main1 li {
	color: #6c6c6c;
	padding-bottom: 8px;
	list-style-image: url(images/bullet-1.png);
}

.main2 {
	float: left;
	width: 420px;
	background: #f6f6f6;
	text-align: left;
	padding: 10px;
	margin: 10px;
	border: 1px solid #cccccc;
}

.main3 {
	float: right;
	width: 160px;
	background: #c1e0ff;
	text-align: left;
	padding: 10px;
	border: 1px solid #000000;
	font-size: 0.9em;
}

.main3 li {
	color: #000000;
	padding-bottom: 8px;
	list-style-image: url(images/bullet-1.png);
}

.footer {
	clear: both;
	width: 798px;
	height: 20px;
	background-color: #ffdb0e;
	margin-top: 20px;
	font-size: 0.9em;
	border: 1px solid #000000;
	padding-top: 2px;
}

.footer a {
	color: #000000;
	font-size: 1em;
	text-decoration: none;
}

.footer a:hover {
	color: #000000;
	font-size: 1em;
	text-decoration: underline;
}

.footer2 {
	clear: both;
	width: 798px;
	height: 20px;
	background-color: #f6f6f6;
	font-size: 0.9em;
	padding-top: 2px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

h1 {
	font: Verdana,Tahoma,Arial,sans-serif;
	font-size: 1.2em
}

h2 {
	font: Verdana,Tahoma,Arial,sans-serif;
	font-size: 1.1em;
	color: #999999
}
