body
{
	font-family: verdana, sans-serif;
	background-color: #FFFFFF;
	color: Navy;
	text-align: left;
}

h1 
{
	font-family: verdana, sans-serif;
	color: #0936a7;
	font-size: 25px;
}

h2 
{
	font-family: verdana, sans-serif;
	color: #0936a7;
	font-size: 18px;
}

.pageHeader
{
	width: 950px;
	height: 130px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.pageHeaderContent
{
	width: 950px;
	height: 130px;
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: auto;
}

.pageBody
{
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 10px 10px 10px 10px;
}

.pageFooter
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-top: 1px black solid;
}

a:link
{
	color: #0000FF;
}
a:visited
{
	color: #0000FF;
}
a:hover
{
	color: red;
}

img.floatRight 
{ 
    float: right; 
    border: 1px solid black;
    margin-bottom: 20px; 
    margin-left: 20px; 
    margin-top: 20px; 
    margin-right: 0px;
}

img.floatLeft 
{ 
    float: Left; 
    margin: 20px; 
    border: 1px solid black;
}

span.phoneNumber
{
	color: red;
}

/* CSS Tabs */
#navcontainer {
	width: 950px;
    margin: 10px 0 0 30px;
	padding: 0;
	height: 18px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

#navcontainer ul 
{
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#navcontainer ul li {
    display: block;
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
}

#navcontainer ul li a {
    background: #e1eef3;
    width: 78px;
    height: 18px;
    border-top: none;
    border-left: 1px solid black;
    border-bottom: none;
    border-right: none;
    padding: 0;
    margin: 0 0 10px 0;
    color: black;
    text-decoration: none;
    display: block;
    text-align: center;
    font: 12px verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover {
    color: black;
    background: #2586af;
}

#navcontainer a:active {
    background: #6dadc8;
    color: black;
}

#navcontainer li#active a {
    background: #2082ab;
    border-top: none;
    border-left: 1px solid black;
    border-bottom: none;
    border-right: none;
    color: #fff;
}
