/* below is for the menu */
div.dark_attach, div.light_attach
{
    float: left;
    border-right: 1px solid black;
    border-left: none;
    border-top: none;
    border-bottom: none;
}

div.dark_attach, a.dark_attach
{
    text-align: center;
    font-family: Arial, sans-serif;
    width: 81px;
    background: #C0C0C0;
    padding: 0px 5px;
    font-weight: 400;
    font-size: 8pt;
    color: #0000FF;
    margin: 0px;
}

a.dark_attach
{
  display: block;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: none;
  text-decoration: none;
  border-top: 1px solid black;
}

div.light_attach, a.light_attach
{
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    width: 81px;
    background: #EFEFEF;
    padding: 0px 5px;
    font-weight: 400;
    font-size: 8pt;
    color: #0000FF;
    margin: 0px;
}

a.light_attach
{
  display: block;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: none;
  text-decoration: none;
}

/* end of menu css */


html, body
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    
    background-image: url("images/iasback.jpg")
}

p
{
    font-size: 10pt;
    font-family: Arial, sans-serif;
    margin: 5px;
    padding: 0px;
}

a:link, a:visited { color: Navy; text-decoration: none }

a:hover, a:active { color: Navy; text-decoration: none }

img
{
    margin: 0px;
    padding: 0px;
    border: none;
}

div.main
{
    width: 699px;
    border-color: Black;
    border-style: solid;
    border-width: 1px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

div.pageheader
{
    width: 699px;
    height: 62px;
    background-image: url("images/Header2.jpg");
    float: left;
}

img.pageheader
{
    margin: 0px;
    padding: 0px;
    border-style: none;
}

div.navigation
{
    width: 699px;
    float: left;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #EFEFEF;
}

div.navias
{
    background-color: gray;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 8pt;
    width: 144px;
    float: left;
    border-right-color: black;
    border-right-style: solid;
    border-right-width: 1px;
    text-align: center;
}

div.sidebar
{
    width: 144px;
    background-color: white;
    border-right: solid 1px black;
    float: left;
    text-align: center;
}

div.content
{
    width: 554px;
    height: 30px;
    float: left;
    text-align: center;
}

div.bottombar
{
    background-color: #800000;
    border-top: solid 1px black;
    width: 699px;
    height: 20px;
    float: left;
}
span.largesttext
{
    font-size: 20pt;
    font-weight: bold;
}

span.largetext
{
    font-size: 20px;
}