﻿/* Reset margins and paddings */
*
{
    margin:0;
    padding:0;
}

li
{
    margin-left:25px;
}

body
{
    color:#323232;
    font:0.76em Verdana,Tahoma,Arial,sans-serif;
    line-height:1.4em;
    background:#ededed;
}

#container
{
	background:#fff url(../images/design/blue_circle.jpg) no-repeat top left;
	border:0.1em solid #777;
	color:#323232;
	margin:2em auto;
	text-align:left;
	width:95%
}

#header
{
    height:110px;
    width:98%;
    background:#336699;
    color:#fff;
    border:0.1em solid #2F4A6C;
    margin:0.5%;
    padding:0.5%;
    text-align:center;
}

#navigation
{
    margin:auto;
    margin-top:50px;
    text-align:center;
    line-height:2em;
    white-space:nowrap;
    width:50%;
}

#navigation legend
{
    font-size:1.5em;
    font-style:italic;
}

#content
{
    font-size:0.9em;
    margin-right:15em;
    padding:1em 3em 3em;
}

#content h1
{
    color:#336699;
    font-size:2.1em;
}

#content h2
{
    margin:0.5em 0 0.2em 1em;
    font-size:1.7em;
    font-weight:normal;
    color:#336699;
}

#content h3
{
    margin:0.7em 0 0.3em -0.6em;
    font-size:1.4em;
    letter-spacing:-1px;
    color:#222;
    font-weight:normal;
}

#content h4
{
    margin:0.7em 0 0.3em -0.6em;
    font-size:1.4em;
    letter-spacing:-1px;
    color:#222;
    font-weight:normal;
}

#content a
{
    color:#336699;
    font-weight:bold;
    text-decoration:none;
}

#content a:hover
{
    color:#336699;
    text-decoration:underline;
}

#content img
{
    padding:1px;
    margin-right:6px;
    border:0.1em solid #777;
}

#content a img
{
    border:none;
}

table 
{
    border:1px solid #336699;
    border-collapse:collapse;
}

table th
{
    background-color:#336699;
    border:1px solid #2F4A6C;
    color:#fff;
    padding:4px;
    text-align:center;
}

table td
{
    background-color:Transparent;
    border:1px solid #336699;
    color:#323232;
    padding:4px;
}

#footer
{
    clear:both;
    width:99%;
    margin-top:1em;
    padding:0.4em 0;
    font-size:0.9em;
    color:#f0f0f0;
    background:#336699;
    margin:0.5em;
    border:0.1em solid #2F4A6C;
    text-align:center;
}

#footer a
{
    color:#f0f0f0;
    background-color:inherit;
    font-weight:bold;
}

table.no_border
{
    border:none;
}

table.no_border td
{
    border:none;
}