﻿img { _behavior:url(/js/pie.htc); -pie-png-fix:true; _position:relative; _z-index:5000; } /* Fix PNGs in IE6, ensure that this stylesheet is second on the page (after reset.css) */

body 
{
	margin:0;
	padding:0;
	color:#777777;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:0.8em;
	line-height:1.2em;
}
a
{
    color:#3388CC;
    text-decoration:none;
    font-weight:bold;
}
a:hover
{
    text-decoration:underline;
}
a:focus
{
    /*opacity:0.5;*/
}

img
{
    border:none;
}

ul
{
    list-style:disc;
    margin:0 20px;
}

ol
{
    list-style:decimal;
    margin:0 20px;
}

h1
{
	font-size:2.0em;
	margin:1em 0 0.4em 0;
	line-height:1.2em;
}

h2
{
	font-size:1.8em;
	line-height:1.2em;
	margin:0.4em 0;
}

h3
{
	font-size: 1.2em;
	line-height:1.2em;
	margin:0.8em 0;
}

p
{
    margin:0.8em 0;
}

nav
{
    width:100%;
    min-height:40px;
    background:#2659C4;
}

    nav ul
    {
        width:100%;
        max-width:1000px;
        margin:0 auto;
        list-style:none;
    }
        nav ul li
        {
            display:inline-block;
            vertical-align:top;
            *display:inline;
            *zoom:1;
        }
        nav ul li a
        {
            color:#fff;
            padding:10px;
            margin-right:15px;
        }

#Main
{
    width:100%;
    max-width:1000px;
    margin:0 auto;
}