body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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-family: Arial, Helvetica;
	font-size: x-small;
}
th
{
	background-color: #9DD3AE;
	vertical-align:top;
	color: #0000cd; /* the color formerly known as mediumblue */
	font-weight: bolder;
}
H1
{
    COLOR: #000000;
    FONT-FAMILY: 'Arial Black', Arial, Helvetica, 'sans serif';
}
H2
{
    COLOR: #0000ff;
    FONT-FAMILY: Arial, Helvetica, 'sans serif';
}
H3
{
    COLOR: #0000ff;
    FONT-FAMILY: Arial, Helvetica, 'sans serif';
}
H4
{
    COLOR: #0000ff;
    FONT-FAMILY: Arial, Helvetica, 'sans serif';
}
TABLE
{
    FONT-FAMILY: Arial, Helvetica, 'sans serif';
    FONT-SIZE: x-small
#container 
{ 
	width: 80%;  /* this will create a container 80% of the browser width */
	min-width: 800px;
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


HR
{
    min-height: 135px; 
}

#pageHeader
{
	min-height: 134px;
	padding:0px 0px 0px 10px;
	background-color:#9DD3AE;
}

#pageHeader div.logo {
	padding: 20px 0px 20px 5px;
	float: none; 
}

#pageHeader div.companyName {
	font-family: inherit;
	padding: 0px 10p 05px 0px;
 	float: none;
}


#pageHeader div.companyName h1 { 
	color: black;
	padding: 10px 0px 0px;
	font-family: Franklin Gothic Book MS, Arial, Helvetica;
	text-align: center;
}
/*
1. since we are working in percentages, it's best not to use padding on the sideBar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sideBar p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#sideBar 
{
	float: left; 
	width: 24%; /* since this element is floated, a width must be given */
	background-color: #9DD3AE; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* top and bottom padding create visual space within this div  */
}
#sideBar h3, #sideBar p 
{
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	text-align: right;
}

#sideBar h3, #sideBar p 
{
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	text-align: right;
}

/* Tips for mainContent:
1. the space between the mainContent and sideBar is created with the left margin on the mainContent div.  No matter how much content the sideBar div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sideBar space when the content in #sideBar #sidebar space when the content in #sidebars text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment belowrty is used to 
	clear: none;give the mai00px 0px 0px 0pxLayout." This avoids several IE-specific bugs.
*/
#mainContent 
{ 
	margin: 0 20px 0 26%; /* the  right margin can begin in peels. It creates the space down the right side of the page. */
	padding: 0 0 0 0;
	background: #FFFFFF;
} 

#footer 
{ 
	padding: 0 10px; /* this padding matches the left alignment of the divs that appear above it. */
	background:r-top: 1px solid #000000;
} 

#footer p
{
	text-align: right;
}	
		
#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 */
}

/* Miscellaneous classes for reuse */
.fltrt 
{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft 
{ /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat 
{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.leftLabelText 
{
	font-weight: bold;
	vertical-align: top;
	font-size: small;
	color: #666666;
	text-align: left;
}

.italicText
{
	font-style: oblique;
	font-size: medium;
	color: Gray;
	font-weight: bold;
	text-align: right;
}

.medText
{
	font-weight: normal;
	font-size: small;
	text-align: left;
}

.leftLabelHeader
{
	font-weight: bold;
	font-style: italic;
	vertical-align: top;
	font-size: large;
	color: #666666;
	text-align: left;
}

.rightContentContainer 
{
	font-weight: normal;
	font-size: x-small;
	text-align: left;
	vertical-align: top;
}

.errorMessage 
{
	text-align: left;
	font-size:x-small;
}

.linkRow 
{
	font-size: smaller;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

.linkRowSmall
{
	font-size: xx-small;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

