body
{
	margin-top		: 20px;
	
	text-align		: center;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
}

#frame
{
	width			: 768px;
	background		: #ffffff;
	border			: 1px solid #3152CE;
	
	margin			: auto;
	overflow		: visible;
	text-align		: left;
}

#banner
{
	position		: relative;
	left			: 0px;
	top				: 0px;
	height			: 97px;
	width			: 100%;
	background		: transparent;
	border			: none;
}

#bannerline
{
	position		: relative;
	left			: 0px;
	top				: 0px;
	height			: 5px;
	width			: 100%;
	background		: #3152CE;
	border			: none;
}

	
#content
{
	position		: relative;
	left			: 0px;
	top				: 0px;
	min-height		: 600px;
	height			: auto;
	_height			: 600px;
	width			: 100%;
	
	background		: transparent;
}
 
#footer
{
	position		: relative;
	left			: 0px;
	top				: 0px;
	height			: 30px;
	width			: 100%;
	background		: transparent;
	border			: none;
	
	text-align		: center;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11px;
	color			: #3152CE;
}

.padded
{
	background		: transparent;
	margin			: 30px;
}

