body {
	background-color: white;
	color: gray;
	font-family: "lucida sans";
	font-size: 9pt;
}

#logo, #logo_red {
	margin: 40px;
}

#logo img {
	width: 131px;
	border: none;
}

#logo_red img {
	width: 189px;
	border: none;
}

#links, #sidebar, #sidebar_red {
	font-weight: bold;
}

#links {
	font-size: 13pt;
}

#links ul, #sidebar ul, #sidebar_red ul, #twitter_div ul {
	padding: 0px;
	margin-left: 0px;
}

#links li, #sidebar li, #sidebar_red li, #twitter_div li {
	list-style: none;
}

#sidebar a {
	color: green;
	text-decoration: none;
}

#sidebar a:hover {
	color: #8cc63f;
}

#sidebar_red a {
	color: #9f2730;
	text-decoration: none;
}

#sidebar_red a:hover {
	color: #e23340;
}

#links a {
	color: gray;
	text-decoration: none;
}

#links a:hover {
	color: #C8C8C8;
}

#links, #sidebar, #sidebar_red, #footer, #twitter_div {
	padding-left: 80px;
}

#sidebar, #sidebar_red {
	font-size: 9pt;
	line-height: 13pt;
}

#footer {
	padding-top: 5em;
}

#left_column {
	float: left;
	width: 20em;
}

#right_column {
	position: absolute;
	left: 120px;
	top: 80px;
	width:605px;
	margin-top: 5em;
	margin-left: 20em;
	margin-right: 5em;
	padding-bottom: 5em;
}

#right_column_green {
	position: absolute;
	left: 120px;
	top: 139px;
	margin-top: 5em;
	margin-left: 20em;
	margin-right: 5em;
	padding-bottom: 5em;
}

.content {
	margin-top: -13px;
	width: 604px;
}

.content h1 {
	font-size: 12pt;
}

.content h2 {
	font-size: 11pt;
}

.twitter-title {
	font-size: 11pt;
	line-height:0px;
	margin-top:60px;
}

#twitter_update_list {
	width:16em;
	margin-bottom:60px;
}

.content h3 a, .content h4 a {
	color: gray;
}

.content h4 {
	line-height: 0;
}

.content img {
	border: 1px solid #d9e0e6;
	border-bottom-color: #c8cdd2;
	border-right-color: #c8cdd2;
	padding: 20px;
}

#copyright {
	font-size: 7pt;
	line-height: 13pt;
}