﻿body {
	font-family: Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	/*background-image: url(images/bg.jpg);*/
	background-color: #5696db;
}

a:link {
      font-family:arial,helvetica,geneva;
      font-size:11px;
      color:#2D4561; 
      text-decoration: underline;
}

a:visited {
     font-family:arial,helvetica,geneva;
     font-size:11px;
     color:#2D4561; 
     text-decoration: underline;
}

a:hover {
     font-family:arial,helvetica,geneva;
     font-size:11px;
     color:#5695D9;
     text-decoration: underline;
}

a:active 
{
	color: #003366;
}

#outerContainer
{
	position:relative;
	width:780px;
}
#header 
{
	margin-top:2px;
	width: 778px;
	height: 80px;
	background: #000 url(../images/bvpLogo.gif) no-repeat;
	background-image: url(../images/bvpLogo.gif);
	/*background: #000 url(../images/bvpLogo.gif) no-repeat top; */
}

#loginLinks
{
	position: absolute;
	top: 32px;
	left: 606px;
	vertical-align: top;
}

#loggedInInfo
{
	position: absolute;
	top: 48px;
	left: 590px;
	width: 154px;
	text-align: right;
    vertical-align: top;
}

#toolBar
{
	margin: 2px 0 2px 0;
}

#mainCenterpiece
{
	position:relative;
	width:775px;
	height:240px;
	background-image:url(../images/home1.jpg);
	background-repeat:no-repeat;
	margin-left:0px;
	padding:0;
	vertical-align:top;
}

#centerPieceLinks
{
	position:absolute;
	top:10px;
	left:8px;
	padding-left:2px;
	height:200px;
    font-family:arial,helvetica,geneva;
	line-height:20px;
}

#centerPieceLinks a:link, #centerPieceLinks a:visited {
	display:block;
    font-size:18px;
    font-style:italic;
    text-align:left;
    text-decoration: none;
    color:#e1ffff;
}

#centerPieceLinks a:hover {

    text-decoration: underline;
    color:#e1ffff;
}

#mainContent
{
	position:relative;
	padding:0;
}

#mainHeadline
{
	width:775px;
	margin: 2px 0 0px 0;
	padding: 4px 0 4px 0;
	background-color: #fff;
	border:solid 1px #000;
}

#mainFooter
{
	width:775px;
	padding-top: 3px;
	text-align:center;
}
.navBox
{
	border:solid 1px #000;
	height:100%; 
	background-color:#fff;  
	width:254px;                                                     
}

.navListItems
{
	padding:0 4px 4px 2px;
}

.text {
	font-family: Arial, Helvetica, Geneva;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.small_text {
	font-family: Arial, Helvetica, Geneva;
	font-size: 9px;
	font-weight: normal;
	color: #2B405A;
}
