body {
	text-align: center;
       background-color: #ffffff;
	font-size: 12px;
}

#banner {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	text-align: right;
	background-color: #ffffff;
	font-size: 12px;
}

#mainbox {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}

#leftbox {
	font-size: 12px;
	width: 190px;
	text-align: left;
	float: left;
	background-color: #ffffff;
       padding-bottom: 10px;
}

#rightbox {
	font-size: 12px;
	text-align: left;
	padding-bottom: 50px;
	float: right;
	width: 580px;
	padding-left: 10px;
	padding-right: 0px;
}

#footer {
	width: 750px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #3e7cff;
	letter-spacing: 1.5px;
	text-align: center;
	line-height: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}

p {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1.5px;
	text-align: left;
}

h1 {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1.5pt;
	margin-bottom: 10px;
	margin-top: 5px;
}

ul {
	list-style-type: none;
	list-style-position: inside;
}

h2 {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1.5pt;
	margin-bottom: 10px;
	margin-top: 5px;
}

h3 {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1.5pt;
	margin-bottom: 10px;
	margin-top: 5px;
}

