@charset "UTF-8";
.twoColFixRtHdr #pageheader {
	margin: 0 0 0 0;
	padding: 0.5em 15% 0 15%;  
	height:6em;
	background-color: #FFFFFF;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:90%;
}
.twoColFixRtHdr #pageheader h1 {
	margin:0.3em 0 0.3em 0;
	font-size:100%;
}
.twoColFixRtHdr #pageheader h2 {
	margin:0 0 0 0;
	font-size:100%;
}
/**************************************************************************************/
.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 16em; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1em 1em;
}
.twoColFixRtHdr #sidebar1 h3{
	margin-top:0;
	font-size:80%;
}
.twoColFixRtHdr #sidebar1 p{
	font-size:75%;
}
.twoColFixRtHdr #sidebar1 p.comment{
	font-size:70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#555;
	margin:0;
	margin-top:10px;
	padding:0;
}

.twoColFixRtHdr #sidebar1 p.user{
	font-size:60%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	color:#333;
	margin:0;
	padding:0;
}

.twoColFixRtHdr #sidebar1 p.label{
	font-size:70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#333;
	margin:0;
	padding:0;
}

/**************************************************************************************/
.twoColFixRtHdr #mainContent { 
	margin: 0 0 0 17em; 
	padding: 1em 1em;
	background-color:#FFFFFF;
} 

/**************************************************************************************/


a.nav:link  {color: #333; text-decoration: none; font-weight:bold; }
a.nav:visited {color: #333; text-decoration: none; font-weight:bold; }
a.nav:hover {color: #60C; text-decoration: underline; font-weight:bold; }

