/* @override http://l:8888/jic/style.css */

body {
	background: white;
	color: black;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
}

p {
	line-height: 1.3;
	margin: 0 0 1em;
}

a {
	color: #009;
}

a:hover {
	color: #33c;
	text-decoration: none;
}

h1 {
	text-align: left;
	background: #90b0d3;
}

#main-content {
	padding: 0 0 40px;
}

h1, h2, h3, h4 {
	margin: 0 0 1em
}

.navigation {
	margin: 2em 0;
	width: 100%;
	
	background: #e2f0ff;
	
	border: 1px solid #999;
	border-width: 1px 0;
	text-align: center;
}

.navigation ul {
	list-style: none;
	margin: 0 0 0 45px;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.navigation ul li {
	margin: 0;
	float: left;
}

.navigation ul li a {
	display: block;
	padding: 8px 16px;
	background: #e2f0ff;
	text-decoration: none;
	font-weight: bold;
}

.navigation ul li a:hover,
.navigation ul li a:focus,
.navigation ul li a.active {
	background: #90b0d3;
	color: white;
}

table.columns td {
	vertical-align: top;
}

table.columns .sidebar {
	width: 20%;
}
table.columns .main {
	width: 75%;
	padding-left: 5%;
}
