* { margin: 0; padding: 0; }

body {
	font-size: 10px;
	font-family: "Times New Roman";
}

#main {
	clear: both;
	padding: 2em;	
}

.green {
	color: green;
}

.red {
	color: red;
}

td.right {
	text-align: right;
}

#side_bar {
	font-size: 2em;
	float: left;
	width: 20%;
	margin-right: 1em;
	margin-bottom: 4em;
}

.side_bar {
	margin-bottom: 0.5em;
}

#content {
	font-size: 1.8em;
	float: left;
	width: 70%;
	margin-bottom: 2em;
}

.selected {
	text-decoration: none;
}

.sidebar .selected {
	font-weight: bold;
}

.selected a {
	text-decoration: none;
}

h1 {
	font-weight: normal;
	font-size: 3em;
	margin-bottom: 1em;
}

#footer {	
	clear: both;
	width: 100%;
	color: #555555;
	text-align: center;
	font-size: 1.5em;
	padding: 1em 0em;
}