
/**************** Body and tag styles ****************/


body{
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
text-align:center;
color:#303030;
background:#e8eaec url('./img/bgmain.jpg')  center repeat-y;
}

a{
color:#467aa7;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}

/**************** Header and navigation styles ****************/

#container{
width:850px;
margin:0 auto 0 auto;

text-align:left;
background:#ffffff;
color:#303030;

}

#header{
height:115px;
width:850px;
margin:0;
/*background:#467aa7;*/
background-color:#ffffff;
color:#ffffff;
}


#navigation{
height:2.2em;
line-height:2.2em;
width:850px;
margin:0 0px;
background:#578bb8;
/*background:#663300;*/
color:#ffffff;
text-align:center;
}




/**************** Content styles ****************/

#content{

width:850px;
font-size:0.9em;
padding-top:2px;
}

#leftBar {
 margin-left:15px;
  float: left; 
  width: 215px;
  clear:both;

}
#leftopcontent {
  margin-left:15px;
  float: left; 
  width: 215px;
  clear:both;
  display: inline;
  margin-top:10px;

}


#mainpage {

  width:550px;
  display: inline;
  padding-right:5px;
}

#innermain{
margin-top:18px;
margin-right:20px;
border-style:solid;
border-width:1px;
border-color:#a0a0a0;
width:550px;
float:right;
padding-left:5px;
padding-right:5px;
height:auto !important;   /*this line is needed due to ie6*/
height:600px;             /*this line is needed due to ie6*/
min-height:600px;
}

ul {
   list-style-position: inside;
}

ol {
   list-style-position: inside;
}

.table_detail
{
color:navy;
border-collapse:collapse;
border-style:solid;
border-width:1px;

}

.theader
{
border-style:solid;
border-width:1px;

text-align:center;
}
.detail
{
border-style:solid;
border-width:1px;

}


/**************** Footer styles ****************/

#footer{

width:850px;
margin-bottom:-7px;
height:25px;
font-size:1.0em;
color:#f0f0f0;
background:#467aa7;
text-align:center;

}

#prefooter{
clear:both;
width:850px;

}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}


h1 {
font-size:20px;
}


h3{
font-size:14px;
}