html, body {
	height: 100%;
}

body {
	background: #20323F url("../images/background2.gif") repeat-y 50% 0;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}

a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration: underline;
	color: #990000;
}

a:link {
	color: #990000;
}

a:hover {
	color: #CCCC99;
}

a:active {
	color: #990000;
}

a:visited {
	color: #990000;
}

#header {
	text-align: center;
	line-height: 150px;
	margin: 0px;
	padding: 0px;
}

#banner_div {
}

#banner_img {
	margin: 0;
	padding: 0;
}

h1 {
	width: 750px;
	height: 150px;
	text-indent: -9999px;
	background: url("../images/banner.gif");
	margin: 0;
	padding: 0;
}

.hide {
	display: none;
}

#horizontalnav {
	margin: 0;
	padding: 0;
	margin-right:auto;
	margin-left:auto;
	width: 750px;
	list-style-type: none;
	text-align: center;
	background-color: #990000;
	line-height: 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	
}

#navlist
{
color: white;
padding: 0 1px;
margin-left: 40px;
margin-top: 30px;
width: 13em;
font: normal 1em Verdana, sans-serif;
border: 1px ridge #990000;
opacity:.50;
filter: alpha(opacity=50);
-moz-opacity: 0.5;
}

#navlist li
{
list-style: none;
margin: 0;
font-size: 1em;
}

#navlist a
{
display: block;
text-decoration: none;
margin-bottom: 0.5em;
margin-top: 0.5em;
color: white;
background: #990000;
border-width: 1px;
border-style: solid;
border-color: #CCCCCC #333333 #333333 #CCCCCC;
padding: 0.5em 0.5em 0.5em 1em;
}

#navlist a#current {
opacity:.40;
filter: alpha(opacity=40);
-moz-opacity: 0.4;
background-color: #EAEAD5;
color: #000000;
text-decoration: underline;
border-color: #333333 #CCCCCC #CCCCCC #333333;
padding: 0.5em 0.5em 0.5em 1em;
}

#navlist a
{
width: 99%;
/* only necessary for Internet Explorer */
}

#navlist a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 14.8em;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a
{
width: auto;
/* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover
{
opacity:.40;
filter: alpha(opacity=40);
-moz-opacity: 0.4;
text-decoration: underline;
border-color: #333333 #CCCCCC #CCCCCC #333333;
padding: 0.5em 0.5em 0.5em 1em;
}

#navlist a:active, #navlist a#current:active
{
opacity:.40;
filter: alpha(opacity=40);
-moz-opacity: 0.4;
background-color: #EAEAD5;
color: #000000;
text-decoration: underline;
border-color: #333333 #CCCCCC #CCCCCC #333333;
padding: 0.5em 0.5em 0.5em 1em;
}


/*div.transOFF { width: 70%; background-color: #990000; opacity:.30; filter: alpha(opacity=30); -moz-opacity: 0.3; }
div.transON  { width: 70%; background-color: #990000; opacity:.20; filter: alpha(opacity=20); -moz-opacity: 0.2; }*/

div.trans50  {width: 100%; background-color: #990000;opacity:.40;filter: alpha(opacity=40); -moz-opacity: 0.4; }
div.trans25   {width: 100%; background-color: silver;opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25;border:1px solid black; }

#content {
	margin: 0px;
	padding: 0px;
	margin-right:auto;
	margin-left:auto;
	width: 749px;
	height: auto;
	height: 100%;
	text-align: left;
	border-top: 6px solid #990000;
	
}

#content p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #20323F;
}

div#content {
	height: 100%;
	height: auto;
}

#contentleft {
	width:262px;
	padding:0px;
	float:left;
	height: 100%;
	height: auto;
	background-image: url("../images/content-back.gif");
	background-repeat: no-repeat;
	background-position: top left;
}
	
#contentcenter {
	width:432px;
	padding:10px 5px 405px 50px;
	float:left;
	height: auto;
	height: 100%;
	background-color: #EAEAD5;
	background-image: url("../images/gradient-kanji-back.jpg");
	background-repeat: repeat-y;
	}

#contentheaderbox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #20323F;
	width: 97%;
}

#contentbox {
	background-image: url("../images/h3-back.jpg");
	background-repeat: repeat-x;
	background-position: top;
	border-style: solid;
	border-color: #ADAC9B #5C5B4B #5C5B4B #ADAC9B;
	border-width: 2px;
	margin: 2px;
	margin-top: 20px;
	padding: 0px 5px 20px 15px;
	clear: both;
}

