/* Main Content */
.content{
padding:0px 0px;
background:#fff;
text-align: justify;
FONT-FAMILY: arial;
height: auto;
}

#Main
{
float: left;
width: 700px;
background-color:#fff;
text-align: justify;
	background: url("gfx/white_bg.gif");
	background-repeat: repeat;
	font-size: 11px;
font-family: "trebuchet ms", helvetica, sans-serif;
color: #857D74;
}




#MainLeft
{
	float: left;
	width: 230px;
	background-color: transparent;
	padding-left:10px;
	height: 100%;
}

#MainRight
{
	float: right;
	width: 435px;
	background-color: transparent;
	padding-right:10px;

}


/* SEPERATOR - PINK LINE */
	.PinkLine
	{
	float: left;
	width: 700px;
	background-color:#ec7ebf;
	color: #ec7ebf;
	height: 5px;
	padding: 0 0 0 0;
	}
	
	


/* FOOTER Content */
.footer{
padding:0px 7px;
background:#ffffff;
text-align: justify;
FONT-FAMILY: Palatino Linotype, Georgia, Times New Roman;
}



/* TABLES */

th strong
{
color: #fff;
}

table
{
border-collapse: collapse;
width: 100%;
}

th
{
background: #585858;
height: 29px;
padding-left: 11px;
padding-right: 11px;
color: #fff;
text-align: left;
border-left: solid 1px #898989;
border-bottom: solid 2px #ffffff;
}

tr
{
height: 30px;
}

td
{
padding-left: 11px;
padding-right: 11px;
border-left: solid 1px #dddddd;
border-bottom: solid 1px #ffffff;
}

td.first,th.first
{
border-left: 0px;
}

tr.rowA
{
background: #f3f3f3;
}

tr.rowB
{
background: #fbfbfb;
}