body
{
    text-align: center;
    font: 12px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
    color: #000000;
}

a, a:link, a:visited
{
    color: red;
    text-decoration: none;
    font-weight: bold;
}

a.download
{
    background: url(../../images/download.gif)
                left top
                no-repeat;
    display: block;
    padding-left: 10px;
    margin-left: 10px;
}

img
{
    border: 0px;
    padding: 0px;
    margin-bottom: 5px;
}

img.left
{
    float: left;
    margin: 2px 10px 5px 0;
    border: 0;
}

img.right
{
    float: right;
    margin: 2px 0 5px 10px;
    border: 0;
}

img.across
{
    margin: 0 0 10px 0;
    border: 0;
}

.visible
{
    width: 650px;
    margin: 0 auto;
}

.visible .header
{
    display: block;
    height: 158px;
}

.visible .header h1
{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: normal;
	text-shadow: 2px 2px 3px gray;
	margin: 0px;
}

.visible .header h2
{
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	color: #333;
}

.visible .navigation
{
    background-color: #a1a5a9;
    width: 650px;
    margin-bottom: 10px;
    display: block;
}

.visible .navigation table, td
{
    height: 25px;
    white-space: nowrap;
    text-align: center;
    
    font: 11px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
}

.visible .navigation td
{
    background: url(../../images/sidebar_box_header.jpg)
                repeat-x;
    border: 1px solid #ffffff;
}

.visible .navigation td.current
{
    background-image:   url(../../images/navigation_back_current.jpg); 
    font-weight: bold;
}

.visible .navigation td a:link,
            td a:visited
{
    padding: 8px 0 8px 0;
    display: block;
    color: #000000;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
}

.visible .navigation td a:hover
{
    background-image:   url(../../images/navigation_back_over.jpg);
    color: #ffffff;
    text-decoration: none;
}

.visible .body
{
    border-bottom: 1px solid #a1a5a9;
    margin-bottom: 10px;
}

.visible .body:after
{
    content: "";
    display: block;
    height: 0px;
    clear: both;
}

.visible .body .content
{
    float: left;
    width: 450px;
    
    text-align: justify;
    display: block;
}

.visible .body .content p
{
    margin: 0 0 1em 0;
}

.visible .body .content p.intro
{
    font-weight: bold;
}

.visible .body .content h3
{
    font-size: 12px;
    margin: 0px;
    display: block;
}

.visible .body .content .concrete
{
    font: 11px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
    border: 1px dashed #a1a5a9;
    padding: 7px;
    margin-bottom: 10px;
    background: #f1f1f1;
}

.visible .body .content .concrete h4
{
    margin-top: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.visible .body .content .concrete ul
{
    list-style: square outside;
    margin: 0 0 0px 20px;
    padding: 0 0 3em 0;
}

.visible .body .content .concrete li
{
    padding-bottom: .1em;
}

.visible .body .content .concrete ul.last
{
    padding: 0;
}

.visible .body .sidebar
{
    float: right;
    width: 190px;
    
    font: 10px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
    display: block;
}

.visible .body .sidebar .box
{
	width: 190px;
	padding-bottom: 12px;
	margin: 0px 0px 10px 0px;
	
    background: url(../../images/sidebar_box_bottom.png)
                bottom
                no-repeat;
}

.visible .body .sidebar .box h2
{
    background: url(../../images/sidebar_box_header.jpg)
                no-repeat;
    
    	border-left: 1px solid #c0c0c0;
    	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #a1a5a9;
    
    margin: 0;
    padding: 5px;
    font-size: 10px;
}

.visible .body .sidebar .box .body
{
    background: url(../../images/sidebar_box_content.jpg)
                repeat-y;
                
    float: none;
    
    width: 180px;
    padding: 5px;
    text-align: left;
    border: 0px;
    margin: 0px;
}

.visible .body .sidebar .box h3
{
    font-size: 10px;
    margin: 0;
}

.visible .body .sidebar .box ul
{
    list-style: square outside;
    margin: 0 0 0 16px;
    padding: 0 0 0 0;
}

.visible .body .sidebar .box li
{
    padding-bottom: .3em;
}

.visible .body .sidebar .box ul.last
{
    padding: 0;
}

.visible .footer
{
    width: 650px;
    text-align: center;
}
