body
{
    background-color:#c0d2e2;
    font-family:Times New Roman, Times, serif;
}
	a{text-decoration:underline;}
	a:hover, a:focus, a:active
	{
	    color: #ffffff;
	    background-color: #1D7CF2;
		text-decoration:none;
		font-weight:bold;
	}
	h1, h2, h3
	{
		text-align:center;
	}
	h4{text-align:left;}
	ul
	{
		list-style:none;
	}
#main
{
    color:#000000;
    float: left;
    width: 95%;
    left: auto;
    right: auto;
    margin-bottom:1cm;
}

.section
{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: #FFFFFF;
	border:1px solid #000000;
}
#sidebar
{
    float: right;
    width: 20%;
    text-align: left;
}
	#sidebar ul
	{
	    list-style-type: none;
	}
	#sidebar li a
	{
	    display: block;
	    padding: 8px 15px;
	    text-decoration: underline;
	    font-weight: bold;
	    color: #000000;
	    border-right: 1px solid #FFFFFF;
	}
	#sidebar li a:hover, a:focus, a:active
	{
	    color: #ffffff;
	    background-color: #1D7CF2;
		text-decoration:none;
	}
	
#header
{
    background-color: #000000;
    color:#9db8da;
	text-align: center;
    float: left;
    width: 100%;
}

#content
{
    color: #000000;
    clear: both;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
p{text-indent: 50px;}
