/* Special Print CSS - turn off/resize items to assist with printing */ 

div#pagecontainer {	width:633px; }

/* Turn off top page header image/divs for printing */
div#topleft { display: none; }

div#topheader {	display: none; }
	
div#topright { display: none; }

div#tagline { display: none; }
	
div#noprint { display: none; }
	
div#padnav { display: none; }
	
div#contentcontainer { width:633px; }

div#leftnavcontainer { width:229px; float:left; display:none; }

div#rightcontainer { width:633px; float:left; }

div#noshow { display:none; }

div#printheader { display:block; }

div#noshow2 { display:none; }


/* Page Formatting */ 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

/* Standard anchor tag formatting */ 
A:link, A:visited { 
	color: #4765c1;
	text-decoration: none;
}

A:hover, A:active {
	color: #4765c1;
	text-decoration: underline;	
}
  
/* Left Nav formatting */
div.left_nav {
	display:none;
}

A.left_nav:link, A.left_nav:visited {
	background-image:url(../images/shell/nav_off.jpg);
	padding: 3px 15px;
	display:block; 
	color: #000;
	text-decoration: none;
	font-size:14px; 
}

A.left_nav:hover, A.left_nav:active {
	background-image:url(../images/shell/nav_on.jpg);
	padding: 3px 15px;
	color: #ffffff;
	text-decoration: none;
	font-size:14px;
}
	
/* Bottom Nav link formatting */
A.bottom_nav:link, A.bottom_nav:visited { 
	color: #666666;
	font-size:13px;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
}
  
A.bottom_nav:hover, A.bottom_nav:active {
	color: #666666;
	font-size:13px;
	text-decoration: underline;
	padding-left:5px;
	padding-right:5px; 
	font-weight:bold;
}
  
	
/* Table formatting */
  
td {
	font-family: Arial, Helvetica, sans-serif;
}
td.right_border {
	border-right:#999999 thin solid;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

td.white {
	background-color:#FFFFFF;
}

/* Text formatting */
.subtitles {
	color:#17338a;
	font-size:14px;
	font-weight:bold;
}

.redsubtitles {
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
}



/* Powered by AlliedMedia formatting */
div.powered {
	width:600px;
	text-decoration: none;
	font-size:10px;
	color:#ffffff;
}

A.powered {
	text-decoration: none;
	font-size:10px;
	color:#ffffff;
}

A.powered:link, A.powered:visited {
	color:#ffffff;
	padding-top:0px;
	text-decoration: none;
}

A.powered:hover, A.powered:active {
	color:#d57521;
	padding-top:0px;
	text-decoration: none;
}