/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline}
:focus{outline:0}
ol, ul {list-style:none}
table {border-collapse:separate;border-spacing:0}
caption, th, td {text-align:left;font-weight:normal}
blockquote:before, blockquote:after, q:before, q:after {content:""}
blockquote, q {quotes:"" ""}

/* GENERIC STYLE */
body {
	padding:4px 0 0 0;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	background:white;
}
h1, h2, h3 {
	padding:1em 0 0 1em;
	font-size:13px;
	font-weight:bold;
}
	h1{
		font-size:14px;
	}
p{
	padding:1em;
}
a{
	color:#ed003d;
	text-decoration:none;
}
	a:hover{
		text-decoration:underline;
	}
/* STRUCTURE */
.page {
	width:1026px;
	margin:0 auto;
	overflow:auto
}
	.content {
		width:772px;
		float:right;
		overflow:auto
	}
		.full {
			clear:both
		}

		.left {
			width:468px;
			float:left;
			overflow:auto;
		}
			.left .left {
				float:left;
				width:232px
			}
			.left .right {
				float:right;
				width:232px
			}

		.right {
			width:300px;
			float:right;
			overflow:auto
		}
			.right .left {
				float:left;
				width:130px
			}
			.right .right {
				float:right;
				width:166px
			}


	.navigation {
		width:250px;
		float:left
	}
		.navigation ul {
			margin:.75em .75em 0 .75em;
			padding:0 0 .75em 0;
			border-top:solid 1px #e8e8e8;
		}
			.navigation ul li{
				border-bottom:solid 1px #e8e8e8;
			}
				.navigation ul li a {
					display:block;
					width:230px;
					padding:.35em 0;
					text-indent:.5em;
					text-decoration:none;
					color:#6e6e6e;
					border-top:solid 1px #f8f8f8;
					border-bottom:solid 1px #f8f8f8;
				}
				.navigation ul li a:hover {
					color:black;
					background-color:#efefef;
				}


			.panel {
				overflow:hidden;
				margin:0 0 4px 0;
				background:#f3f3f3;
			}
