body
{
	margin: 0;
	padding: 0;
	font: verdana, arial, hevetica, sans-serif;
	background-color: #CCCCCC;
}

#page_container
{
	width: 880px;
	margin: 0 auto;	
	text-align: left;
	background-color: #FFFFFF;
	border: 0px;
}

#header
{
	width: 880px;
	height: 125px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
}

#topnav 
{ 	
	height: 28px; 
	background-color: #99CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	padding-left: 260px;
}

#topnav a 			{ color: #000000; text-decoration: none; }
#topnav a:active 	{ color: #000000; text-decoration: none; }
#topnav a:visited 	{ color: #000000; text-decoration: none; }
#topnav a:hover 	{ color: #ccffff; text-decoration: none; }

#column_container
{
	width: 880px;
	height: 447px;
}

#column_left
{ 
	float: left;
	width: 275px;
	height: 447px;
}

#column_right
{ 
	float: left;
	width: 605px;
	height: 447px;
	overflow: auto;
}

#content_left
{
	width: 275px;
	height: 447px;
	background-image:url(../images/circles.gif);
	font-family: Times New Roman;
	font-size: 12px;
	line-height: 15px;
}

#content_right
{
	font-family: Times New Roman;
	font-size: 12px;
	line-height: 15px;
}

#content_right p
{
	margin: 15px;
}

#intro
{	
	text-align:left; 
	padding: 35px 10px 5px 10px;
}

.labeled_icon_container
{
	margin-left: 10px;
	padding: 0;
	border-spacing: 0;
	border: 0; 
	width: 250px;
}

.labeled_icon_leftcol
{
	width: 85px;
}

.labeled_icon_rightcol
{
	width: auto;
	padding-left: 10px;
}

.labeled_icon_title
{
	font-size:18px;
	line-height: 22px;
}

.labeled_icon_title a
{
	color: #000000;
	text-decoration: none;
}

.page_title
{
	font-size:18px;
	line-height: 22px;
}
	
#porkchop
{
	z-index: 1;
	position: absolute;
	width: 234;
	height: 186;
}