BODY
{
  background-color: White;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
}
.heading
{
    font-weight: bold;
}
a:link,a:visited
{
    color: navy;
    text-decoration: none;
}
a:hover
{
    color: red;
    text-decoration: none;
}
a.underlined:link,a.underlined:visited
{
    color: navy;
	text-decoration:underline;
}
a.underlined:hover
{
    color: red;
	text-decoration:underline;
}
.viewFrame
{
width:400px;
height:300px;
}
.outerPanel
{
    background-image: url("../Images/backgrounds/AZBKGD.jpg");
    height: 600px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    vertical-align: top;
    position: relative;
}
.header
{
    height: 100px;
    width: 799px;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
	border-bottom: 5px #000066 solid;
}
.navigation
{
    height: 485px;
    width: 185px;
    padding: 5px;
    position: absolute;
    top: 105px;
    left: 5px;
	overflow:auto;
}
.address
{
    height: 80px;
    width: 400px;
    padding: 5px;
    position: absolute;
    top: 105px;
    left: 202px;
    text-align: center;
}
.image
{
    width: 400px;
    height: 300px;
    position: absolute;
    top: 185px;
    left: 202px;
    border: solid 2px black;
    text-align: center;
    background-color: #FFF;
}
.copyright
{
    height: auto;
    width: 400px;
    padding: 5px;
    position: absolute;
    top: 505px;
    left: 202px;
    font-size: 8pt;
    text-align: center;
}
.agentBranding
{
    height: 375px;
    width: 180px;
    padding: 5px;
    position: absolute;
    top: 105px;
    left: 614px;
    text-align: center;
}
.photoBranding
{
    height: 120px;
    width: 190px;
    position: absolute;
    top: 480px;
    left: 609px;
    text-align: center;
}
.noJava
{
    width: 100%; 
    height: 100%;
    padding: 5px;
}
