﻿body 
{
    color: #444;
	font: normal "Lucida Sans Unicode",sans-serif;
	font-size: 0.7em;
	margin: 0;
}

.h1
{
    font-size: 1.4em;
	margin-bottom: 4px;
	color: #367EA6;
	padding-top: 6px;
}
.h3
{
    font-size: 1.0em;
	margin-bottom: 4px;
	color: #367EA6;
	padding-top: 6px;
}
.Container
{
    background: white;
	margin: 0;
	padding: 8px 1px 6px 1px;
}

.SideLists {
	background: AF7A3A;
	border: 0px;
	position: fixed;
	float: left;
	width: 130px;
	font-size:small;
}

.SideLists h1
{
    background-position: #AF7A3A;
    padding-left: 12px;
    color: #FFF;
    font-size: 13px;
    margin-top: 5px;
    background: #AF7A3A;
    font-family: 'Lucida Sans Unicode';
    font-weight: bold;
    margin-bottom: 5px;
    vertical-align: bottom;
    text-align: left;
    white-space: pre;
    font-style: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}
.SideLists ul
{
    font-size: 1.2em;
    padding-bottom: 1.2em;
    padding-left: 12px;
    
    border-top: 0px solid #FAFAFA;
    margin: 0;
    margin-top: 5px;
    padding: 0;
    display: block;
}
.SideLists li
{
    border: 1px solid #FAFAFA;
    border-top: none;
    list-style: none;
    margin: 0;
    font-family: 'Lucida Sans Unicode';
    font-size: 12px;
}
.SideLists a
{
    color: #777;
	display: block;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.SideLists li a:hover
{
    color: navy;
	font-size: 1.2em;
}

.MiddleSection
{
    position: relative;
    top: 5px;
    margin: 0 auto;
    margin-left: 145px;
    margin-right: 190px;
    padding-top: 20px;
    text-align: justify;
    font-family: 'Lucida Sans Unicode';
    font-size: 14px;
}
.MiddleSection .item 
{
	margin: 0 auto;
	text-align: left;
	padding: 6px;
}
.MiddleSection .item h4
{
    font-size: .8em;
}
.MiddleSection .update 
{
	color: #FF0000;
}
.MiddleSection h3
{
    font-size: 1.0em;
	margin-bottom: 4px;
	color: #367EA6;
	padding-top: 6px;
}
.RightSection
{
    position: relative; right:15px;
	
	position: fixed;
	float: right;
	width: 170px;
}
a {
	color: #36C;
}
a:hover {
	color: #06F;
}
