@charset "utf-8";
/* CSS Document */

* {

	margin: 0;
	padding: 0;
	
}

html {

	overflow: auto;
	
}

body {

	background: url(bodybg2.gif) repeat;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	
}

.clear {

	clear: both;
	
}

/* Header */

#header {

	border-bottom: dotted thin;
	border-color: #4D4D4D;
	text-align: right;
	
}

#header img {

	float: left;
	
}

#header ul {

	list-style: none;
	float: left;
	
}

#header ul li {

	float: left;
	
}

#header ul li a, ul li a:visited {

	display: block;
	float: left;
	margin: 40px 0 0 0;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 12px;
	
}

#header ul li a:hover {

	background: #66CCFF;
	color: #000;
	
}

/* -- End Header -- */

#content {

	width: 880px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(bodybg.gif);
	
}

#content_j {

	width: 880px;
	margin: 150px auto;
	padding: 0 10px;
	background: url(bodybg.gif);
	
}

.quote {

	border: thin dotted #66FF66;
	width: 808px;
	margin: 0 auto;
	text-align: center;
	
}

.quote_style_two {

	border-left: thin dotted #66FF66;
	border-right: thin dotted #66FF66;
	border-bottom: thin dotted #66FF66;
	width: 808px;
	margin: 0 auto;
	text-align: center;
	
}

.quote p {

	text-align: left;
	padding: 0 10px 0 10px;
	
}

.quote_style_two p {

	text-align: center;
	padding: 0 10px 0 10px;
	
}

.quote_quotation {

	font-size: 24px;
	font-family: "Courier New", Courier, monospace;
	color: #66FF33;
	font-weight: bold;
	
}

.quote_person_title {

	width: 800px;
	margin: 0 auto;
	background: #66CC33;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 10px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	
}

.quote_person_name {

	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color: #CCC;
	font-weight: bold;
	float: right;
	padding: 0 10px 5px 0;
	
}

.main {

	border-bottom: dotted thin #4D4D4D;
	padding-top: 20px;
	padding-bottom: 20px;
	
}

.main_j {
	
	padding-top: 20px;
	padding-bottom: 20px;
	
}

.main a, .main a:visited {

	color: #FF3333;
	text-decoration: underline;
	
}

.main a:hover {

	color: #CCC;
	
}

.main ol {

	margin-left: 50px;
	
}

.main ul {

	margin-left: 50px;
	list-style-type: square;
	
}

.main li {

	margin-bottom: 5px;
	
}

.content_p {

	text-indent: 30px;
	
}

h1 {

	font-size: 26px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #66CCFF;
	
}

h2 {

	font-size: 14px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	
}

h3 {

	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	
}

td {
	
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	
}

.right {
	
	text-align: right;
	
}

#copyright {

	text-align: center;
	font-size: 14px;
	margin: 20px 0 0 0;
	color: #FFF;
	
}

#copyright a, #copyright a:visited {

	color: #FF3333;
	text-decoration: underline;
	
}

#copyright a:hover {

	color: #CCC;
	
}

.center {
	
	margin: 0 auto;
	
}

.center_t {
	
	text-align: center;
	
}

.center_t a, .center_t a:visited {
	
	color: #66CCFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	
}

.center_t a:hover {
	
	color: #FFF;
	text-decoration: underline;
	
}

.j {
	
	width: 200px;
	height: 35px;
	border: 1px solid #FFF;
	text-align: center;
	
}

.main_j td {
	
	vertical-align: middle;
	padding: 2px;
	
}

.j a {
	
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	color: #FFF;
	line-height: 35px;
	
}

.j a:visited {
	
	background: #66CCFF;
	color: #000;
	
}

.j a:hover {
	
	color: #000;
	background: #FF3333;
	
}