/*  PSCI STYLE SHEET */


/*  T E X T   S T Y L E S  */

body {
    font-size:          0.8em;
    font-weight:        normal;
    line-height:        1.5em;
    text-align:         left;
	font-family:        Arial, Helvetica, sans-serif;
	}

body, #headerWrapper, #pageimageWrapper, #pagecontentImage, #pagecontentWrapper, #footerWrapper, #footercontentWrapper {
    padding-bottom:     0px;
	padding-top:        0px;
	padding-left:       0px;
	padding-right:      0px;
	margin:             0px;
	}

.no_top {
    padding-top:        0px;
    }

H1, H2, H3, P {   
	padding-top:        0px;
	padding-left:       0px;
	padding-right:      0px;
	margin:             0px;
    }

H4, H5 {   
	padding-left:       0px;
	padding-right:      0px;
	margin:             0px;
    }

H1, H2, H3, H4, H5 {
	font-weight:        normal;
	}
	
#navcontent {
    padding-left:       15px;
    }

#navcontent H5, #navcontent p, #navcontent A:link, #navcontent A:active, #navcontent A:visited {
    text-align:         left;
    }    
    
H1 {
    font-size:          1.8em;
    line-height:        1.2em;
    padding-bottom:     0.7em;
    }

   
H2 {
    font-size:          1.5em;
    line-height:        1.2em;
    padding-bottom:     0.8em;
    }

    
H3 {
    font-size:          1.3em;
    line-height:        1.1em;
    padding-bottom:     0.7em;
    }


H4  {
    font-size:          1.3em;
    line-height:        1.4em;
    padding-bottom:     0em;
	padding-top:        1.0em;
    }
    
H5  {
    font-size:          13pt;
    line-height:        1.2em;
    padding-bottom:     0em;
	padding-top:        1.0em;
	text-align:         left;
	font-weight:        bold;
    }    

    
p  {
    font-size:          10pt;
    font-weight:        normal;
    line-height:        13pt;
	font-family:        Arial, Helvetica, sans-serif;
	color:              #333333;
	text-align:         left;
    }
    
strong {
    font-weight:        bold;
    }


ul, ol {
    font-size:          1.1em;
    font-weight:        normal;
    line-height:        1.7em;
	color:              #111111;
    } 
    
    
ul.tightList, ol.tightList {
	margin-top:         0em;
    } 

#n_1 {
    position:           relative;
    }

#navstrip {margin: 0px; padding: 0px; width: 880px; height: 47px;}

#navstrip #item1 {width: 167px; left: 0px; background-position: 0px 0px;}
#navstrip #item2 {width: 77px; left: 168px; background-position: -168px 0px;}
#navstrip #item3 {width: 108px; left: 243px; background-position: -243px 0px;}
#navstrip #item4 {width: 80px; left: 342px; background-position: -342px 0px;}
#navstrip #item5 {width: 316px; left: 564px; background-position: -564px 0px;}

#navstrip a {height: 47px; display: block;}


/*  L I N K   S T Y L E S  */


A:link, A:active, A:visited {
	text-decoration:    none;
	font-weight:        normal;
	color:              #000000;
	}

A:hover {
	text-decoration:    underline; 
	font-weight:        normal;
	color:              #FF0000;
	}
	
