body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	background: #e7e7e7;
}

a {
	text-decoration: none;
	color: #649547;
}

a:hover {
	color: #808080;
	background: #f0f0f0;
	border-bottom: 1px dotted #649547;
	padding-bottom: 1px;
}

a img {
	border: none;
	border: 4px solid #e6e6e6;
	margin: 2px;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 5px 0;
	padding: 2px 0px 0px 0px;
	border-bottom: 2px solid #eee;
}

.blue {
	color: #286ea0;
	font-style: italic;
	font-size: 16px;
	letter-spacing: 3px;
}


#bg { 
	width: 760px;
	margin: 0 auto;
	height: 580px;
	padding: 6px 10px 0px 10px;
	background: url(images/bg.gif) no-repeat;
	height: 600px;
}

#container {
	padding: 9px 4px 0 2px;
	color: #303030;
	width: 736px;
	
}

#content {
	clear: both;
	text-align: right;
	padding: 20px 15px 0 0;
	margin: 0px 0 3px 0;
	height: 40px;
	border-bottom: 2px solid #eee;
	color: #808080;
}

#title {
	float: left;
	font-size: 14pt;
	font-weight: bold;
	padding: 0 0 0 10px;
}

#navi {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

#navi ul {	
	list-style: none;
	width: 150px;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 1.1em;
	border-right: 2px solid #ccc;
}	

#navi li {
	margin-bottom: 4px;
	padding: 0 5px 0 10px;
}

#navi li a {
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
	height: 20px;
	text-decoration: none;
	color: #808080;
	display: block;
	padding: 6px 10px 0 10px;
	background: #fff;
	border-bottom: 1px dotted #ccc;
}	
	
#navi li a:hover {
	color: #ffffff;
	background: #588fc9;
}

#codes {
	float: left;
	width: 130px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

#codes ul {	
	list-style: none;
	width: 129px;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 0.9em;
	border-right: 0px solid #ccc;
}	

#codes li {
	margin-bottom: 4px;
	padding: 0 0 0 10px;
}

#codes li a {
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	height: 14px;
	text-decoration: none;
	color: #808080;
	display: block;
	padding: 2px 0 0 10px;
	background: #fff;
	border-bottom: 0px dotted #ccc;
}	
	
#codes li a:hover {
	color: #808080;
	background-color:#ffffff;
}

.main_box {
	width:571px;
	height:208px;
	background-color:#ffffff;
 	overflow:auto;
}

.left {
	margin: 9px 0 10px 0;
	padding: 3px 5px 5px 10px;
	width: 130px;
	color: #6B6B6B;
	line-height: 1.6em;
	float: left;
}

.left a {
	text-decoration: underline;
}

.left p {
	margin: 0;
	margin-top: 10px;	
}

.right {
	float: right;
	margin: 6px 0 10px 0;
	padding: 3px 5px 5px 10px;
	color: #6B6B6B;
	line-height: 1.6em;
}

.right a {
	text-decoration: underline;
}

.right p {
	margin: 0;
	margin-bottom: 20px;		
}

#aff_box {
	border: 1px solid #ccc;
	background: #f4f4f4;
	padding: 3px;
	margin-top: 5px;
	font-size: 1.0em;
}


#header {
	margin:  0 0 5px 155px;
	padding: 0px 10px 5px 6px;
	line-height: 1.4em;
	background: url(images/header.jpg) repeat-x;
	height: 146px;
}


img {
	border: none;
	border: 4px solid #e6e6e6;
	margin: 2px;
}

#footer {
	clear: both;
	color: #ffffff;
	font-size: 0.9em;
	text-align: right;
	padding: 79px 10px 9px 0;
	margin: 10px 5px 10px 5px;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	font-weight: bold;
	
}

#footer a {
	text-decoration: underline;
	color: #3A6794;
}

#footer a:hover {
	color: #000;
}

blockquote {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.6em;
}
