.bottomlinks
{

width: 100%; 

margin: 0px;

Font-Family: Verdana, Arial, Helvetica;
Font-Size: 6pt;
Font-Weight: Bold;

Color: #E5E6EB;
background-color: black;
}


.bluebar
{
white-space: nowrap;

width: 730px;
height: 31px;

Font-Family: Verdana, Arial, Helvetica;
Font-Weight: bold;
Font-Size: 12pt;

text-align: center;

Color: white;

background-image: url(../images/buttons.gif); 
background-repeat: repeat-x; 
}

/* Note: H1 = address info in Header */
.H1 
{

width: 100%; 
height: 110px; 

border-left: 	0px 	#000000 solid; 
border-top: 	0px 	#000000 solid; 
border-right: 	0px 	#000000 solid; 
border-bottom: 	1px 	#000000 solid; 

Font-Family: Verdana, Arial, Helvetica;
Font-Size: 10pt;
Font-Weight: Bold;

Color: #3152B5;
}

/*maindiv creates the vic within hte page for the main content ie Headerbar, Sidebar and Content*/
.Maindiv
{
color: #110653;
width: 898px; 
height: 600px; 

border-left: 	1px 	#000000 solid; 
border-top: 	1px 	#000000 solid; 
border-right: 	1px 	#000000 solid; 
border-bottom: 	1px 	#000000 solid; 

padding:0px; 

position: relative;
top: 0px;
}

.lightblue
{
width: 100%;
height: 315px; 

Position: relative; 
left: 0px;
top: 0px;

Font-Family: Verdana,Arial,Helvetica;
Font-Size: 9pt;

Text-Align: justify;
line-height: 130%;
Color: #3152B5;
vertical-align: top;

background-color=#E5E6EB;

padding-top: 3px;
padding-left: 5px;
padding-right: 5px;

border-left: 	1px 	#e9f0fa solid; 
border-top: 	1px 	#e9f0fa solid; 
border-right: 	0px 	#e9f0fa solid; 
border-bottom: 	1px 	#e9f0fa solid; 

overflow:auto;

scrollbar-base-color: rgb(200,220,240);
scrollbar-3dlight-color: #3152b5;
scrollbar-shadow-color: #3152b5;
scrollbar-darkshadow-color: light;
scrollbar-arrow-color: navy;
}

.peoplediv
{

width: 100%;
height: 530px; 

Position: relative; 
left: 0px;
top: 0px;

Font-Family: Verdana,Arial,Helvetica;
Font-Size: 9pt;
background-color: #E5E6EB;
Color: #3152B5;
Text-Align: justify;

line-height: 130%;



border-top: 0px  #3152b5 solid ; 
border-left: 0px  #3152b5 solid; 
border-bottom: 0px  #3152b5 solid; 
padding-right: 5px;
padding-left: 5px;

overflow: 	auto; 

scrollbar-base-color: rgb(200,220,240);
scrollbar-3dlight-color: #3152b5;
scrollbar-shadow-color: #3152b5;
scrollbar-darkshadow-color: light;
scrollbar-arrow-color: navy;
}

/* this includes the links and the disclaimer on the bottom of each page */

/*middle div ie main content*/
.middiv
{
width: 520px;

vertical-align: top;
} 

/*sidebar*/
.sidediv
{
width: 180px;
height: 500px;
background-color: #036ED6;
text-align: center;
vertical-align: middle;
}

/*button effects on the sidebar - not sure why I called it bart should change it really*/
.bart:link,.bart:visited
{
width: 180px;
height:31px;
line-height: 31px;
color: silver;
font-size: 12px;

padding-bottom: 0px;

background-image: url(images/buttons_off.gif); 
background-repeat: repeat-y; 
}

.bart:hover
{
width: 180px;
height:31px;
line-height: 31px;

font-size: 12px;
color: #E5E6EB;

padding-bottom: 0px;

background-image: url(images/buttons_hover.gif); 
background-repeat: repeat-x;
}

BODY {
  font-family: , Verdana, sans-serif;
  font-size: 8pt;
  color: #ffffff;
 background: #BED4E4;
	scrollbar-base-color: #e3e3ee;
	scrollbar-3dlight-color: #e3e3ee;
	scrollbar-shadow-color: #054476;
	scrollbar-darkshadow-color: light;
	scrollbar-arrow-color: #054476;
  /*background: url(../styles/background.jpg);*/
} 
/*button effects on the sidebar - not sure why I called it bart should change it really*/
.bottom:link,.bottom:visited
{
border-style: none;
 color: white;
  text-decoration: none;

}

.bottom:hover
{
border-style: none;
  text-decoration: none;
  color: yellow;
  font-weight:bold;

}


A:Link, A:Active {
border-style: none;
 color: #006699;
  text-decoration: none;
}
A:Visited {
border-style: none;
 color: #01268A;
  text-decoration: none;
}

A:Hover, A {
border-style: none;
  text-decoration: none;
  color: #01268A;
  font-weight:bold;
}

