body, td, th
{
	font-family: arial,helvetica;
	font-size: 13px;
}

td, th
{
	vertical-align: top;
}

body
{
	background-color:#CBB471;
}

a
{
	color:#000000;
}

a:hover
{
	color:#CBB471;
}

a:visited
{
	color:#000000;
}

.mainnav
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 17px;
}

.mainnav a
{
	color: #FFFFFF;
	text-decoration:none;
}

.mainnav a:hover
{
	color: #000000;
	text-decoration:none;
}

table.content
{
	width: 100%;
	background-color: #FFFFFF;
	padding: 12px;
}

.page_title
{
	font-size: 36px;
	font-weight: bold;
	color: #CBB471;
}

.page_title a
{
	text-decoration: none;
	color: #CBB471;
}

.block_title
{
	font-size: 15px;
	font-weight: bold;
}

.blogpost_title
{
	font-size: 20px;
	font-weight: bold;
}

.blogpost_title a
{
	text-decoration:none;
}

.blogpost_title a:hover
{
	text-decoration:underline;
}

.blogpost_body
{
}

.blogpost_date
{
	color: #999999;
	font-size: 11px;
}

.blog_pager
{
	font-size: 15px;
	font-weight: bold;
}

div.content_fp
{
	float: left;
}

div.sidebar_l
{
	width: 200px;
	float: left;
}

/*  Styles for partner company info overlay/popups */

#partnerinfo
{
	position: absolute;
	z-index: 1001;
	left: 50%;
	top: 50%;
	margin-left: -170px;
	margin-top: -175px;
	height: 350px;
	width: 340px;
	border: 1px solid #000000;
	text-align:left;
	overflow: auto;
	padding: 10px 20px 10px 20px;
	background-color: white;
}

#partnerinfo_back
{
	background-image: url("/images/bg_overlay.png");
	position: absolute;
	z-index: 1000;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}

#partnerinfo_outer
{
	display: none;
}
