@charset "utf-8";
/* CSS Document */

/* PDA Recovery CSS Document */


#container
{
width: 780px;
margin-left:auto;
margin-right:auto;
border-right: 1px solid #979797;
border-left: 1px solid #979797;
background-color: #eeeeee;
}


#header
{
height:146px;
background: #979797 url(images/header.jpg) no-repeat right;
}


#header h1
{
font-size: 12px;
color: #4D6B9D;
font-weight: normal;
float: right;
margin-top: 7px;
padding-right: 10px;
}

h1
{
font: Verdana, Arial, Helvetica, sans-serif;

}


*
{
margin: 0px;
padding: 0px;
}


#nav1
{
border-bottom: 3px solid  #344674;
width:780px;
height:25px;
background-image:url(images/line.gif);
}


#nav1 ul
{
list-style: none;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
float: left;
}


#nav1 li
{
display: inline;
color: #ffffff;
text-decoration: none;
}


#nav1 li a
{
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;
border-left: 1px solid;
border-left-color:#ffffff;
}


#nav1 li a:hover
{
color: #000000;
}


#nav1 li a:active
{
background-color:#7b9cc9;
}


#pagebackground /*This holds the main background color behind main content*/
{
width: 780px;
}


body
{
font: 12px Arial, Helvetica, sans-serif;
background-color:#666666;
}

h4
{
font-size:12px;
font:Verdana, Arial, Helvetica, sans-serif;
color:#005BAA;
}

a
{
color: #006699;
}


a:hover
{
color: #000000;
}


#leftcolumn
{
float: left;
width: 200px;
}


#leftcontent
{
margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
font-size:11px;
text-align: left;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


#leftcontent p
{
font-weight: normal;
}


#leftlogos
{
font-size: 13px;
margin-top: 20px;
text-align:center;
}


#leftlogos ul
{
list-style: none;
}


#rightcolumn
{
float: left;
margin-left: 15px;
width: 520px;
padding-top: 20px;
padding-left: 15px;
border-left: solid 1px #cccccc;
}


#rightcolumn h1
{
font-size: 20px;
color: #005BAA;
}


#rightcolumn h2
{
font-size: 18px;
color: #005baa;
}


#rightcolumn ul
{
font-weight: bold;
margin-left: 25px;
list-style: none;
}


div.float /*Image Floating*/
{
float: left;
width: 115px;
padding: 5px;
margin-right:5px;
}

  
div.float p /*Image Floating Text*/
{
text-align: center;
}


#footer
{
width:780px;
height:100px;
border-top: 3px solid #344674;
clear: both;
background: #447097 url(images/footer.jpg) no-repeat right;
}


#footer ul
{
list-style: none;
padding-top: 12px;
padding-right: 10px;
padding-left: 10px;
}


#footer li
{
border-right: 1px solid;
border-right-color:#ffffff;
display: inline;
text-decoration: none;
}


#footer li a
{
color: #ffffff;
padding-right: 6px;
padding-left: 6px;
text-decoration: none;
}


#footer li a:hover
{
color: #000000;
}


#footer li a:active
{
background-color: #7b9cc9;
}