/* CSS Document */

body {
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	margin: 10px 0;
	padding: 0;
	}

#main {
	background: transparent url("/mimages/root/bg.gif") repeat-x top;
	}

.container {
	width: 900px;
	margin: 0 auto;
	}

	#container {
		margin: 0 auto;
		}
	
	#header .container,
	#footer .container {
		width: 892px;
		}

.column {
	float: left;
	width: 150px;
	}
	
	.c_12, .c_23, .c_34, .c_45, .c_56 { width: 300px; }	
	.c_123, .c_234, .c_345, .c_456 { width: 450px; }
	.c_1234, .c_2345, .c_3456 { width: 600px; }	
	.c_12345, .c_23456 { width: 750px; }

	.c_1234 .spacing { padding-right: 0px; }
	.c_12 .spacing { padding-right: 12px; }
	.c_56 .spacing { padding-left: 12px; }
	.c_345 .spacing { padding-right: 12px; }
	.c_12345 .spacing { padding-right: 12px; }
	.c_23456 .spacing { padding-left: 12px; }

	.column .border_left { border-left: 4px solid #d3d3d3; }
	.column .border_left_narrow { border-left: 2px solid #d3d3d3; }
	.column .border_right { border-right: 4px solid #d3d3d3; }
	.column .border_right_narrow { border-right: 2px solid #d3d3d3; }
	
	.border_top { border-top: 4px solid #d3d3d3; }
	
	hr.display {
		display: block;
		height: 4px;
		border: 0;
		background-color: #d3d3d3;
		}


a {
	color: #dc3757;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	}

	a:hover {
		text-decoration: underline;
		}
	
	a.help {
		color: #66cc33;
		}

#feedback_button {
	right: 0px;
	top: 163px;
	z-index: 99;
	position: fixed;
	}

