body 
{
	margin: 0;
	padding: 0;
	text-align: center;
	
	font-size: 0.7em;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	
}

#highline
{
	text-align: left;
	background: #4493fe url(images/pattern2.jpg);
	
}

#midline
{
	margin: 0 auto;
	text-align: left;
	padding: 5px 0 5px ;
	background: #20f157 url(midlinebg.jpg) no-repeat scroll left top;
}

#lowline
{
	clear: both;
	text-align: left;
	background: #fff url(lowlinebg.jpg) no-repeat scroll left top;

}

#header
{
	height: 153px;
	margin: 0 auto;
	text-align: left;
	
	background: #fff url(images/header.jpg) no-repeat scroll center top;
}


#center
{
	width: 730px;
	margin: 0 auto;
	background: #fdfdfd;
	
}

#footer
{
	clear: both;
	height: 50px;
	background: #4493fe url(images/pattern1.jpg);

}

#body
{
	margin-bottom: 30px;
	text-align: left;
	background: #fff url(bodybg.jpg) no-repeat scroll left top;

}

#body_left
{

	width: 25%;
	float: left;

}

#body_center
{
	width: 51%;
	float: left;

}

#body_right
{
	width: 22%;
	margin-left: 78%;

}

#highline, #lowline, #body_center, #footer
{
	padding: 5px;
}

#body_center h1
{
	font-size: 2em;
}
#body_center h2
{
	font-size: 1.5em;
}

/** Centers the Google Ad **/
#body_center iframe
{
	margin: 0;
}



#header h1
{
	margin: 0;
	padding-top: 123px; 
	font-size: 1.5em;
	color: #696969;
}

#footer a
{
	font-size: 0.8em;
	color: #f0f0f0;
	margin: 0 2px 0 2px;
}
#footer a:hover
{
	color: #fff;
}

p
{
	text-indent: 4em;
}

p a
{
	text-decoration: none;
	color: #366fff;
	border-bottom: 1px solid #366fff;
}

p a:hover
{
	color: #1757fa;
	border-bottom: #1757fa;	
}

#body_left a
{
	display: block;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	/*text-decoration: none;*/
	/*border-bottom: 1px dotted #20f157;*/
	font-family: Arial, Helvetica, Sans-Serif;
	color: #6e6eff;
}

#body_left a:hover
{
	/*background-color: #6bf578;*/
	color: #00f;
}

/** Pads the Google Add **/
#body_left iframe
{
	margin: 10px 0 10px 0;
}