body 
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color: #003775;
    background-color: #b8b7b7;
}

#FixedWidthWrapper
{
    width: 778px;
    background-color: #ffffff;
    margin: 0 auto;
}

#Header
{
    width: 778px;
    height: 92px;
    position: relative;
    background-image: url(images/HeaderBackground-778-92.jpg);
    background-repeat: no-repeat;
}

#HeaderCompanyName
{
	position: absolute;
	top: 18px;
	left: 10px;
	font-size: 38px;
	font-style: italic;
	width: 626px;
}  

#HeaderLogo
{
    width: 120px;
    height: 92px;
    position: absolute;
    right: 10px;
    top: 0px;
    background-image: url(images/HeaderLogo-122-92.gif);
}

#Navigation
{
    width: 778px;
    height: 33px;
    background-image: url(images/NavBackground-778-33.gif);
    background-repeat: no-repeat;    
}

#Navigation ul
{    
    margin: 0px;
    list-style-type:none;
    padding: 10px 0px 0px 10px;
}

#Navigation ul li
{
    display: inline;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
}

#Navigation ul li a
{
    color: #ffffff;
    text-decoration: none;
    border: solid 1px #003775;
    padding: 2px 4px 2px 4px;
}

#Navigation ul li a:hover
{
    border: dotted 1px #ffffff;
}

#Content
{
    padding: 10px;
}   

#MainContent
{
    float: left;
    width: 460px;
    padding-right: 10px;
    border-right: solid 1px #003775;
}

#SecondaryContent
{
    margin-left: 480px;
}

.Photo
{
    text-align: right;
    margin: 10px 0px 10px 10px;
    padding: 0px;
}   

.demopara {
  line-height: 1.5 ;
} 

#Footer
{
    clear: both;
    padding: 10px 0px 4px 0px;
    text-align: center;
    background: url(images/FooterBackground-778-7.gif) bottom center no-repeat;
}    
