/* Two column style */
#header_container
{
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 191px;
	margin-right: 191px;
	width: 580px;
	border: none;
	text-align: center;
}

#header_container h1
{
	color: black;	
	font-size: 1.50em;
}

#left_container
{
	float: left;
	padding-left: 0px;
	padding-right: 10px;
	width: 280px;
	border: none;
}

#left_container p
{
	color: blue;
	font-size: 1.25em;
}

#right_container
{
	padding-left: 20px;
	padding-right: 10px;
	margin-left: 281px;
	width: 660px;
	border: none;
	font-size: 1.00em;
	text-align: left;
	color: black;
}

#right_container h1
{
	font-size: 1.80em;
}

#right_container p
{
	font-size: 1.25em;
}

#right_container p1
{
	font-weight: bolder;
	font-size: 0.90em;
}

#right_container p2
{
	font-size: 0.80em;
}

#right_container ul
{
	font-size: 1.25em;
	line-height: 1.6;
}

