body {
  font-family: Verdana, Arial;
  font-size: 8pt;  
  text-align:center;
  line-height:160%;
}

/***********
Link color; rollover text color
***********/
A {
  color: #003399;  
  font-size: 8pt;
  font-weight: bold;
}

A:hover {
  color: #FF0000;  
}

A.small
{
  font-size: 7pt;
  font-weight: bold;
}

p.quote 
{ 
  font-style: italic;
}

TABLE.link {
  cursor: pointer;
  cursor: hand;
}

td.splash { 
  font-size: 1pt; 
}



/*****************************************
Page wrapper
Keeps everything centered
Black border
*****************************************/  
#container {
  width:680px;
  margin-left: auto; 
  margin-right: auto;  
}

#splash {
  width:450px;
  text-align:center; 
}

/*****************************************
Banner that is in every page (except for splash)
Includes banner.gif that is 680x121
*****************************************/
#banner {
  positioning: relative;
  width: 680px;
  height: 121px;  
  background-image: url(images/banner.gif);
  background-repeat: no-repeat;
  cursor: pointer;
  cursor: hand;
}

/*****************************************
Navigation linksWhite background color
DELETED:  background-color: #cccccc;
*****************************************/
#nav {  
  positioning: relative;
  padding-top:2px;
  padding-bottom:5px;
  text-align: center;
  border-left: 3px solid #000000;
  border-right: 3px solid #000000;
  font-size: 10pt;
}

#subnav {    
  padding-top:3px;
  padding-bottom:4px;
  border: 1px solid #cccccc;
  text-align: center;  
  font-size: 9pt;
}

/*****************************************
Page header                       
Larger text and bold
*****************************************/

#header {
  positioning: relative;
  font-size: 12pt;
  font-weight: bold;
}

#subheader
{
  positioning: relative;
  font-size: 11pt;
  font-weight: bold;
  color: #CC0000;
}

/*****************************************
Page header                       
Larger text and bold
*****************************************/

#splashheader {
  positioning: relative;
  font-size: 24pt;
  font-weight: bold;
}

#splashslogan {
  positioning: relative;
  color: #0071BD;
  font-size: 10pt;
  font-weight: bold;
}

#splashquote1 { 
  visibility: hidden;
  positioning: relative;
  padding: 8px;
  color: #0071BD;
  font-size: 8pt; 
  font-weight: bold; 
  text-align: Center; 
  text-indent: 0; 
  line-height: 150%; 
  margin-left: 0 
}

#splashpreload { 
  visibility: hidden;
}

/*****************************************
Content area
*****************************************/

#content {
  padding: 10px;
  border: 3px solid #000000;  
  text-align: left; 
  background-color: #ffffff;
}

/* Not using these anymore */
#contentLeft {
  float: left;
  width: 400px;  
}

#contentRight {  
  float: right;
  text-align:center;
  width:150px;  
}

.contentLeft 
{
  width: 75%;
  vertical-align: top;
  padding-right: 10px; 
}

.contentRight
{
  width: 25%;
  vertical-align: top;
  text-align:center;
}

/*******************************************
Background color of footer: blue
Text is white; aligned right; smaller font size
*******************************************/
#footer {
  clear: both;
  padding: 5px;  
  border-left: 3px solid #000000;  
  border-right: 3px solid #000000;  
  border-bottom: 3px solid #000000;  
  background-color: #003399;
  text-align: center;
  font-size: 8pt;
  color: #ffffff;
}

#footer a:link {
  font-size: 8pt;
  font-weight: normal;
  color: #ffffff;
  text-decoration: underline;
}

#footer a:visited {
  font-size: 8pt;
  color: #ffffff;
  text-decoration: underline;
}

#footer a:hover {
  font-size: 8pt;
  color: #ffffff;
  text-decoration: underline;
}

#footer a:active {
  font-size: 8pt;
  color: #ffffff;
  text-decoration: underline;
}




