/*CSS 2005*/

/*Font and link styes*/
body {
background-color: #afb4be;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 70%;
line-height: 160%;
margin: 0; 
}

p {
margin: 0 0 1.5em 0;
padding: 0;
}

div {position: relative;}

h1 {
font-size: 140%;
line-height: 200%;
text-align: left;
letter-spacing: 1px; 
color: #990000; 
font-weight: bold;
margin-top: 1px; }

h2 {
font-size: 110%;
line-height: 110%;
color: #990000; 
font-weight: bold; }

h3 {
font-size: 105%;
line-height: 105%;
color: #000; 
font-weight: bold; }

h4{
font-size: 100%;
line-height: 100%;
color: #990000;
font-weight: bold; 
 }
 
h5, h6 {
font-size: 100%;
line-height: 100%;
color: #55657d;
font-weight: bold; 
 }
 
strong { font-weight: bold; }
bold { font-weight: bold; }

em { font-style: italic; }
i { font-style: italic; }

abbr { font-style: normal; text-decoration: none; }
acronym { font-style: normal; text-decoration: none; }

OL { list-style-position: outside; }

UL {
color : #002740; 
list-style-type: square;
list-style-position: outside;
}

/* Structure stlye */

#container{
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: #9097A4; /*ORIGINAL: border-color: #B50E39;*/
width: 760px;
margin: 0 auto 0 auto;
background-image: url(../images/background-T4-bfd.gif);
}

/* PCC branding */
#branding {
background-color: #B50E39;
width: 760px;
}

/* header or graphic */

#header {
background-color: #13536E;
width: 100%;
color: #FFFFFF;
margin-bottom: 0px;
}

/* Content information*/

#maincontent-top {
margin-left: 150px;
margin-right: 150px;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
color: #000;
}

#maincontent {
margin-left: 150px;
margin-right: 150px;
margin-top: 0;
margin-bottom: 0;
font-size: 115%;
line-height: 130%;
color: #000;
padding-top: 15px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
background-image: url(../images/cross-fade-blank-wlines.gif);
background-repeat: repeat-x;
}

.maincontent2{
font-size: 115%;
line-height: 130%;
color: #000;
padding-top: 0px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
}

#maincontent a:link{ 
color: #0000cc; 
text-decoration: none;
}

#maincontent a:visited { 
color : #000099;  
text-decoration: underline;
}

#maincontent a:hover {  
color: #0066FF; 
text-decoration: underline;
}

#maincontent a:active {  
color: #0033cc; 
text-decoration: underline;
}

.maincontent-boldcolor { 
font-size: 120%;
line-height: 130%; 
font-weight: bold; 
color: #333333;
}

.maincontent-header { 
font-size: 180%;
line-height: 100%; 
font-weight: bold; 
color: #333333;
text-align: center;
}

/*sidebars*/

#sidebar_left {
float: left;
width: 130px;
margin-top: 0;
margin-right: 0;
font-size: 95%;
line-height: 150%;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
color: #002740;
}

#sidebar_left ul {
margin: 0;
padding: 0;
list-style: none;
}

#sidebar_left li {
padding-left: 10px;
background-repeat: no-repeat;
background-position: 0 .6em;
margin: 0;
}
/*--------------- START LINKS ------------------------------*/
#sidebar_left a:link {  
color: #666666;
text-decoration: underline;
}

#sidebar_left a:visited {
color: #666666;
text-decoration: underline;
}

#sidebar_left a:hover {  
		border: 1px solid #ccc;
	   	border-width: 1px 0;
   		color: #666;
   		padding: .3em 0;
   		background-color: #f9f9f9;
   		margin: 1.5em 0 2em;
   		font-size: 95%;

color: #999999
text-decoration: underline;
}

#sidebar_left a:active {  
border: 1px solid #ccc;
	   	border-width: 1px 0;
   		color: #f9f9f9;
   		padding: .3em 0;
   		background-color: #666;
   		margin: 1.5em 0 2em;
   		font-size: 95%;
}
/*--------------- END LINKS ------------------------------*/
#sidebar_left h4 {
font-size: 100%;
font-weight: bold;
margin: 0;
padding: 0;
color: #660033;
}


#sidebar_right {
float: right;
margin: 0;
margin-left: 0;
width: 125px;
font-size: 95%;
line-height: 150%;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 15px;
color: #002740;
	}

#sidebar_right  ul {
margin-left: 1em;
padding: 0;
list-style: none;
}

#sidebar_right  li {
padding-right: 10px;
background-repeat: no-repeat;
margin: 1em;
}

#sidebar_right  a:link {
text-decoration:none;
color: #000099;
}

#sidebar_right  a:hover {
color: #0066FF; 
text-decoration: underline;
}

#sidebar_right  a:visited {
color: #0000ff;
text-decoration:none;
}

#sidebar_right a:active {
color: #0099ff;
text-decoration:underline;
}

#sidebar_right  h4 {
font-size: 100%;
font-weight: bold;
margin: 0;
padding: 0;
color: #660033;
}

/* Misc elements */
.hr {
border-bottom: 1px #b50e39 solid;
width: 100%;
}

.to-top {
font-size: 90%;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #000;
text-align: right; }

.date {
font-family: Arial, Helvetica, sans-serif;
font-size: 60%;
text-align: left;
color: #666666;
font-weight: bold; }

.pullquote {
float: right;
padding: 5px 0 5px 15px;
width: 120px;
font-family : Georgia, "Times New Roman", Times, serif;
font-variant : small-caps;
font-size : 130%;
line-height : 150%;
font-weight : normal;
letter-spacing : 1px;
color: #666666;
}

/* Footer information */
#footer { 
clear: both; 
margin: 0 auto 0 auto;
padding: 2px 10px 2px 10px; 
background-color: #0f306e ; 
color: #fff;
width: 740px
 }

#footer p {
font-size: 92%;
color: #FFFFFF
text-align: center; 
margin: 5px 0px 5px 0px;
}

#footer a:link {  
color: #FFFF66; 
text-decoration: none;
}

#footer a:visited {
color: #FFFFCC;
text-decoration: underline;
}

#footer a:hover {  
color:  #FFFF00; 
text-decoration: underline;
}

#footer a:active {  
color: #FFFF66; 
text-decoration: underline;
 }
