
/*=============General Styles=============*/

body{
 background-color: #001941;
 color:#001941;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size:.9em;
 margin:0;
 padding:0;
 text-align:center;
}

#container{
 width:750px;
 margin: auto;
 background-color: #e5e5e5;
 text-align:left;
 border-left: solid 1px #e1d587;
 border-right: solid 1px #e1d587;
}

p{
 margin:10px;
 text-align:justify;
}

.tableText table {
   font-size: .9em;
   border:thin;
   border-style:solid;
   border-color: #CCCCCC;
   }
   
.tableText table hr {
   color: #CCCCCC;
   }
   
.tableText table h5 {
   margin-bottom: -1px;
   margin-top: 8px;
   }
/*=============Header Styles=============*/

/*
#header{
 position:relative;
 height:166px;
 background-color:#001941;
 color:#e1d587;
 text-align: center;
 font-size:2.5em;
 font-variant:small-caps;
 font-family:Times, Times New Roman, serif;
 line-height:2em;
 letter-spacing:.05em;
 border-bottom:solid 1px #e1d587;
}
*/

/*
#menuBar{
 position:absolute;
 bottom:0%;
 background-color: #aa5371;
 height:30px;
 border-top:solid 1px #e1d587;
}
*/

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

/*
p.subHeader {
 font-size:.6em;
 font-style:italic;
 font-variant:normal;
 line-height:1em;
 text-align: center;
 letter-spacing:0;
}*/



/*=============Footer Styles=============*/

#footer{
 clear:both;
 background-color: #001941;
 color: #e1d587;
 border-bottom:solid 1px #e1d587;
}

#footer p{
 font-size: .8em;
 padding:10px;
 text-align:center;
 line-height:1.6em;
}

#footer a:link,
#footer a:visited{
 color: #e1d587;
 text-align:center;
 line-height:1.6em;
 text-decoration:none;
}

/*===END===*/