/* CONTENT STYLES */

#contentBody
{
	background-image: url('./images/content_bg.gif');
}

#content { padding: 0px; }

#content img.headerPic { display: block; margin-bottom: 10px; border: none; }

#content h2
{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	/* top left bottom right */
	margin: 0px 20px 10px 20px;
}

#content p
{
	color: #000;
	font-size: 12px;
	margin: 0px 20px 1em 20px;
}

#contentInterests img
{
	position: relative;
	float: left;
	display: inline;
	border: none;
}

#contentInterests h2
{
	color: #A71821;
	font-size: 1.25em;
	letter-spacing: 0.05em;
	text-transform: lowercase;
}

#contentInterests div
{
	height: 28px;
}

#contentInterests div div.link
{
	width: 195px;
	height: 23px;
	position: relative;
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-left: 8px;
	font-size: 16px;
}
#contentInterests div div.linksm
{
	font-size: 12px;
}


#contentInterests div div.link a
{
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

#contentContactInfo
{
	width: 326px;
	margin: 25px auto;
	padding: 5px;
}

#contentContactInfo p
{
	margin: 0;
	padding: 0;
	font-size: 12px;
}

/* SIDEBAR STYLES */

#sidebar
{
	padding: 0px;
	background-image: url('./images/sidebar_bg.gif');
	background-position: 0% 111px;
	background-repeat: repeat-x;
}

#sidebar img.headerPic { display: block; margin-bottom: 10px; border: 0px; }

#sidebar h2
{
	letter-spacing: 0.15em;
}

#sidebar p
{
	color: #000;
	line-height: 19px;
}

/* FOOTER STYLES */

#footer
{
	background-image: url('./images/footer_bg.gif');
}

/* NEW HOME INTEREST NAVIGATION CLASSES */
div.interestHeader {
	color: #A71821;
	font-size: 16px;
	font-weight: bolder;
	letter-spacing: 0.05em;
	padding: 0px 0px 10px 10px;
}
table.lightTable {
	background-image: url(images/home/light_bg.gif);
	width: 385px;
}
table.darkTable {
	width: 385px;
}
table.lightTable a, table.darkTable a {
	color: #000;
}
table.lightTable td.logo, table.darkTable td.logo {
	text-align: center;
	vertical-align: middle;
	width: 45px;
}
table.lightTable td.link, table.darkTable td.link {
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
}
table.lightTable td.arrow, table.darkTable td.arrow {
	vertical-align: middle;
	width: 50px;
}
table.lightTable td.expanded_description, table.darkTable td.expanded_description {
	font-size: 10px;
}

