html, body
{
	color: #455560;
    background-color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

div.header
{
    font-size: 16px; 
    font-weight: bold; 
    text-align:center;
    margin-bottom: 20px;
    margin-top: 70px;
}

div.subpageheader
{
    position: absolute;
    top: -4px;
    left: 25px;
    padding: 0px;
}

div.topnav
{
    position: absolute;
    font-size: 12px;
    top: 7px;
    left: 180px;
    padding: 0px;
    font-weight: bold;
    letter-spacing: 0px;
    font-family: Tahoma, Arial;
    text-align: right;
}

div.box
{
    position: absolute;
    top: 50px;
    padding: 10px;
	margin-top: 30px;
	margin-bottom: 15px;
	border: solid 1px #455560;	
}

h1
{
	font-size: 16px; 
	font-weight: bold; 
}

div.container
{
    position: absolute; 
    width: 725px;
    margin: 30px;
    line-height: 155%; 
}

img.basic
{
    border-style: none;
    border-width: 0px;
}

a.topnav:link 
{
    color: #455560;
    padding: 5px;
    font-weight: bold;
    text-decoration: underline;
}

a.topnav:visited 
{
    color: #455560;
    padding: 5px;
    font-weight: bold;
    text-decoration: underline;
}

a.topnav:hover 
{
    color: #FFF;
    text-decoration: none; 
    padding: 5px;
    font-weight: bold;
    background-color: #939BA1;
}


a.nav:link 
{
	color: #455560;
	text-decoration: underline;
}

a.nav:visited 
{
	color: #006699;
	text-decoration: underline;
}

a.nav:hover 
{
	color: #006699;
	text-decoration: underline;
}

li.margin
{
    list-style-type: lower-alpha;
    margin-bottom: 10px;
}

#footer 
{
    position: absolute;
    float: left;
    padding: 0px;
    top: 450px;
    left: 10px;
    height: 100px;
    width: 715px;
    
    color: #455560;
    z-index: 3;
    
    line-height: 22px; 
    
    text-align: center;
    
    font-family: Arial;
    font-size: 13px; 
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
}
