	# stylesheet.css
	
html, body {
	margin:0;
	padding:0;
	text-align:center;
}


body {
	background-color:#D4D4DE;
	font:12px Arial,Helvetica,sans-serif;
	margin-top:0;
}


a {
	color:#0F57C5;
}
a:hover {
	color:#ff0000;
}




.clear  {
	clear:both;
	padding:0px;
	margin:0px;
}



img {
	padding:0;
	margin:0;
	display:block;
	border:0px;
}





h1, h2, h3 {
	color:#0F57C5;
	font-size:22px;
	padding:20px 0 10px 0;
	margin:0;
}
h2 {
	font-size:18px;
	margin:0 0 20px 0;
}





#maincontainer {
	width:874px; /*Width of main container*/
	margin:0 auto; /*Center container on page*/
	/*border:1px solid #ff0000;*/
}
#mainwrapper {
	background:#ffffff;
	float:left;
	/*border:1px solid #ff0000;*/
}










.leftcolumn {
	float:left;
	width:273px; /*Width of left column in pixel*/
	padding:0;
	margin:0 0 0 10px;
}
.leftcolumn .block_first {
	height:35px;
	margin:0 0 0 0;
}
.leftcolumn .block_under {
	background:#0F57C5;
	height:50px;
	width:273px;
}
.leftcolumn .block_over {
	background:#ffffff;
	height:40px;
	width:263px;
}
.leftcolumn img.logo {
	padding:0 10px 0 0;
	background:#0F57C5;
}
	#leftcolumn_left {
		width:273px;
	}
	#leftcolumn_left ul.left_menu {
		padding:0 0 0 0;
		margin:0 0 0 0;
		width:263px;
		border-right:10px solid #0F57C5;
	}
	#leftcolumn_left ul.left_menu li {
		font-size:13px;
		color:#ffffff;
		list-style:none;
		margin:0;
	}
	#leftcolumn_left ul.left_menu li a, #leftcolumn_left ul.left_menu li a.bottom {
		color:#ffffff;
		text-decoration:none;
		width:195px;
		display:block;
		background:#0F57C5;
		padding:4px 10px 4px 0;
		border-bottom:1px solid #ffffff;
		border-right:1px solid #ffffff;
		margin:0 0 0 57px;
		text-align:right;
	}
	#leftcolumn_left ul.left_menu li a.bottom {
		border:0;
		border-right:1px solid #ffffff;
	}
	#leftcolumn_left ul.left_menu li a:hover {
		background:#003399;
	}
	#leftcolumn_left ul.left_menu li a.page {
		background:#003399;
		font-weight:bold;
	}
	#leftcolumn_left ul.left_menu li a.page_bottom {
		background:#003399;
		font-weight:bold;
		border:0;
		border-right:1px solid #ffffff;		
	}
	.leftcolumn .side {
		color:#666666;
		font-size:9px;
		width:216px;
		margin:20px 0 0 57px;
	}
	.leftcolumn .side p {
		padding:0;
		margin:0 0 5px 0;
	}
	
	






.rightcolumn {
	float:left;
	width:571px; /*Width of right column*/
	margin:0 10px 0 0;
}
	.rightcolumn .header_left {
		float:left;
		width:184px;
		height:35px;
		background-image:url(images/top_tile.gif);
		background-repeat:repeat-y;
	}
	.rightcolumn .header_right{
		float:right;
		text-align:center;
		width:387px;
		height:25px;
		padding:10px 0 0 0;
		font-size:14px;
		color:#0F57C5;
	}
	.rightcolumn p.right_block {
		background:#0F57C5;
		width:571px;
		display:block;
		height:14px;
		margin:0;
		padding:0;
	}
	.rightcolumn strong {
		color:#0F57C5;
	}
	.rightcolumn strong.normal {
		color:#000000;
	}
	.rightcolumn .content {
		padding:0 0 0 10px;
	}
	.rightcolumn .content .biscuit_trail {
		text-align:right;
		font-size:10px;
	}
	
	
	.rightcolumn .content table.table {
		background:#78ADFE;
		width:561px;
		margin:0 0 20px 0;
	}
	.rightcolumn .content table.table tr {
		background:#ffffff;
	}
	.rightcolumn .content table.table td {
		padding:8px;
		vertical-align:middle;
	}
	.rightcolumn .content .small {
		color:#333333;
		font-size:10px;
	}
	.rightcolumn .content table.table td h3 {
		display:inline;
		font-size:14px;
	}
	.rightcolumn .content table.table td h4 {
		display:inline;
		font-size:11px;
		color:#000000;
	}
	.rightcolumn .content table.table td strong {

	}
	
	
	.rightcolumn .content table.contact {
		background:#78ADFE;
		margin:0 0 20px 0;
	}
	.rightcolumn .content table.contact tr {
		background:#ffffff;
	}
	.rightcolumn .content table.contact td {
		padding:8px;
		vertical-align:middle;
	}
	.rightcolumn .content table.contact td h3 {
		display:inline;
		font-size:14px;
	}
	.rightcolumn .content table.contact td strong {

	}




#footer {
	margin:30px 0 20px 0;
	padding:10px 0 0 0;
	border-top:1px solid #0F57C5;
	font-size:10px;
}
#footer p {
	padding:0;
	margin:5px 0 0 0;
}
	#footer #footer_left {
		float:left;
	}
	#footer #footer_right {
		float:right;
	}







