﻿body
{
    margin: 0 auto;
    background-color: blue;
    color: black;
}
#outerbox
{
    margin: 0 auto;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    width: 95%;
    padding-top: 5px;
    border-bottom: #360c03 5px solid;
    border-left: #360c03 5px solid;
    border-top: #360c03 5px solid;
    border-right: #360c03 5px solid;
    
}

#top
{
    visibility: hidden;
}

#footer
{
	padding-top: 65px;
	margin-top: 0px;
	clear: both;
	float: none;
	font-weight: bold;
	color: black;
	font-variant: small-caps;
	text-decoration: none;
}
ul li
{
	list-style-position: outside;
	list-style-image: url(bg-images/bullet2.jpg);
}
h1
{
	font-weight: bold;
	font-size: 16pt;
	font-variant: small-caps;
}
h2
{
	font-weight: bold;
	font-size: 14pt;
	font-variant: small-caps;
}
