

/* ------------------- GENERAL FORMATING ------------------- */

body , dt , dd , dl , sl , caption, u , blink , select , option , form , font , li, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size : 12px;
	color:#000000;
	text-decoration: none;
}  
  
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/pc_blue_bckgd.gif);
}

A:LINK { 
	text-decoration: underline;
	color: #003399; 
} 
A:HOVER {
	text-decoration: underline;
	color: #3366FF;
} 
A:ACTIVE {
	text-decoration: underline;
	color: #003399;
} 
A:VISITED {
	text-decoration: underline;
	color: #003399;
}
h1 {  
	color: #003399; 
	font-weight:bold;
	margin-top:6px;	
	font-size : 16px;  
	margin-bottom : 2px;  
	padding-top : 2px;  
	padding-bottom : 2px;  
}  
h2 {  
	color: #000000; 
	font-weight:bold;
	margin-top:4px;	
	font-size : 14px;  
	margin-bottom : 2px;  
}  
h3 {
	font-size : 12px;
	font-weight:bold;
	margin-top:4px;
	margin-bottom: 2px;
}  
h4 {
	font-weight:bold;
	margin-top:2px;
	font-size : 11px;
	color: #003399;
}

/* ------------------- CONTENT AREA ------------------- */

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 1.2em;
}
A.bodytext:LINK , A.bodytext:VISITED , A.bodytext:ACTIVE { 
	color : #003399;
	text-decoration: underline;
}
A.bodytext:HOVER { 
	color : #0066CC;
	text-decoration: underline;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #335599;
	text-decoration: none;
	font-weight: bold;
}
/* ------------------- HEADER basic text link navigation ------------------- */

.hdrnav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-decoration: none;
	font-style : normal;
	color : #003399;
}
	
A.hdrnav:LINK { 
	color : #003399;
	text-decoration: none;
}
	
A.hdrnav:VISITED {
	color : #003399;
	text-decoration: none;
}
A.hdrnav:HOVER {
	color : #3366FF;
	text-decoration: underline;
}

/* ------------------- more general text styles ------------------- */

.white {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: none;
	color : #FFFFFF;
	font-weight: normal;
}
	
A.white:LINK , A.white:ACTIVE , A.white:VISITED {
	color : #FFFFFF;
	text-decoration: underline;
}

A.white:HOVER {
	color : #FFCC00;
	text-decoration: underline;
}

.quote {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-decoration: none;
	font-style : italic;
	color : #FFFFFF;
	font-weight: normal;
}
	
A.quote:LINK , A.quote:ACTIVE , A.quote:VISITED {
	color : #FFFFFF;
	text-decoration: underline;
}

A.quote:HOVER {
	color : #FFCC00;
	text-decoration: underline;
}

.footer { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight : normal;
	text-decoration: none;
	font-style : normal;
	color : #333333;
	line-height: 1.1em;
}
	
A.footer:LINK , A.footer:VISITED , A.footer:ACTIVE { 
	font-weight : normal;
	color : #333333;
	text-decoration: underline;
}

A.footer:HOVER { 
	color : #3366CC;
	text-decoration: underline;
}



/* ------------------- Table cell styles ------------------- */
#tdTopbar {
	background-color: #FFDB1F;
	border-bottom: 1px solid #D1D1D1;
	background-image: url(images/pc_hm_topbar_bckgd.jpg);
	background-repeat: repeat-y;
	padding: 2px;
}

#tdNews {
	background-color: #D7E2FD;
	border-left: 1px solid #375EA9;
	border-right: 1px solid #375EA9;
}

#tdBorderBtm {
	background-color: #FFFFFF;
	border-bottom: 1px solid #335599;
}

#tdHdrbar {
	border-bottom: 1px solid #0066CC;
	background-image: url(images/pc_hm_hdr_bar_bckgd.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0066CC;
}




/*---- LEFT SIDE  Navigation Styles --------*/

#leftnavcontainer { width: 155px; }

#leftnavcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#leftnavcontainer a
{
	display: block;
	padding: 4px 0px 3px 8px;
    background-image: url(images/pc_hm_nav_bckgd.jpg);
	width: 155px;
	border-bottom: 1px solid #FFCC00;
}

#leftnavcontainer a:link, #leftnavlist a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#leftnavcontainer a:hover
{
	color: #FFBB10;
	text-decoration: underline;
	background-image: url(images/pc_hm_nav_bckgd_on.jpg);
}
