/* CSS Document */

html {
	margin: 0;
	padding: 0;
	}
body {
	font: 85% Arial, georgia, sans-serif;
	line-height: normal;
	color: #EFEFEF;
	background: #333;
	margin-top:5px;
	margin-left: 5px;
	max-width:1024px;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 { 
	font: italic normal 1.4em Arial, georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #6699cc;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FF0000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
acronym {
	border-bottom: none;
	}


/* specific divs */
#container {
	background: url(images/kanji.png) no-repeat top left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position:relative;
	}

#container h1 { 
	float: left;
	}
#container h1 span {
	display:none
	}

#intro { 
	max-width: 1024px;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h2 { 
	background: transparent url(/images/logo.png) no-repeat top left; 
	margin-left: 120px;
	margin-top: 0px; 
	margin-bottom: 0px; 
	width: 500px; 
	height: 60px; 
	float: left;
	}
#pageHeader2 {
	clear: right;
	background: transparent url(/images/background2.png) no-repeat top right;
	background-position: 0px -20px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: -284px;
	width: 220px;
	height: 284px;
	position:absolute;
	left: 621px;
	top: 0px;
	}

#pageHeader h2 span {
	display:none
	}
#pageHeader {
	padding-top: 10px;
	padding-bottom:65px;
}

#quickSummary {
	clear:both; 
	margin: 30px 10px 0px 10px; 
	width: 160px; 
	float: left;
	}
#quickSummary p {
	font: italic 15pt/22pt georgia; 
	text-align:center;
	}

#preamble {
	clear: right;
	font: medium Arial, georgia, sans-serif;
	padding: 0px 300px 5px 0px;
	margin: 0px 0px 0px 0px;
	}
#supportingText {	
	width: 735px;
	text-align:justify;
	font: medium Arial, georgia, sans-serif;
	margin-bottom: 30px;
	}

#supportingText2 {	
	font: medium Arial, georgia, sans-serif;
	width: 735px;
	padding-left: 0px; 
	margin-bottom: 30px;
	}

#footer { 
	text-align: center;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	max-width: 1024px;
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}

#linkList {
	margin-left:0px;
	width: 200px;
	position: absolute;
	top: 75px;
	left: 764px;
	}
#linkList2 { 
	font: 10px verdana, sans-serif; 
	line-height: 1.5;
	background: transparent url(paper-bg.jpg) top left repeat-y; 
	width: 200px;
	}
#linkList h3.select { 
	background: transparent url(h3.gif) no-repeat top left; 
	margin: 10px 0 5px 0; 
	width: 97px; 
	height: 16px; 
	}
#linkList h3.select span {
	display:none
	}
#linkList h3.favorites { 
	background: transparent url(h4.gif) no-repeat top left; 
	margin: 25px 0 5px 0; 
	width: 60px; 
	height: 18px; 
	}
#linkList h3.favorites span {
	display:none
	}
#linkList h3.archives { 
	background: transparent url(h5.gif) no-repeat top left; 
	margin: 25px 0 5px 0; 
	width:57px; 
	height: 14px; 
	}
#linkList h3.archives span {
	display:none
	}
#linkList h3.resources { 
	background: transparent url(h6.gif) no-repeat top left; 
	margin: 25px 0 5px 0; 
	width:63px; 
	height: 10px; 
	}
#linkList h3.resources span {
	display:none
	}


#linkList ul {
	margin: 0;
	padding: 0;
	}
#linkList li {
	line-height: 2.5ex; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	list-style-type: none;
	}
#linkList li a:link {
	color: #988F5E;
	}
#linkList li a:visited {
	color: #B3AE94;
	}


#extraDiv1 {
	background: transparent url(cr2.gif) top left no-repeat; 
	position: absolute; 
	top: 40px; 
	right: 0; 
	width: 148px; 
	height: 110px;
	}
.accesskey {
	text-decoration: underline;
	}

/*- Menu 14--------------------------- */


#menu14 {
	width: 200px;
	text-align: center;
	vertical-align: top;
	font-size: small;
        }

#menu14 li a {
        height: 24px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#menu14 li a:link, #menu14 li a:visited {
        color: #FFFF33;
        display: block;
        background:  url(/images/menu14.gif) no-repeat;
        padding: 8px 0 0 10px;
        }

#menu14 li a:hover, #menu14 li #current {
        color: #FFF;
        background:  url(/images/menu14.gif) 0 -32px no-repeat;
        padding: 8px 0 0 10px;
        }

                
