
/* Layout Stylesheet */ 

body { background:#fff; text-align:center; padding:0; }

#outer {
 text-align:left;
 border:solid 1px #000000;
 width:1024px;
 margin:auto;
 }

#hdr { height:80px; background:#339; font-size: 12pt; font-style: normal; position: absolute; top: 0; width: 1024px; z-index: 1; border-bottom-color: #963; border-bottom-width: 5px; }
#bar { color: #fff; font-size: 15px; font-family: tahoma; line-height: 9pt; background-color: #999; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; height:17px; text-align: right; position: absolute; top: 80px; width: 1015px; z-index: 2; padding-right: 5px; border-color: #fff; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px !important; border-left-width: 1px; }
#bodyblock { background: #ccc; color: #333333; position: absolute; top: 100px; width: 1020px; z-index: 4; clear: none; border: solid 1pt #303; }

#l-col { color: #999; font-size: 12px; font-family: tahoma, verdana, geneva; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align: left; position: absolute; top: 1px; left: 10px; width:150px; z-index: 3; max-width: 115px; border-top-color: #fff; border-top-width: 10pt; border-right-color: #999; border-right-width: 2pt; border-bottom-color: #fff; border-left-color: #999; border-left-width: 2pt; }
#r-col { color: #999; font-size: 12px; font-family: tahoma, verdana, geneva; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align: justify; position: absolute; top: 1px; left: 795px; width: 200px; border-color: #fff #999; }
#cont { width:610px; color: #333333; background-color: #ffffff; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align: left; margin-left: 170px; padding-left: 10px; border: solid 1px #000000; }

#ftr { color: #fff; background: #339; width: 1019px; height:60px; border: solid 1px black; }

#navcontainer { margin-left: 0; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li { margin: 0 0 1px 0; }

#navcontainer a
{
display: block;
padding: 5px 10px;
width: 120px;
color: #fff;
background-color: #333;
text-decoration: none;
}

#navcontainer a:hover
{
color: #fff;
background-color: #ccf;
text-decoration: none;
}

#navcontainer ul ul li { margin: 0 0 1px 0; }

#navcontainer ul ul a
{
display: block;
padding: 5px 5px 5px 30px;
width: 120px;
color: #fff;
background-color: #669;
text-decoration: none;
}

#navcontainer ul ul a:hover
{
color: #fff;
background-color: #ccf;
text-decoration: none;
}

th { text-align: center; font-weight: bold ; padding-right: 10px; }

th { vertical-align: baseline }
td { vertical-align: middle }

table   { border-collapse: collapse   }
tr#row1 { border-color: blue; }
tr#row2 { background-color: #ccc; border-color: black; }
tr#row3 { border: 1px solid black }
