@charset "utf-8";
/* CSS Document */

#home {
	font-size: medium; 
}

#home h1 {
	color: #2F4A83;
	font-size: 20px; 
}

#homeTop {
	clear: both; 
}

#homeMain {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#homeLeftcol {
	float: left; 
}	

#homeRightcol {
	float: right;
}

#homeRightcol ul {
	text-align: left;
	list-style-type: square;
	margin-left: 35px;
	font-size: small;
	font-weight: bold;
	margin-top: 16px;
}

#homeRightcol li {
	margin-bottom: 6px;
	display: list-item;

}


#homeBottom {
	clear: both; 
}

#homeBottom h1 {
	color: #2F4A83;
	font-size: 30px;
}
