/*////////////////////////////// General Styles ////////////////////////*/
html, body	{
	margin: 0;
	width: 100%;
	height: 100%;
	}
#table-main	{
	width: 100%;
	height: 100%;
	}
.border	{
	border: 2px solid #1E3A6E;
	}

/*///////////////////////////// Main Table /////////////////////////////*/
#table-content	{
	width: 100%;
	height: 100%;
	}
#cell1	{
	width: 280px;
	height: 175px;
	background-color: #fef332;
	text-align: center;
	}
#cell2	{
	text-align: center;
	height: 175px;
	}
#cell3	{
	width: 280px;
	height: 175px;
	background-color: #C21E40;
	padding: 15px;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	}
#cell3 a, #cell3 a:link, #cell3 a:hover, #cell3 a:visited {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	}
#cell4	{
	background-color: #1E3A6E;
	padding: 25px 0 25px 0;
	}
#cell5	{
	padding: 20px 40px 20px 40px;
	}
#cell6	{
	background-color: #1E3A6E;
	padding: 25px 0 25px 0;
	}
#cell7	{
	padding: 15px;
	background-color: #C21E40;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	line-height: 16px;
	}
	
/*//////////////////////////////// Subscription /////////////////////////////*/
.newsletter	{
	margin: 10px 0;
	border: 1px solid #003366;
	background-color: #DDEEFF;
	}
#newsletter	{
	padding: 15px;
	xbackground: top left url(../images/newsletter-tablebg.jpg) no-repeat;
	}
	
	
.subscribe1	{
	background: top left url(../images/subscribe-left.gif) no-repeat ;
	width: 30px;
	height: 135px;
	}
.subscribe-table	{
	background: top url(../images/subscribe-mid.gif) repeat-x ;
	width: 100%;
	}
.subscribe3	{
	background: top left url(../images/subscribe-right.gif) no-repeat ;
	width: 30px;
	height: 135px;
	}
.subscribe2	{
	padding: 20px;
	width: 100%;
	}	
	
/*// Navigtion ////////////////////////////////////////////////*/

#leftnav	{
	background-image: url(../images/navbg-left.gif);
	background-position: right;
	background-repeat: repeat-y;
	width: 180px;
	}
#rightnav	{
	background-image: url(../images/navbg-right.gif);
	background-position: left;
	background-repeat: repeat-y;
	width: 190px;
	}
	
/*// Footer ////////////////////////////////////////////////*/

#footer	{
	width: 520px;
	}
#testimonials	{
	width: 275px;
	margin: 10px;
	}
	
/*// Other Styles /////////////////////////////////////////*/
.style1 {
	color: #1E3A6E;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {color: #C21E40}