#contentbox p {
	font-weight: bold;
	font-size: 12px;
}

#contentbox p.content {
	font-weight: normal;
	font-size: 12px;
}

#contentbox p.header {
	border-bottom: 1px dashed #ADAC9B;
	width: 98%;
	padding-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
}

#contentbox a {
	border: 0px;
	padding: 0px;
	color: #000000;
	font-size: 10px;
	margin: 0px;
}

#contentbox a:hover {
	border: 0px;
	margin: 0px;
	padding: 0px;
	color: #ADAC9B;
	background-color: #5C5B4B;
	font-size: 10px;
}

#contentbox a.border {
	border: 1px solid #ADAC9B;
	margin: 1px;
	padding: 3px;
	color: #000000;
	font-size: 10px;
	margin: 1px;
}

#contentbox a.border:hover {
	border: 1px solid #5C5B4B;
	margin: 1px;
	padding: 3px;
	color: #ADAC9B;
	background-color: #5C5B4B;
	font-size: 10px;
}


#contentbox a.image {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	text-decoration: none;
	color: 20323F;
}

#contentbox a.image:hover {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	text-decoration: none;
	color: 20323F;
}

#contentbox a.image img{
	border: 1px solid #000;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

#contentbox a.image:hover img{
	border: 1px solid #ccc;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#contentbox a.image:hover{
	color: #666666; /* irrelevant definition to overcome IE bug */
}

#contentbox .pictureframe {
	border: 1px solid #000;
}

#contentsplitleft {
	width:190px;
	padding:0px;
	float:left;
}

#contentsplitright {
	width:190px;
	padding:0px;
	float:left;
}

h3 {
	width: 100%;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #000000;
	line-height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 7px 0px 5px 0px;
	border-bottom: 1px solid #ADAC9B;
}

h4 {
	/*background-color: #990000;*/
	border-bottom: 1px solid #CCCCCC;
	width: 99%;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #20323F;
	line-height: 16px;
	padding: 2px 0px 2px 0px;	
}

h4.ai, p.ai {
	background: url(../images/bullets/ai.gif) no-repeat top left;
	padding-left: 17px;
}

h4.ki, p.ki {
	background: url(../images/bullets/ki.gif) no-repeat top left;
	padding-left: 17px;
}

h4.do, p.do {
	background: url(../images/bullets/do.gif) no-repeat top left;
	padding-left: 17px;
}

ul {
	margin: 1px 3px 1px 10px;
	padding: 1px 3px 1px 10px;
}

li {
	margin: 0px 5px 3px 2px;
	padding: 0px 4px 0px 4px;
	font-weight: normal;
}

li.ai {
	list-style-image: url("../images/bullets/ai.gif");
}

li.ki {
	list-style-image: url("../images/bullets/ki.gif");
}

li.do {
	list-style-image: url("../images/bullets/do.gif");
}

/* So IE will see the image */
#footerimage {
	margin: 0px;
	padding: 0px;
	background-image: url("../images/background2-footer.gif");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-attachment: fixed;
	background-color: #20323F;
	clear: both;
}

/* So FF will see the image */
#footerimage2 {
	clear: both;
	margin: 0px;
	padding: 0px;
	margin-right:auto;
	margin-left:auto;
	width: 759px;
	background-image: url("../images/background2-footer.gif");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-color: #20323F;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	margin-right:auto;
	margin-left:auto;
	width: 765px;
	background-color: #20323F;
	height: 25%;
}

#footer p {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#footer a {
	color: #FFFFFF;
}

#footer a:link a:visited a:active {
	font-size: 12px;
	color: #FFFFFF;
}

#footer a:hover {
	color: #990000;
	background-color: #FFFFFF;
	font-size: 12px;
}

#footerleft {
	width:200px;
	padding:3px 0px 3px 0px;
	float:left;
	text-align: center;
	color: #FFFFFF;
	background-color: #20323F;
}
	
#footercenter {
	width:365px;
	padding:3px 0px 3px 0px;
	float:left;
	text-align: center;
	color: #FFFFFF;
	background-color: #20323F;
}

#footerright {
	width:200px;
	padding:3px 0px 3px 0px;
	float:left;
	text-align: center;
	color: #FFFFFF;
	background-color: #20323F;
}

a.calmenu:link {
	color: #FFFFFF;
}

.notes {
	font-size: 9px;
	font-weight: normal;
}
