/* Top-level styles */

body
{
    background-color:#FFFFFF
}

h1,h2,h3,h4,p,a,li
{
    font-family:'Verdana', 'Helvetica', sans-serif;
}

/* Page formatting */

#wrapper
{
    margin:0 auto;
    width:800px;
}

#header
{
    width:800px;
    height:150px;
    background:url('i/banner_test.jpg') no-repeat center; 
}

#container
{
    margin:inherit;
    width:750px;
    background-color:#FFFFFF;
}

/* Specific div styles */

#header h1
{
    display:none;
}

#container a:link
{
    text-decoration:none;
    color:#26466D;
}

#container a:visited
{
    text-decoration:none;
    color:#26466D;
}

#container a:hover
{
    text-decoration:none;
    color:#4498b3;
}

#container img.edge
{
margin:0px 15px 5px 0px;
padding:8px;
border:1px solid #888888;
}

#container p.indent
{
	font-size:10pt;
	text-indent:50px;
	line-height:20px;
}

#footer

{
clear: both;
margin:0 auto;
font-size:8pt;
padding-top:50px;
text-align:center;
}
