/* CSS Document */

.page_holder
{
	text-align:left;
	width:970px;
	
	margin-top:20px;


}

	.page_header
	{
		border-bottom:15px solid #20208E;
		color:#20208E;

		height:40px;
	}
	
		.page_header_title
		{
			font-size:2.5em;
			font-family:"Times New Roman", Times, serif;
			font-weight:bold;
			float:left;
		}
		.page_title_phonenumber
		{
			font-family:"Times New Roman", Times, serif;
			font-size:2.5em;
			float:right;
			width:200px;
			text-align:right;

		}

	

	
	.page_content
	{
		border-top:4px solid #20208E;
		border-bottom:4px solid #20208E;

		padding-top:10px;
		min-height:300px;
		
		padding-bottom:20px;
/*		font-family:"Times New Roman", Times, serif;*/
		color:#20208E;		
		font-size:1.1em;
	}
	
	.page_footer
	{
		float:right;
		color:#20208E;
		font-size:0.9em;
		margin-top:5px;
		
		
	}
	
		.page_footer a
		{
			color:#20208E;
		}
	