body {
background-color: #ffffff;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}
a {
color: #000000;
text-decoration: none;
}
a:visited {
color:#000000;
}
a:hover {
color: #000000;
text-decoration: underline;
background-color: #FFFFFF;
}
a:active {
 color:#000000;
 }
/* ----------Menu Links---------- */
a.menu {
display: block;
line-height: 20px;
font-weight : bold;
color: #9EB6FF;
font-size:14px;
}
a.menu:visited {
display: block;
font-weight : bold;
line-height: 20px;
color:#9EB6FF;
font-size:14px;
}
a.menu:hover {
display: block;
font-weight : bold;
width: 175px;
line-height: 20px;
color: #330066;
font-size:14px;
text-decoration: none;
background-color: #9EB6FF;
}
a.menu:active {
display: block;
font-weight : bold;
line-height: 20px;
font-size:14px;
color:#9EB6FF;
 }

h1 {
font-size: 11px;
background-color: #ffffff;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:0px;
margin:0px }
h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}


img.download {vertical-align:middle;}

/* ----------container to center the layout---------- */
#container {
width: 800px;
float: left;
border-left: solid 1px #000000;
/*--border-right: solid 1px #000000;--*/
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 

/* ----------banner for logo-------------- */
#banner {
text-align: left;
background-color: #ffffff;
border-right: solid 1px #000000;
padding: 0px;
margin: 0px; }

#banner img {padding:0px;} 

/* ----------outer and inner----------------- */
#outer{ 
border-left: solid 200px #330066;  /* color of the left column  */ 
background-color: #ffffff; /* color of the content column */
 } 

#inner{ margin:0px; width:100%; } /* The ie/pc pecularity */ 

/* --------------left navi------------- */
#left {
 width:200px; 
 float:left; 
 position:relative; 
 margin-left:-200px; 
 margin-right:1px;
 }

/* -----------------content--------------------- */
#content{ 
position: relative; 
margin-left: 5px; }

p{
padding: 5px 10px;
margin:0px; }

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}

/*  ----------------footer---------------------- */ 
#footer {
clear:left;
padding-left:200px;
margin:0px;
border-right: solid 1px #000000;
border-top:solid 1px #000000;
border-bottom: solid 1px #000000;
text-align:center;
}
