/* UA REQUIRED BANNER STYLES*/
#ua_banner {
	height: 42px;
	background: #036 url(UA_A-line-css_BLU.gif) no-repeat 7px 0;
	margin: 0px 0 0px 0;
	padding: 0px;
}

#ua_banner img
{
    margin-left: 5px;
}


#ua_site_link
{
    float: left;
    width: 310px;
    height: 42px;
    display: block;
    background: transparent url(bg_1x1.gif) no-repeat 0 0; /*IE hack to make link clickable*/
    margin-left: 25px;
    border-bottom: 0px;
}

#ua_header_bottom {
	background-color: #cc0033;
	background-repeat: repeat-x;
	border-top: 1px solid #FFF;
        border-bottom: 1px solid #fff;
	background-image: url(header_bg_red.gif);
}

#ua_header_bottom img {
    margin-left:57px;
}

/*end UA styles*/




/*-----[GLOBAL NAVIGATION STYLES]----------*/
#navContainer
{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: inline;    
}


#globalNav
{
    margin: 0;
    padding-bottom: 20px;
    padding-left: 0px;
    list-style: none;
    font-size: 12px; 
}

#globalNav li
{
    display: block;
    float: left;
    padding: 0;
    margin-right: 2px;
}

#globalNav li a
{
   display: inline;
    float: left;
    padding: 6px 10px 6px 10px;    
    line-height: 10px;
    text-decoration: none;
    color: #000;  
}

#globalNav li a:hover
{
    background-color: #ddd;
    color: #000;
}

#globalNav li.navOn a
{
    background-color: #ddd;
    color: #000; 
}

/*-----[END GLOBAL NAVIGATION STYLES]----------*/

/*-----[FOOTER STYLES]----------*/

#footer
{
    clear: both;
    margin: 0 0 0 0px;
    position: relative;
    font-size: 10px;
    color: #999;
    height: 75px;
    border-top: 1px solid #ccc;

}

#footer p
{
    position: absolute;
    margin: 10px;
    font-size: 10px;
    color: #999;
}

/*-----[END FOOTER STYLES]----------*/

body {
    font-family: Helvetica, Arial, san-serif;
    margin: 0;
    background-color: white;
    font-size: 100%;
}


h1 {
	font-size: 1.5em;
	margin-bottom: 2px;
}

h2 {
	font-size: 1.25em;
	color: #666;
	margin-bottom: 2px;
}

h3 {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 0.75em;
	color: #666;
}

#content {
	margin-left: 60px;
}

#content p {
	margin-top: 0px;
}

th
{
    background-color: #c9c9c9;
}

th, td
{
    padding: 2px 5px;
    border: 1px solid #c9c9c9;
    text-align: left;
}

