BODY
{
  background-color: White;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
}
.javaWarn
{
	font-size: 12px;
	color: gray;
	padding-top: 40px;
	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:587px;
height:440px;
}
.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 #000066 solid;
}

.navigation
{
    height: 50px;
    width: 260px;
    padding: 0px;
    position: absolute;
    top: 105px;
    left: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
}

.navigation * {
    margin: auto;
    text-align: center;
    z-index: 5;
}

.navigation * img {
    padding: 0px;
}

.navigation .video {
    width: 130px;
    position: absolute;
    padding-top: 4px;
    top: 0px;
    left: 0px;
}

.navigation .slideshow {
    width: 130px;
    position: absolute;
    padding-top: 4px;
    top: 0px;
    left: 130px; 
}

.navigation .images {
    width: 260px;
    position: absolute;
    padding-top: 4px;
    top: 10px;
    left: 0px;
    text-align: left;
    padding-left: 30px;
}

.navigation ul li {
    display: inline;
    list-style: none;
    font-weight: bold;
    min-width: 100px;
}

.address
{
    height: 40px;
    width: 445px;
    padding: 5px;
    position: absolute;
    top: 105px;
    left: 180px;
    text-align: center;
    vertical-align: middle;
    z-index: 4;
}
.image
{
    width: 587px;
    height: 440px;
    position: absolute;
    top: 155px;
    left: 30px;
    border: solid 2px black;
    text-align: center;
    background-color: #FFF;
}
.copyright
{
    height: auto;
    width: 470px;
    padding: 5px;
    position: absolute;
    top: 655px;
    left: 160px;
    font-size: 8pt;
    text-align: center;
}
.musiccontrol
{
	height: auto;
	width: 5px;
	padding: 5px;
	position: absolute;
	top: 600px;
	left: 0px;
	width: 800px;
	font-size: 7pt;
	text-align: center;
}
.agentBranding
{
    height: 375px;
    width: 150px;
    padding: 5px;
    position: absolute;
    top: 105px;
    left: 640px;
    text-align: center;
}
.photoBranding
{
    height: 120px;
    width: 160px;
    position: absolute;
    top: 480px;
    left: 640px;
    text-align: center;
}
.noJava
{
    width: 100%; 
    height: 100%;
    padding: 5px;
}