html, body {
   background-color:white;
   margin:0px;
   padding:0px;
}
 
#header {
   background-color:rgb(190,215,235);
   width:100%;
   height:170px;
   padding:0px;
   margin:0px;
}
 

 
#content {
   margin-top:0px;
   margin-left:180px;
   margin-right:180px;
}
 
#features {
   position:absolute;
   background-color:rgb(210,235,255);
   top:180px;
   right:0px;
   width:180px;
   margin:0px;
   padding:0px;
}
 
#logo {
   position:absolute;
   top:10px;
   left:45px;
   width:100px;
   height:150px;
}
 
#banner {
   position:absolute;
   top:10px;
   left:196px;
}
 
#banner_pic {
   border:none;
   width:760px;
   height:134px;
}
 
/* #top_navigation {
   position:absolute;
   top:148px;
   left:196px;
   border:none;
   width:459px;
   height:21px;
} */
 
#main_navigation {
   width:180px;
   height:420px;
}

 #navigation {
    position:absolute;
    background-color:rgb(210,235,255);
	top:180px;
    left:0px;
    width:180px;
	height:600px;
	margin:0px;
	padding:0px;
}
 
a.navi, a.navi_first, a.navi_self {
   display:block;
   white-space:nowrap;
   overflow:hidden;
   border-left: 1px gray;
   border-right:1px gray;
   border-bottom:1px gray;
   font-family:Tahoma,sans-serif;
   font-size:12px;
   font-weight:bold;
   text-decoration:none;
   letter-spacing:0.1em;
   padding:3px;
   text-align:center;
}
 
a.navi_first {
   border-top:1px gray;
}
 
a.navi:link, a.navi_first:link, 
a.navi:visited, a.navi_first:visited {
   background-color:rgb(210,235,255);
   color:gray;
}
 
/* a.navi_self:link, a.navi_self:visited {
   background-color:rgb(255,255,225);
   color:rgb(0,184,255);
} */
 
a.navi:hover, a.navi_first:hover, a.navi_self:hover, 
a.navi:active, a.navi_first:active, a.navi_self:active {
   background-color:rgb(255,255,225);
  /*  color:navy; */
	color:rgb(0,153,255); 
}
 
h1,h2,p.text,p.intro,ul,ol,table.text {
   margin-right:16px;
   font-family:Tahoma, sans-serif;
}
 
h1 {
   font-weight:bold;
   font-style:normal;
   font-size:120%;
   line-height:1.1em;
   color:rgb(90,115,135);
   border-left:rgb(190,215,235) solid 20px;
   border-bottom:rgb(190,215,235) solid 4px;
   padding-left:10px;
   margin-left: 0px;
   width: 632px;
   margin-top:10px;
}
 
h2 {
   font-weight:bold;
   font-style:normal;
   font-size:100%;
   line-height:1.1em;
   color:rgb(90,115,135);
   border-bottom:rgb(190,215,235) solid 2px;
   padding-left:26px;
   margin-left:7px;
   margin-top:24px;
}
 
p.intro {
   text-align:left;
   font-weight:normal;
   font-style:normal;
   font-size:100%;
   line-height:1.1em;
   margin-left:26px;
   color:black;
}
 
p.text {
   text-align:left;
   font-weight:normal;
   font-style:normal;
   font-size:100%;
   line-height:1.1em;
   margin-left:26px;
   color:black;
}
 
li {
   text-align:left;
   font-weight:normal;
   font-style:normal;
   font-size:100%;
   line-height:1.1em;
   color:black;
}
 
td,th {
   text-align:left;
   font-style:normal;
   font-size:100%;
   line-height:1.1em;
   color:black;
}
 
th {
   font-weight:bold;
}
 
div.box_title {
   margin-top:16px;
   margin-left:8px;
   margin-right:8px;
   background-color:rgb(130,130,130);
   color:white;
   font-family:Tahoma,sans-serif;
   font-size:12px;
   font-weight:bold;
   padding:1px;
}
 
div.box_content {
   margin-left:8px;
   margin-right:8px;
   margin-bottom:8px;
   background-color:white;
   border:rgb(130,130,130) solid 1px;
   color:black;
   font-family:Tahoma,sans-serif;
   font-size:80%;
   font-weight:normal;
   padding:3px;
}
