﻿body 
{
    font-family: Arial;
    margin: 0;
    padding: 0;
}

#mainContainer
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#topStrip1
{
    height: 109px;
    background-image: url('../images/topStripBackground.jpg');
    background-repeat: repeat-x;
}

#mainContent
{
    background-image: url('../images/pageBackground.jpg');
    background-repeat: repeat-x;
    background-position: top;
    display: block;
    
    padding: 5px 5px 5px 5px;
    
    min-height: 350px;
    height: auto !important;
    height: 350px;
    
    font-size: 12px;
    color: #565656;
    line-height: 22px;
}


#top_menu
{
    margin-left: 700px;
}
#top_menu ul
{
    list-style-type: none;
    margin: 0px 5px 0px 0px;
    padding: 0px;
}
#top_menu ul li
{
    display: block;
    float: left;
    padding: 0px;
    color: #565656;
    font-size: 11px;
    line-height: 24px;
}
#top_menu ul li a
{
    text-decoration: none;
    color: #565656;
    font-size: 11px;
    display:block;
    margin-right: 4px;
    margin-left: 5px;
}
#top_menu ul li a:hover
{
    text-decoration: underline;
}


#stripMenu
{
    padding-top: 70px;
    margin-left: 300px;
    * padding-top: 0px;
    * padding-left: 0px;
    * margin-top: 85px;
    * margin-left: 300px;
}

#stripMenu ul li,
#stripMenu ul li a
{
    display: block;
    padding-right: 10px;
    color: #02284c;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    height: 18px;
}

/*
#stripMenu ul
{
    list-style-type: none;
}

#stripMenu ul li,
#stripMenu ul li a
{
    display: block;
    float: left;
    padding-right: 10px;
    color: #02284c;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
*/

.loginLink
{
    color: #fe7f00;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    
    margin-left: 70px;
    
    * position: relative;
    * top: -4px;
}

#footer
{
    display: block;
    height: 79px;
    background-image: url('../images/footerBackground.jpg');
    background-repeat: repeat-x;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

#footer span
{
	
    font-size: 11px;
    color: #6d6d6d;
    float: left;
}

#footer span a
{
    color: #6d6d6d;
    text-decoration: none;
}

#footer span ul
{
	margin-top:0px;
    list-style-type: none;
}

#footer span ul li
{
    display: block;
    float: left;
}
