body{
/*background-image:url('binary.png');*/
font-family:Verdana,Helvetica,Arial;
}

A:link
{ text-decoration: none; }

A:visited
{ text-decoration: none;
  color:RGB(82,112,174);
 }

A:hover
{
background-color:rgb(77,88,99);
color:RGB(255,255,255);
}

A:active
{ text-decoration: none;
 }

ul{
list-style-image:url('bullet.png');
}

.Main{
background-color:RGB(82,112,174);
color:yellow;
width:800px;
height:500px;
border-width:1px;
border-color:rgb(00,00,8b);
margin:auto;
}

.Nav{
width:120px;
height:20px;
background-image:url('nav1.gif');
margin:auto;

}


.Content{
background-color:white;
color:black;
height:500px;
width:600px;
vertical-align:top;
padding:20px;
}

.Bottom{
font-family:Verdana,Helvetica,arial;
background-color:RGB(82,112,174);
color:black;
width:800px;
height:40px;
text-align:right;
color:rgb(255,255,255);
}

.Header{
font-family:Verdana,Helvetica,arial;
font-size:18px;
letter-spacing:.5em;
font-weight:700;
}

.LargeText{
font-family:Verdana,Helvetica,Arial;
font-size:16px;
}

.NavText{
font-family:Verdana,Helvetica,Arial;
font-size:1em;
font-weight:700;
color:teal;
width:140px;
text-align:center;
}

.SmallText{
font-size:.8em;
}

.SubList{
margin-left:5em;
font-size:.8em;
vertical-align:middle;
}

.box{
width:100%;
background-color:#aaaaaa;
}

.Left{
float:left;
text-decoration:underline;
font-size:.8em;
}

.Right{
float:right;
font-size:1em;
}

.alignBullet{
vertical-align:-2px;
}

.MainBox{
float:left;
border-width:25px;
border-color:white;
border-style:solid;
width:100px;
background-color:RGB(82,112,174);
}

.ContentTableOuter
{
    border-width:2px;
    border-color:Black;
    border-style:ridge;
    font-size:.8em;
    width:95%;
    
}    

.ContentTableInner
{
    border-width:1px;
    border-color:Black;
    border-style:solid;
    border-collapse:collapse;
    width:95%;
    padding:5px 5px 5px 5px;
    }
    

.largebox
{
    width:auto;
    padding:5px 5px 5px 5px;
    border-style:solid;
    border-width:3px;
    font-size:.8em;
    text-align:center;
    margin:5px;
}


hr
{
    color:teal;
    margin-top:1px;
    margin-bottom:1px;
    text-align:center;
}