@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
#container {
 background-color:#FFFFFF;
}
.oneColLiqCtrHdr #container {
	width: 700px;  /* this will create a container 80% of the browser width */
	background: #000000; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColLiqCtrHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	
}
.oneColLiqCtrHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
TD
{
	font-size: 10pt;
}
P
{
	font-size: 10pt;
}

LI
{
	font-size: 8pt;
}

A:link	{	
	text-decoration:	none;
	color:	#336699;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#336699;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#336699;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#666666;
	}
	
td.headerText
{
	font-family: 'verdana', 'MS Sans Serif', 'Times New Roman';
	font-size: 125%;
	font-weight: bold;
	color: #000000;
}
td.rateHeader
{
	font-family: 'verdana', 'MS Sans Serif', 'Times New Roman';
	font-weight: bold;
	color: #000000;
	background-color: #336699;
}
td.blackHeader
{
	font-family: 'verdana', 'MS Sans Serif', 'Times New Roman';
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
td.textlinks
{
	font-size: 8pt;
}
td.rateCell-left
{
	font-family: 'verdana', 'MS Sans Serif', 'Times New Roman';
	color: #000000;
	border-right: #999999 2pt solid;
}
.tableStyle
{
    BORDER: #000066 2pt solid;
}
.tableHeader
{
	BORDER-bottom: #999999 2pt solid;
    COLOR: white;
    FONT-FAMILY: 'verdana', 'MS Sans Serif', 'Times New Roman';
    font-weight: bold;
    BACKGROUND-COLOR: #000066;
}
.tableRowHeader
{
    border-right: #666666 1pt solid;
    BACKGROUND-COLOR: #990000;
    BORDER-bottom: #666666 1pt solid;
    font-weight:bold;
    COLOR: white;
    FONT-FAMILY: 'verdana', 'MS Sans Serif', 'Times New Roman';
}
.tableCell
{
    BACKGROUND-COLOR: #ffffff;
    BORDER-bottom: #666666 1pt solid;
    color: Black;
    font-size: 8pt;
}
.tableRowHeaderBottom
{
    border-right: #666666 1pt solid;
    BACKGROUND-COLOR: #990000;
    font-weight:bold;
    COLOR: white;
    FONT-FAMILY: 'verdana', 'MS Sans Serif', 'Times New Roman';
}
.tableCellBottom
{
    BACKGROUND-COLOR: #ffffff;
    color: Black;
    font-size: 8pt;
}
small
{
	font-size: xx-small;
}
IMG
{
	border-color: #990000;
}
LI
{
	font-size: 8pt;
}
#header {
	background-image: url(images/prpheader-forslice2_01.gif);
	background-repeat: no-repeat;
	height: 150px;
	width: 100%;
	background-position: center;
}
#outerWrapper {
	width: 790px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #D4D5D7;
}
#contentWrapper {
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	width: 790px;
	overflow: hidden;
}
#sidebar {
	float: left;
	width: 200px;
	margin-left: 4px;
	padding-top: 25px;
	padding-left: 15px;
	text-align:left;
}
#content {
	background-image: url(images/content_hat.jpg);
	background-repeat: no-repeat;
	width: 490px;
	margin-left: 250px;
	padding-top: 25px;
	padding-right: 15px;
	padding-left: 18px;
	background-position: center top;
}
#outerWrapper #contentWrapper #content a {
	text-decoration: none;
}

#outerWrapper #contentWrapper #content h1 {
	font-size: 24px;
	font-weight: bold;
}
#outerWrapper #contentWrapper #content h2 {
	font-size: 20px;
	font-weight: bold;
}
#outerWrapper #contentWrapper #content h3 {
	font-size: 18px;
	font-weight: bold;
}
 
#outerWrapper #contentWrapper #content input, textarea {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	padding-left: 5px;
	padding-right: 5px;
}
#footer {
	height: 80px;
	width: 100%;
	background-position: top;
}
.sectionHeader {
	font-size: 18px;
	color: #0000FF;
}
.sectionBody {
	font-size: 12px;
	color: #000066;
	padding-top:10px;
	text-align:left;
}
