
/*Add the background image to the body
*/
body{
    background-image: url(../images/background.bmp);
    width:100%;
    background-repeat:repeat-x;
}

/*Format the heading 1 text
*/
h1{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16pt;
    font-weight: bold;
    color: #000000;
}

/*Heading 2 can be used with to display a heading without a line break
for this effect this must be used with a paragraph tag with a removetop class*/
h2{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #000000;
    padding: 0;
    margin: 0;
}
/* sets tables to span accross the page
*/
table {
    width: 100%;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    color: #333333;
}
span.quote{
    font-weight: bold;
    font-style: italic;
}
span.quoted{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
}
table.fpTable {
    
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #2e6087;
  border-bottom-color: #2e6087;
  border-left-color: #2e6087;
  border-right-color: #2e6087;
}
th {
    font-size: 18px;
    color: #2e6087;
}
td.fpHeader{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #2e6087;
}
td.fpBody{   
  padding-left: 20px;
}

/*Adds the dotted line between news stories
*/
.lineunder{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: gray;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    
}


/*Removes decoration of text.  Removes underline from hyperlinks
*/
a {
    text-decoration: none;
}

.bannerlinks{
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
}


/*Removes border from image.  Important for links
*/
img{
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}

/*Sets up the default table cell attributes
*/
td{
    vertical-align: top;
    padding-top:3px;
    padding-bottom:3px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}


/*Generic right align class
*/

/*Formats the text in the blurb across the header
*/
.blurb{
    
    vertical-align: bottom;
    font-family: 'Times New Roman',Times,serif;
    font-size: 25px;
    color: #005085;
    font-weight: bolder;
}

/*Creates the colourful headings
*/
.maximpact{
    line-height: 17px;
    color: white;
    vertical-align: middle;
    background-image: url(../images/blueImpactBackground.PNG);
    background-repeat:no-repeat;
    
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0px;
}
/*Creates the gray heading
*/
.minimpact{
    line-height: 17px;
    color: white;
    background-image: url(../images/grayImpactBackground.PNG);
    background-repeat:no-repeat;
    
  padding-top: 10px;
  padding-bottom: 10px;
}


/*Sets the width of both the left and right content columns
*/
.side{
    width:234px;
    
}

/*Width of all paragraphs is redueced to 90% or thier block*/
p{
    max-width:90%
}
/*Required for paragraphs that site with heading 2 so that the line space is removed*/
p.removetop{
    margin-top:0px
}


/*****************************************************************************************************
The next set of styles create the button links with the rollover effect
*/

/*Set up a button class that positions the list and removes trailing space under list
*/
.button{width:auto;
    padding: 0 0 1em 0;
    margin-bottom:1em;
    color: #333;
    display: inline;
}


/* clear formated parts of the unorder list
*/
.button ul{
    list-style-type:none;
    margin:0;
    padding:0;
    border:none;
}


/*
*/
.button li {
    margin:0px;
    list-style-type:none;
    text-decoration: none;
    
 
}


/*Sets the font size colour padding and width for the anchor tag
*/
.button li a{
    display:block;
    padding: 2px 2px 2px 2px;
    color:#6699ff;
    width:100%;
    font-size: 14px;
}


/*Removes formating from the anchor tag
*/
html.body .button li a{
    width:auto;
    text-decoration: none;
}

/*Creates the rollover effect using the psuedo hover class
*/
.button li a:hover{
    background-color:#2586d7;
    color:#fff;
}

/********************************************************************************
*/



/********************************************************************************
The Following styles set up the spanning blue bars.  They remove the need for
tables and place rounded corners on the ends of the bars
*/

/* class for the information that is alingned on the left*/
.headerleft{
    float:left;
    width:49%;
    height:41px;
    background-image: url(../images/topbar.PNG);
    vertical-align: middle;
    background-repeat:repeat-x;
    padding-top: 9px;
    color: white;
}

/* class for the information that is alingned on the right*/
.headerright{
    float:left;
    width:49%;
    height:41px;
    background-image: url(../images/topbar.PNG);
    text-align: right;
    vertical-align: middle;
    background-repeat:repeat-x;
    padding-top: 9px;
    color: white;
}

/*Places a little image on the left end of the line*/
.leftend{
    float:left;
    width:8px;
    height:41px;
    vertical-align: middle;
    background-image: url(/images/leftend.PNG);
    padding-top: 0px;
}

/*Places a little image on the right end of the line*/
.rightend{
    float:left;
    width:8px;
    height:41px;
    background-image: url(../images/rightend.PNG);
    background-repeat:no-repeat;
    padding-left: 1px;
}

.lineaccross{
    height:41px;
    
}
.padBottom{
    padding-bottom: 30px;
}
form.search{
    display:inline
}
