BODY
{
  background-color: White;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
}
.javaWarn
{
	font-size: 12px;
	color: gray;
	text-align: center;
}
.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:480px;
height:360px;
}
.outerPanel
{
    background-image: url("../Images/backgrounds/C21BKGD.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 #EFC729 solid;
}
.navigation
{
    height: 485px;
    width: 150px;
    padding: 5px;
    position: absolute;
    top: 105px;
    left: 0px;
    overflow:auto;
}
.address
{
    height: 70px;
    width: 470px;
    padding: 5px;
    position: absolute;
    top: 105px;
    left: 160px;
    text-align: center;
}
.image
{
    width: 480px;
    height: 360px;
    position: absolute;
    top: 185px;
    left: 160px;
    border: solid 2px black;
    text-align: center;
    background-color: #FFF;
}
.copyright
{
    height: auto;
    width: 470px;
    padding: 5px;
    position: absolute;
    top: 545px;
    left: 160px;
    font-size: 8pt;
    text-align: center;
}
.agentBranding
{
    height: 375px;
    width: 150px;
    padding: 5px;
    position: absolute;
    top: 105px;
    left: 640px;
    text-align: center;
}
.musiccontrol
{
	height: auto;
	width: 470px;
	padding: 5px;
	position: absolute;
	top: 560px;
	left: 160px;
	font-size: 8pt;
	text-align: center;
}
.photoBranding
{
    height: 120px;
    width: 160px;
    position: absolute;
    top: 480px;
    left: 640px;
    text-align: center;
}
.noJava
{
    width: 100%; 
    height: 100%;
    padding: 5px;
}