/******************************************
*  LANDING PAGE STYLES -- CONTAINS STYLES *
*  RELATING ONLY TO THE LANDING PAGE      *
*   (DIAMONDS, BLUE TABLE, ETC)           *
******************************************/



/*BLUE TABLE STYLE*/
.blueTableContainer
{
	width: 200px;
	height: 300px;
	text-align: center;
	padding-left: 5px;
}
.blueTable
{ 
	width: 190px;
	height: 280px;
	border: solid 2px #200051;
	background-color: #93A3C9;
	color: #FFFFFF;
	vertical-align: top;
	font-family: Arial, Helvetica, Sans-Serif;
}

.blueTableHeader
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: top;
	text-align: center;
	padding: 1 1 1 1;
	height: 30px;	
}

.blueTableBody
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	vertical-align: top;
	text-align: left;
	height: 300px;
}

.blueTableBody td
{
	padding-left: 5px;
}

.blueTableBody a:link
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.blueTableBody a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}

.blueTableBody a:hover
{
	color: #200051;
	text-decoration: underline;
}

.blueTableBody a:active
{
	color: #200051;
}


/*STYLES FOR DIAMOND CELLS*/
.tdDiamond
{
	width: 238px;
	vertical-align: top; 
	text-align: center;	
}

.landingText
{
	width: 430px;
}

.landingText, p
{
	margin-left: 40px;
}
