﻿em{ font-style:italic; }

b, strong { font-weight:bold;}

p{  border: 0 none white !important;
    margin: 7px 0 7px 0; }

#container
{
    width:1020px;
    margin:auto;         
}

#middle
{    
    width:100%;
    clear:both;
}

#leftNav
{   
    float:left;
    width:180px;
    display:block;
    text-align:left;
    height:auto;
    padding:0 5px 0 90px;  
    vertical-align:top;
}

#main
{    
    float:left;
    width:725px;    
}

#tabs
{
    clear:both;  
    /*border: 5px solid blue;*/
}

#bodyWithoutRightNav
{
	clear:both;
    text-align:left;
    width:720px;
	padding-top:5px !important;
}

#bodyContent
{  
     float:left;
     width:480px;
     text-align:left;    
}

#bodyContent p
{
     line-height:130%;
}

#bodyContent li
{
    list-style-type:disc;    
    list-style-position:inside;    
}

#rightNav
{    
    float:right;
    width:220px;
    text-align:center;
}

#prefooter
{
    clear: left;
	padding-top:16px;
	position:relative;
}

#footer
{
    clear: left;
    padding-top:8px;
    position:relative;
    overflow:auto;
} 

#footer img, #footer a
{
    display:block;
    float:left;   
}


ul li 
{
    margin-left:20px;
	list-style: disc inside;
}

/* LEFT NAV Layout */ 
#leftNav ul li
{
    padding: 5px 0 5px 0;
    list-style-type:none;
    margin:0;
}

/* TABS Navigation Styles */        
ul#navigation {
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-bottom:1px solid #ccc;
    color: #fff;
    float: left;
    width: 100%;
    font-size:12px;
}
ul#navigation li { display: inline; font:11px;}
ul#navigation li a {
    padding: .25em .75em;
    background-color: #E3DFDC;
    color: #000;
    text-decoration: none;
    font-size:12px;
    float: left;
    border-bottom: solid 1px #fff;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;    
}

ul#navigation li a:hover {
    color: #000;
    background-color: #ccc;
    font-size:12px;
}




