/*==================================================================================*/
/* HOME PAGE -----------------------------------------------------------------------*/
DIV#community {
	position: relative;
	width: 447px;
	overflow: auto;
	background: url(/images/home/bkg_community.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	top: -4px;
}
DIV#community p, h1, form {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 12px;
	color: #333333;
	margin-bottom: 10px; 
	margin-top: 0px;
}
DIV#community h1 {
	font-size: 12px;
	font-weight: bold;
	color: #283e6f;
}
	DIV#community h1 a, DIV#community h1 a:visited {
		color: #283e6f;
	}
	DIV#community h1 a:hover, DIV#community h1 a:active {
		text-decoration: none;
	}
DIV#community a, DIV#community a:visited {
	color: #333333;
	text-decoration: underline;
}
	DIV#community a:hover, DIV#community a:active {
		text-decoration: none;
	}
DIV#community DIV.column {
	position: relative;
	float: left;
	margin: 0 0 0 6px;
	padding: 5px;
	width: 133px;
	height: 160px;
	border: 1px solid #8094ad;
	background-color: #f8f8f8;
	overflow: hidden;
}
DIV#community DIV.column:first-child {
	margin-left: 0;
}

#features {
	background: url(/images/home/bkg_features.gif) repeat-y top left;
	margin: 0px;
	padding: 0px;
}
#features p, h1, form {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 12px;
	color: #333333;
	margin-bottom: 10px; 
	margin-top: 0px;
}
#features h1 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #283e6f;
}
/*#features a:link, #features a:visited {
	color: #333333;
	text-decoration: underline;
}
#features a:hover, #features a:active {
	color: #333333;
	text-decoration: none;
}*/
#publication {
	margin: 0px;
	padding: 5px 10px 10px 10px;
	height: 150px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	background-color: #FFF7CC;
	overflow: hidden;
}
#featuredpub {
	float: left;
	padding-right: 10px;
}
#pubtext {
	position: relative;
	padding-top: 20px;
	padding-right: 5px;
	background-attachment: fixed;
}
