body
{
    background-color:       #354a58;
    color:                  #000000;
    margin:                 10px;
    font-family:            Verdana, Helvetica, Arial, sans-serif;
    font-size:              0.95em;
}

a
{
    text-decoration:        none;
    color:                  #133c5b;
}

a:hover
{
    text-decoration:        underline;
    color:                  #133c5b;
}


div, p, table, td, th, li
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	font-size:   0.95em;
	color:       #000000;
}

h1
{
    font-size:   1.3em;
    font-weight: bold;
}

h2
{
    font-size:   1.2em;
    font-weight: bold;
}

h3
{
    font-size:   1.1em;
    font-weight: bold;
}

div.contentBox
{
    width:    814px;
    margin-left: auto;
    margin-right: auto;
    padding:  0px;
}

div.topShadow
{
	width:  814px;
	height: 7px;
	margin:  0px;
	padding: 0px;
	background-image: url(/gfx/shadow_top.gif);
	background-repeat: no-repeat;
        background-position: bottom;
}

div.topNav
{
        width: 814px;
	height: 42px;
	margin: 0px;
        padding-left: 7px;
	padding-right: 7px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(/gfx/header_bg.gif);
	background-repeat: no-repeat;
}

div.contentMain
{
	width: 780px;
	background-color: #ffffff;
	background-image: url(/gfx/content_bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.bottomShadow
{
	width: 814px;
	height: 14px;
	background-image: url(/gfx/footer_shadow.gif);
	background-repeat: no-repeat;
}

div.footer
{
	padding-left: 25px;
	font-size: 0.6em;
	color: #82939e;
}
