html, body
{
	margin: 0 0 50px 0;
	padding: 0;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #000;

	background: #F0F0F0;
}

.holdertable {
	width: 780px;
	margin: auto;
	background: #FFF;
}

#leftcell
{
	width: 160px;
	vertical-align: top;
}

#maincell
{
	width: 480px;
	vertical-align: top;

}
#rightcell
{
	width: 120px;
	vertical-align: top;
	border-left: dashed 1px #ccc;

}

.navbar {
	width: 780px;
	background: url("images/lower-header.gif") no-repeat;
	height: 53px;
		clear: both;
	margin: 0 10px 5px 10px;
	height: 53px;
}

#coreTextLinks
{
	float: right;
	padding: 16px 20px 0px 0px;
	height: 10px;
	color: #fff;
	font-weight: bold;
}

h1 {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #993366;
}
#footer {
	width: 780px;
	background: url("images/footer_heading_blue_curve.gif") no-repeat;
	height: 20px;
		clear: both;
	margin: auto;

}
.topheader {
	width: 780px;
	background: url("images/top-header.gif") no-repeat;
	height: 98px;
		clear: both;
	padding: 20px 40px 5px 64px;

}

.lowertable {
	width: 780px;
	background-color: #fff;
	height: 100px;
	clear: both;
	margin: auto;
	padding-left: 60px;
	padding-right: 60px;
	font: normal 12px Arial, Helvetica, sans-serif;
}

#outer {
	background: url("images/bg.gif") repeat-y;
	width: 800px;
	margin: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	heigh: 98%;
}

.outer {
	border: solid 1px #cc;
	font-size: 10px;
}

.formtext {
	font-size: 10px;
}

#coreTextLinks a
{
	font-size: 10px;
	text-decoration: underline;
	color: #2A4A70
}

#coreTextLinks a:hover
{
	font-size: 10px;
	text-decoration: none;
	color: #2A4A70
}

.rightsidet {
border: solid 1px #E4F4F9;
	font-size: 12px;
}