body
{
	background-color: #fff;
	font-size: 10pt;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #564b47;
	padding: 0;
	margin: 0;
	height: 768px;
}

a {color: #666;text-decoration:none;}
a:visited {color:#666;text-decoration:none;}
x:hover {color: #666;text-decoration:underline;}
a:active { color:#666;text-decoration:none;}

h1 {
	font-size: 2em; 
	font-weight: normal;
 }

h2 {
	font-size: 1.7em;
	font-weight: normal;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #666;text-decoration:none;
	text-decoration: underline;
}
h4 {
	font-size: 2em; 
	font-weight: normal;
	color: White;
 }


img.download {vertical-align:middle;}


#container
{
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	background-color: transparent;
}


#banner
{
	height: 105px;
	margin: 0;
	padding: 0;
	background-image: url(pix/logo.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	
}
#banner p{
	margin-right: 10px;
	padding: 25px;
}

#navcontainer {
  padding-top:1px;
}

#navcontainer:after {
        content: ".";
        display: block;
        line-height: 1px;
        font-size: 1px;
        clear: both;
}

ul#navlist {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        width: 1024px;
        
}

ul#navlist li
{
	float: left;
	width: 12.5%;
	margin: 0;
	padding: 0;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	padding: 0.5em;
	color: white;
	text-decoration: none;
	background: none transparent scroll repeat 0% 0%;
	border-bottom: #ccc 1px;
	border-left: #fff 1px;
	border-top: #ffe 1px;
	border-right: #aaab9c 1px;
	font-size: 18px;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
        background: #E3E3E5;
        color:#808080;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
        color: #fff;
        background: #666;
        border-color: #aaab9c #fff #666 #ccc;
}


#sidenavi ul {
  list-style-type: square;
	color:#808080;
	padding-left:25px;
	
	}
	
#sidenavi ul li {
  margin: 3px 0;
}

#content
{
	background-color: transparent;
	margin: 0px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	overflow:auto
}
.t
{
	background-color: #F6F6F6;
	text-align: left;
}
.t1 
{
	color: #666;text-decoration:none;
	font-weight:bold;
	vertical-align:top;
	width:150px;
}

.t2 
{
	color: #666;text-decoration:none;
	font-weight:normal;
}

#content h2 {
  margin-top:74px;
}

#content a {
  margin-top:16px;
}

.exp {
  text-align:right;
	height:440px;
}

.norm {
  text-align:left;
  margin-left:40px;
	margin-right:40px;
}

.exp span {
  font-weight:bold;
}

.exp img {
	margin-right:120px;
	margin-left:60px;
}

p, pre
{
	margin: 0;
	font-size: 10pt;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 0px;
}


h1 {
	padding: 15px 25px;
	margin:0;
}
h2
{
	padding: 5px 25px;
	margin: 0;
	font-size: 12pt;
	font-weight: bold;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}

td.form {
  width:250px;
  text-align:left;
	vertical-align:top;
}

td.forminput {
  text-align:left;
} 


#left
{
	float: left;
	width: 200px;
	margin-top: 14px;
	padding: 0 0 0 0;
	color: #f0f0f0; /*background-color:#E3E3E5;*/
	background-color: transparent;
	font-size: 12pt;
	line-height: 190%;
}

#navihead {
  width: 250px;
	height: 30px;
	padding:0 0 0 0 ;
	background-image: url('img/navi-background.jpg');
	font-size:12px;
	font-weight:bold;
	color:#666;
}

span.navihead {
 	margin-left:12px;
}

#footer {
	clear: left;
	background-color: #ffffff;
	padding-top: 20px;
	margin: 0;
	}

