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;
	border-bottom: 1px black solid;
}

.pageHeaderContent
{
	width: 950px;
	height: 130px;
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: auto;
	visibility: hidden;
}

.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;
}

#menu 
{
	float:left;
	width: 125px;
}

.menuheader 
{
	background-color: Navy; 
	color: #fffffe; 
	font-family: Arial, Verdana, Sans-Serif; 
	font-size: -1;
}

#bodycontent 
{
	margin-left: 130px;
}

.roundedbox { width: 30em; margin-left: auto; margin-right: auto; }
.bl {background: url(images/bl.png) 0 100% no-repeat}
.br {background: url(images/br.png) 100% 100% no-repeat}
.tl {background: url(images/tl.png) 0 0 no-repeat}
.tr {background: url(images/tr.png) 100% 0 no-repeat; padding:10px}
.t {background: url(images/hl.png) 0 0 repeat-x; width: 30em}
.b {background: url(images/hl.png) 0 100% repeat-x}
.l {background: url(images/vl.png) 0 0 repeat-y}
.r {background: url(images/vl.png) 100% 0 repeat-y}
