body {
	/* text-align: center; for IE */
	background-image:url(images/main_bg.png);
	background-repeat:repeat;
	margin: 0px auto;
}

#full_horizontal 
{
	margin:0px auto;   /* align for good browsers */
	text-align:center; /* counter the body center */
	width:100%;
	background-image:url(images/main_bg2.png);
	background-position:center top;
	background-repeat:no-repeat;
}

#main {
	margin:0px auto;   /* align for good browsers */
	text-align:left;   /* counter the body center */
	width: 748px;
	background-color:#999999;
}

.copy_columns_container 
{
	float:left;
	background-color:#ffffff;
	background-image:url(images/home_copy_bg.png); background-position:center bottom; background-repeat:repeat-x;
	
}

.column { 
	margin: 0px; 
	padding: 0px;
	float: left; 
} 

.subhead
{
	color:#028eb9;
	font-family:Verdana,Helvetica;
	font-size:11px;
	font-weight:bold;
}

.bodycopy 
{
	color:#666666;
	font-family:Verdana,Helvetica;
	font-size:11px;
	line-height:15px;
}

.bodycopy_heading
{
	margin: 30 0 0 0px;
	font-weight:bold;
}

p 
{
	margin-top:0px;
}

a 
{
	text-decoration:none;
	color:inherit;
}

a.visited
{
	text-decoration:none;
	color:inherit;
}

a.regular 
{
	color:#028eb9;	
}