/* Turn off Print Header */
div#printheader {
	display:none;
}

/* Page Formatting */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image:url(../images/shell/body_bg.jpg);
}

div#pagecontainer {
	width:960px;
}

/* 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 {
	height:26px; 
	margin-top:4px;
}

div#leftnavcontainer {
	width:160px; float:left;
}

div#padnav {
	padding-right:5px;
}
  
A.left_nav:link, A.left_nav:visited {
	background-image:url(../images/shell/nav_off.jpg);
	padding: 3px 7px;
	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 7px;
	color: #ffffff;
	text-decoration: none;
	font-size:14px; }
	
/* Bottom Navigation 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;
}
  
div#contentcontainer {
	width:862px;
}

div#rightcontainer {
	width:702px; float:right;
}


/* 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:15px;
	font-weight:bold;
}

.redsubtitles {
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
}

.smallertext {
font-size:12px;


}

/* Powered by AlliedMedia formatting */
.powered {
	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;
}