body 
{
	margin: 0;
	padding: 0;
	text-align: center;
	
	font-size: 0.7em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	
}

#highline
{
	text-align: left;
	background: #fff url(highlinebg.jpg) repeat-x;
	
}

#midline
{
	margin: 0 auto;
	text-align: left;
	padding: 3px 0 3px 0;
	background-color: #f7d2fa;
}

#lowline
{
	clear: both;
	text-align: left;
	background-color: #fff;

}

#header
{
	height: 150px;
	margin: 0 auto;
	text-align: left;
	
	background: #fff url(header.jpg) no-repeat scroll center top;
}


#center
{
	width: 730px;
	margin: 0 auto;
	background: #fcecfd;
	
}

#footer
{
	clear: both;
	height: 80px;
	text-align: left;
	background: #fff url(footerbg.jpg) no-repeat scroll left top;

}

#body
{
	text-align: left;
	background: #fff url(bodybg.jpg) no-repeat scroll left top;

}

#body_left
{
	width: 25%;
	float: left;
	background-color: #fcecfd;
}

#body_center
{
	width: 50%;
	float: left;
	background-color: #fff;

}

#body_right
{

	width: 25%;
	float: left;
	text-align: center; 
	background-color: #fcecfd;

}

#body_right iframe{
	margin: 0 auto;
}

#highline, #lowline
{
	padding: 5px;
}

#body_center h1
{
	font-size: 2em;
}
#body_center h2
{
	font-size: 1.5em;
}

#header h1
{
	margin: 0;
	padding-top: 123px; 
	font-size: 1.5em;
	color: #92019f;
}

#body_center h1{
	font-size: 2em;
	margin: 0;
}

#body_center h2{
	font-size: 1.5em;
	margin: 0;
}

#body_left a{
	padding-top: 2px;
	display: block;
	color: #92019f;
	margin-left: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
}

#body_left a:hover{
	color: #71017b;
}

#body_left iframe{

}

#footer a{
	color: #fff;
	font-size: 0.8em;
	margin: 0 3px 0 3px;
}

p
{
	text-indent: 4em;
}

p a
{
	text-decoration: none;
	color: #366fff;
	border-bottom: 1px solid #366fff;
}

p a:hover
{
	color: #1757fa;
	border-bottom: #1757fa;	
}

