@charset "utf-8";
/* CSS Document */

html , body {
height: 100%;
/*
min-height: 100%;
*/
margin:0px;
padding:0px;
font-family:Arial, Geneva, Helvetica, sans-serif;
height:100%; 
background: url(1x.jpg) repeat-y #3C566E;
background-position:130px;
z-index: 3;
}

p {font-family:Arial, Geneva, Helvetica, sans-serif;font-size:11pt;color:#002E3F;}

#container {
width: 800px;
/*height: 100%;*/
position:absolute;
height:100%;
}

#flash {width: 130px; height: 100%;clear: both;position: absolute;background: #3c566e;padding: 0;margin-top: -116px;}

#header {
height: 80px;
width:670px;
left: 130px; 
background: #002e3f;
position: absolute;
z-index: 2;
}

#header img {float:right;padding-top:17px;}

#nav {
float: right;
width: 125px;
top: 81px;
left: 675px;
background: #A39D99;
position: absolute;
z-index: 2;
}

#banner {width:100%;}

#banner img {margin-left:auto;margin-right:auto;}

#main {
top:120;

height:inherit;

}
#content {

top: 81px;
border-left:1px solid #ccc;
background:white; 
margin-left:130px;
width: 544px;float: left;
position: relative;
border-right:125px solid #A39D99;
padding:0px;
height:inherit;
z-index: 2;

}

#contentbg {
top: 81px;
border-left:1px solid #ccc;
background:white; 
margin-left:130px;
width: 544px;
float: left;
//position: absolute;
border-right:125px solid #A39D99;
//display:block;
padding:0px;
overflow:hidden;
height: inherit;
z-index: 1;
}



A:link{      
   color: #002E3F;
   font-weight: bold;
   text-decoration: none;
}
A:visited{
    color: #002E3F;
    font-weight: bold;
    text-decoration: none;
}
A:active{
   color: #002E3F;
   font-weight: bold;
   text-decoration: none;
}
A:hover{
   color: #002E3F;
   font-weight: bold;
   text-decoration: underline;
}
P{
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 11pt;
    color: #002E3F;
}
TD{
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 11pt;
    color: #002E3F;
}
LI{
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 11pt;
    color: #002E3F;
}
.big{
    font-size: 16pt;
}
.fulltable {
	//height: 100%;
}
