/* RCE Print CSS file meant to override the screen CSS file. Version 0.8 */
html {
	margin: 2pt;
	padding: 2pt;
	color: #000;
}
body {
	font: 85%  "palatino linotype", "times new roman", georgia, serif;
	padding: 10pt 2pt 60pt 2pt;
	margin: 10pt 2pt 60pt 2pt; /* bottom margin & padding prevents loss at end and beginning of page */
	background-color: White;
}
p {
	font: 100%  "palatino linotype", "times new roman", georgia, serif;
	margin: 0.2em 0 1.0em 1.5em;
	line-height: 1.3em;}
strong {font-weight: normal}
/*strong {color: red; font-weight: 800} */
b {font-weight: bold}
#main{
	position: relative; /* IE6 crashed with absolute !! here*/
	top: 90px;
	left: 0;
	padding-right: 15pt;  /* prevents cut-off of right hand text in mozilla printing */
}
h1,h2,h3 {
	font: bold 100% arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0 1.0em 0.5em 0;
	color: #431958;}
h1 {font-size: 140%;}
h2 {font-size: 110%; margin-top: 1.3em}

hr {color:  #000;}
div.faq p {
	font: 100%  "palatino linotype", "times new roman", georgia, serif;
	margin: 0.4em 0 1.0em 0;
	padding-left: 25px;
	line-height: 1.3em}
div.faq h2 {
	font-size: 100%;
	letter-spacing: 0;
	color: #000;
	padding: 0.2em 5px 0.2em 5px;
	margin-top: 2.0em;
	background-color:#FFF;}
/* order status iframe */
.osiframe {
	width: 450px;
	height: 370px}
div.clrl {clear: left; line-height: 0; height: 0;}
div.clrr {clear: right; line-height: 0; height: 0;}	
.footer {
	position: relative;
	width: auto;
	z-index: 3;
	padding: 0.3em 0 0.3em 0;
	margin-top: -5px; /*  to properly overlap content class div */
	margin-right: 0px; /* must match margin-right of content */
	margin-bottom: 0.5em;
	/* margin -left should be 20 more than for content class */
	margin-left: 0px;
	color: #000000;
	text-align: center;}

.footerwide {
	position: relative;
	width: auto;
	z-index: 3;
	padding: 0.3em 0 0.3em 0;
	margin-top: -5px; /*  to properly overlap content class div */
	margin-right: 5px; /* must match margin-right of content */
	margin-bottom: 0.5em;
	/* margin -left should be 20 more than for content class */
	margin-left: 0px;
	color: #000000;
	text-align: center;}

.copyright 	{  
	font: 90%  "palatino linotype", "times new roman", georgia, serif;
	margin-top: 0.3em;}

#newsWrap {
display:none;
	position: absolute;
	top: 0px;
/*	left: 180px; */
	right: 0px;
	z-index: 1;
	width: 150px;
	padding: 0;
	margin: 0;
	border: #5F9EA0 1px solid;	
}

.FormLabel {margin-bottom: 0.4em;}
.alertb {
	font-size: 110%;
	font-weight: bold;
	font-style:italic;
	color: blue;
/*	color:#33CC33; */
}
.alertg {
	font-size: 110%;
	font-weight: bold;
	font-style:italic;
	color:#33CC33; 
}
/*Pg Title Indicator goes IN CONTENTWRAP Style*/
#pgid, #pgidwide {
	position: absolute;
	top: -60px;
	left: 0px;
	width: auto;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	color: #431958;
	border: #431958 1px solid;}
#pgidwide {	left: 157px;}
div#pgid p, div#pgidwide p {
	margin: 0;
	padding: 0px 8px 1px 8px;
	font-size: 80%;
	font-weight: bold;}
#logo{
	position: absolute;
	top: 0px;
	width: 100%;
	height: auto;
	padding-left: 0px;
	background-repeat: repeat-x;
	background-position: right;
	background-image: url("img/rcplogospacer.gif");}
#navLeft {
display:none;
	position: absolute;
	top: 90px; /* should match that of "main */
	width: 125px;
	left: 10px;
	z-index: 2;
	padding: 5px 0 5px 0;
/* BACKGROUND-COLOR: #FFFFCC; */
	border: #5F9EA0 1px solid;
}
#navLogo {
	display:none;
	position: absolute;
	top: 48px;
	width: auto;
	right: 20px;
	color: #FFFFCC;}
.indent {padding-left: 25px;}
ul {list-style-type: disc;}
div.content li, div.contentwide li {margin-bottom: 0.7em;}
table.pdtbl {position:relative; left: 15px; border-collapse: collapse;}
table.pdtbl td {padding: 0.4em; border-bottom: 1px solid #F8931D;}
table.pdtbl th {padding: 0.4em; border-bottom: 2px solid #431958;}
table.pdtbl caption {padding-bottom: 0.5em;}
/* for coloring text like normal links */ 
.linktext {
	color: #000000;
}

a.link {color: blue;}
a:link {color: blue;}
a:visited {color: blue;}
a:active {color: blue;}

a.dlk {color: blue;	text-decoration: underline;}
a.dklk {color: blue; text-decoration: underline;}
a.dklk:visited { color: blue;}
