/* CSS Document */



	body,td,th {

		font-family: Arial, Helvetica, sans-serif;

		font-size: 12px;
		

	}

	hr{

		border:0px;

		height:0px;

		color:#ffffff;

		background-color:#fff;

		border-bottom:1px dashed #cccccc;

	}

	.container{

		width:932px;

		margin:0px auto;
		

	}

	.banner_area{

		width:932px;

		height:97px;

		background-image:url(../images/banner_bg.png);

		background-repeat:no-repeat;

	}

	.navigation_area{

		width:932px;

		height:46px;

	}

	.homepage_area{

		width:932px;

		height:265px;

	}

	.main_holder{

		margin-top:20px;

	}

	.leftnavigation_area{

		float:left;

		width:180px;

	}

	.content_area{

		float:right;

		width:730px;

	}

	.content_area p{

		line-height:25px;

	}

	.content_area p a{

		color:#595959;

		text-decoration:none;

	}

	.content_area li{

		padding-bottom:5px;

	}

	.navigation_link{

		border-bottom:1px dashed #cccccc;

		padding:5px;

		color:#c2c2c2;

	}

		.navigation_link a{

			text-decoration:none;

			color:#717171;

		}

		.navigation_link a:hover{

			text-decoration:none;

			color:#595959;

		}

		.selected a{

			text-decoration:none;

			color:#000000;

		}

	.footer_block{

		margin-top:20px;

		width:932px;

		height:107px;

		background-image:url(../images/footer_block.png);

	}

	.footer_block_inner{

		padding-top:8px;

		margin-left:25px;

		margin-right:120px;

	}

	.footer_block p{

		color:#ffffff;

		line-height:25px;

	}

	.footer_block a{

		color:#717171;

		text-decoration:none;

	}

	.last_footer {

		margin-top:5px;

		color:#000000;

	}

	.last_footer a{

		color:#717171;

		font-weight:bold;

		text-decoration:none;

	}

	.form_field{

		width:250px;

		background-color:#fff;

		border:1px solid #ccc;

		color:#595959;

	}

	.form_textarea{

		width:250px;

		height:80px;

		background-color:#fff;

		border:1px solid #ccc;

	}

	.success{

		background-color:#eaeaea;

		color:#000000;

		padding:5px;

		margin-bottom:10px;
		
		margin-top:20px;

	}

	.errors{

		background-color:#eaeaea;

		color:#000000;

		padding:5px;

		margin-bottom:10px;
		
		margin-top:20px;

	}
	