
#homeMainContent
{
	float:right;
	width: 100%;
	background:#fff;
	margin: 0px;
	
	font-size: 0.8em;
	line-height: 1.8em;
}

.bigPanel
{
	float: left;
	width: 328px;
	height: 240px;
	padding: 0px 5px 8px 5px;
	margin: 5px;
	border: 1px solid #777;
}

* html .bigPanel /*IE HACKS*/
{
	width: 310px; /* for IE5 and IE6 in quirks mode */
	height: 260px;
	w\idth: 310px; /* for IE6 in standards mode */
	h\eight: 260px; /* for IE6 in standards mode */
}

.smallPanel
{
	float: left;
	width: 211px;
	padding: 0px 5px 8px 5px;
	margin: 5px;
	border: 1px solid #777;
}

* html .smallPanel /*IE HACKS*/
{
	width: 200px; /* for IE5 and IE6 in quirks mode */
	w\idth: 200px; /* for IE6 in standards mode */
}

.smallText
{
	font-size: 0.8em;
	line-height: 1.6em;
}

.largeText
{
	font-size: 1.2em;
	font-weight: bold;
}

h1
{
	margin: -1px -6px 0px -6px;
	padding: 0px 8px;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	border: 1px solid #777;
	background-color: #B9C8D6;
	background-image: url(../img/header_bkg.gif);
	background-repeat: repeat-x;
}

#homeMainContent .newsItem
{
	font-size: 0.8em;
	line-height: 1.4em;
}

#homeMainContent .newsItem h2
{
	margin: 5px 0px 2px 0px;
	font-size: 1.2em;
}

#homeMainContent .newsItem h3
{
	margin: 0px 0px 2px 0px;
	font-size: 1em;
}

#homeMainContent .newsItem p
{
	margin: 3px 0px 20px 0px;
	font-size: 1em;
}

ul.checkList
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 18px; 
}

li.checkYes
{
	background-image: url(../img/bullet_ok.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 19px;
	margin: 5px;
}

li.checkNo
{
	background-image: url(../img/bullet_nogood.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 19px;
	margin: 5px;
}