/*
 * Front page
 */ .frontpage
	{
	} .frontpage .leading
	{
		width: 200px;
		float: left;
		height: 490px;
		margin-right: 50px;
		display: block;
	} .frontpage .article_row
	{
		float: left;
		display: block;
		width: 650px;
		margin-top: -15px;
	} .frontpage .article_row
	{
	} .frontpage .contentheading
	{
		display: none;
	} .frontpage #divPoll
	{
		border: solid 8px #CCEECC;
		padding: 5px;
	}

h4
	{
		font-size: 12px;
		color: #669966;
	} .frontpage .poll
	{
		padding-left: 10px;
		width: 160px;
	} .frontpage .poll fieldset
	{
		padding: 2px;
	} .frontpage #divCalculator
	{
		border: solid 8px #CCEECC;
		background: url(../images/calc.jpg) no-repeat top right;
		width: 180px;
		height: 80px;
		margin-bottom: 20px;
	} #main a
	{
		color: #669966;
		font-weight: bold;
		text-decoration: none;
	} #main a:hover
	{
		text-decoration: underline;
	} .frontpage .readon
	{
		width: 100%;
	} .frontpage .article_column, .frontpage #divContactUs
	{
		width: 280px;
		float: left;
		margin-right: 20px;
	} .frontpage .article_row >.article_column:first-child
	{
		width: 100%;
	} .frontpage #divLegal
	{
		border: solid 8px #CCEECC;
		background: url(../images/legal.jpg) no-repeat center right;
		width: 264px;
		height: 60px;
		margin-bottom: 20px;
	} .frontpage #divContact
	{
		border: solid 8px #CCEECC;
		background: url(../images/contact.jpg) no-repeat center right;
		width: 264px;
		height: 60px;
		margin-bottom: 20px;
	} #group3 > ul
	{
		width: 300px;
	} #details
	{
		margin: 20px 50px 0px 50px;
	} #details td
	{
		padding: 20px;
	} #details h4
	{
		font-size: 1.3em;
		font-weight: bold;
	} .blog ul li, #page ul li
	{
		list-style: square;
		margin-left: 70px;
	} .blog ol li, #page ol li
	{
		list-style: decimal;
		margin-left: 100px;
	} .blog .article_row .article_column
	{
		width: 400px;
		float: left;
		display: block;
		padding: 10px;
	} .article_column h4, #page h4
	{
		font-weight: bold;
	}

em
	{
		font-style: italic;
	}
