
h2
{
	font-size: 20px;
	font-weight: bold;	
}

h3
{
	font-size: 16px;
	font-weight: bold;	
}


.topMenu
{
	padding: 60px 10px 3px 10px;
	width:450px;
	
}

.topMenu a
{
	text-decoration:none;
	color: White;
	font-family: Tahoma; 
	font-size:15px;
	font-weight: bold; 
	padding: 3px 10px 3px 10px;
}

.floatLeft
{
	float:left;
}

.floatRight
{
	float: right;
}

.contentColumnLeft
{
	width: 32%;
	height: 475px;
	text-align: left;
	padding-right:7px;
	padding-left:7px;
	font-size: 13px;
	
}

.contentColumnCenter
{
	text-align: Center;
	padding-top: 95px;
	font-size: 13px;
}

.contentColumnRight
{
	width: 32%;
	height: 475px;
	text-align: Right;
	padding-left:7px;
	padding-right:7px;
	font-size: 13px;
}

p
{
	margin: 0px;
	padding-bottom: 7px;
	font-size: 15px;	
}

.bgImage
{
	background: #1c4111 url(images/lssbackground.gif) no-repeat scroll;
	background-position: center top;
}

.mercuryLogin
{
	color: #333333;
	position: relative;
	top: 25px;
	left: 425px;
	font-size: 14px;
}

.pageLayoutTable
{
	table-layout: fixed;
	width: 982px;
	font-size: 12px;
	margin-left:auto; 
	margin-right:auto;
}

