body 
{

background : #000040;
 

}





#layout {
        width: 90%;
    background-color:#FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
        padding: 20px;
    border: thin solid #339999;
	height:100%
}

#header {
    text-align: center;
	padding: 5px;
	border-bottom: thin solid #339999;
	background-color: #ffffff;

}


 
 #container   {
 background-color: #FFFFFF;
         font-family: Arial Narrow, Helvetica, sans-serif;
       color: #000000;
       font-size:15px;
	   text-align: center;
  }



  
A:link {
text-decoration: underline;
 color: purple;
 }
 
A:visited {
text-decoration: underline;
 color: purple;
 }
 
A:active {
text-decoration: underline;
 color: green;
 }
 
A:hover {
text-decoration: underline overline;
 color: red;
 }




h1 {
       font-family: Verdana, sans-serif;
       color: #339999; 
       font-size: 25px;
	   font-weight: medium;
 
  }

h2 {
       font-family: Arial Narrow, Helvetica, sans-serif;
       color: #004f00; 
       font-size: 18px;
	   font-weight: medium;
 
  }



#footer {
       padding: 5px;
	   border-top: thin solid #339999;
	   background-color: #D8D8B1;
	   font-family: Arial Narrow, Helvetica, sans-serif;
       color: #000000;
       font-size: 55%;
	   font-weight: thin;
	   text-align: center;

	
}




#floatleft
{
float: left;
margin: 10px 10px 10px 10px;
}


#floatleft2
{
float: left;
padding: 5px 5px 5px 5px;
border:1px solid #339999;
background-color: #D2F0D2;
text-align:center;
font-family: 'Lucida Sans Unicode', Arial;
 font-size: .8em;
 font-weight: bold;
}





#piconright{
float:right;
margin:10px 10px 10px 10px;
padding:5px;
border:1px solid #339999;
text-align:center;
}

#piconleft
{
float:left;
margin:5px 5px 5px 10px;
padding:5px;
border:1px solid #339999;
text-align:center;
}

.wider {
 font-family: 'Lucida Sans Unicode', Arial;
 font-size: 1em;
 padding: 15px;
 background-color: #fff;
 border-right: 1px solid #ddd;
 border-bottom: 1px solid #ddd;
 width: 90%;
}
.table {
 width: 100%;
 border: 1px solid #f00;
}
.table .th {
 background-color: #f00;
 color: #fff;
 font-weight: bold;
 border-bottom: 1px dotted #f00;
}
.table .tr:nth-child(odd) {
 background-color: #eee;
}
.table .td {
 float: left;
 width: 50%;
 padding-left: 2%;
}


.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}