 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { margin: 0;	padding: 0; }

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5;
	background-color: #FFF;
	background-image: url(bg_contents.jpg);
	background-repeat: repeat-x;
}

/* links */
a {
	color: #003366;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #CC0001; 
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Arial, 'Trebuchet MS', Sans-Serif;
	font-weight: bold;
	color: #333;
}
h1 {
	font-size: 120%;
	letter-spacing: .5px;
}
h2 {
	font-size: 115%;	
	text-transform: uppercase; 		
}
h3 {
	font-size: 115%;
	color: #003366;		
}

#header #slogan a {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}

#header #slogan a:hover {
	color: #CC0001; 
	background-color: inherit;
}

#top-flash {
	position: absolute;
	top: 0px; right: 0px;
	padding: 0; margin: 0;
	border: none;
}

/* images */
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: -8px;
	margin-left: 10px;
}

ul, ol {
	margin: 0px;
	padding: 0;
	list-style-position: inside;
}

code {
  margin: 10px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #CC0000;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #CC0000; 
	font-weight: bold;  
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 1px; 
	background: #FFF;
	color: #CC0000;
}


/**********************************
  LAYOUT 
***********************************/
#wrap {
	margin: 0 auto; 
	width: 780px;
}

/* header */
#header {
	position: relative;
	margin: 0; padding: 0;
	height: 80px;
}

#header #slogan {
	z-index: 3;
	position: absolute;
	left: 3px;
	bottom: 5px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 1.2em;
	font-weight: bold;
}

#header-logo {
	position: relative;
	clear: both;
	height: 74px; 
	margin: 0; padding: 0;	
}
#header-logo #logo {
	position: absolute;
	font: bold 30px "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	color: #000;
	background-image: url(logo_contents.jpg);
	height: 74px;
	width: 220px;
}

#header #cot-site {
	position: absolute;
	top: 15px;
	right: 10px;
}

#header #cot-site a {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#header #cot-site a:hover {
	color: #CC0000;
}

/* navigation tabs */
#header ul {
	position: absolute;
	margin:0;
	list-style:none;
	right:0px;
	bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0.1em;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header ul a {
   float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header ul a span {
   float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   padding:5px 15px 4px 6px;
   color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header ul a span {float:none;}
/* End IE5-Mac hack */
#header ul a:hover span {
	color:#FFF;
}
#header ul a:hover {
   background-position:0% -42px;
}
#header ul a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
}
#header #current a span {
   background-position:100% -42px;
}

/* SiteMap  */

#sm_outer {
	margin-top:10px;
	background:transparent;
	display:none;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#sm_inner {
	background-repeat: repeat-y;
	background-position: left top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: transparent;
	background-image: url(sm_bg.gif);
}

.sm_column {
	float:left;
	width:210px;
	padding: 0px 15px 10px 35px;
}

.sm_column ul li {
	padding: 0px;
	margin:	0 0 0 10px;
	list-style-type: none;
}

.sm_column h3 {
	font-size:14px;
	padding: 5px 0 5px 0;
}

.sm_column h3 a:link, .sm_column h3 a:visited {
	color: #003366;
}

.sm_column #whi {
	color: #003366;
}

.sm_column a:hover {
	text-decoration: underline;
}

/* main column */
#main {
	float: right;
	margin: 0;
	padding: 0;
	width: 545px;
	background-image: url(contents_bg.jpg);
	background-repeat: no-repeat;
}
#main h1 {
	margin: 10px 0;
	padding: 4px 0 4px 8px; 
	font-size: 105%;
	color: #FFF;
	text-transform: none; 
	background-color: #CC0000;	
	letter-spacing: 0.5px;
}


/* table */

table{
	border-collapse: collapse;
	clear: left;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 130%;
	width: 525px;
	margin-top: 1em;
	margin-right: 10px;
	margin-bottom: 1em;
	margin-left: 10px;
}

table caption{
	background: #F6F4F1;
	color: #110;
	border: 1px solid #F2EDDA;
	font-size: 110%;
	letter-spacing: .1em;
	padding: .5em;
}

th{
	background: #A58F6C;
	border: 1px solid #F2EDDA;
	color: #F5F4F0;
	font-weight: normal;
	padding: 0.4em;
	text-align: left;
	text-transform: capitalize;
	width: 17%;
}

th[scope="col"]{
background: #110;
}


th[scope="row"]{
background: #A58F6C;

}

th[scope="row"] a{
color: #F5F4F1;

}

td a:link{
color: #A58F6C;
}
th a:visited, td a:visited{
color: #110;
}

th a:hover, td a:hover{
text-decoration: none;
}


td{
	background: #F6F4F1;
	color: #110;
	border: 1px solid #F2EDDA;
	padding: .4em;
}

tr.odd td{
	background: #FFF;
}

tfoot th, tfoot td{
	background: #110 !important;
	color: #F5F4F1;
}

/* sidebar */
#sidebar {
	float: left;
	width: 220px;
	margin: 0; padding: 0; 
	background-color: #FFFFFF; 	
}
#sidebar h1 {
	margin: 10px 0 0 0; 
	padding: 4px 0 4px 8px; 
	font: bold 105% Arial, Sans-Serif;
	color: #FFF;
	text-transform: uppercase; 
	background: #333; 
	letter-spacing: 1px;	
}
#sidebar .left-box {
	border: 1px solid #EBEBEB;
	margin: 0 0 5px 0;	
	background: #FFF;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #f2f2f2; 
	background: url(bullet.gif) no-repeat 3px 2px;	
	padding: 3px 5px 3px 25px;
	margin: 0;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	padding: 3px 0px;	
	background: none;
}

/* footer */
.footer { 
	clear: both; 	
	border-top: 1px solid #f2f2f2;
	background: #FFF url(footerbg.gif) repeat-x;
	padding: 2px 0 10px 0; 
	text-align: center;  
	line-height: 1.5em;	
	font-size: 95%;
}
.footer a { 
	text-decoration: none; 
	font-weight: bold;		
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }

/* display and additional classes  */
.clear {	clear: both; }
.red   { color: #CC0000; }

.comments { 
	margin: 20px 10px 5px 10px; 
	padding: 3px 0;
	border-bottom: 1px dashed #EFF0F1; 	
	border-top: 1px dashed #EFF0F1;	
}

.contents-1 a {
	color: #CC0000;
}

.contents-1 a:hover {
	font-weight: bold;
}

.contentslred {
  margin: 10px 0 0 10px;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #CC0000;
}

.fontsize90 {font-size: 90%}

#imgpresident {
	padding-left: 30px;
}
#main #docdiv {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.contents-ulol {
	margin-left: 10px;
}
