@charset "utf-8";

body {
	margin: 0;
	padding: 0;
}

body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	text-align: left;
}

a {
	text-decoration: none;
	color: #2C3A61;
}
a:hover {
	color: #EE1B24;
}

#bar-bottom {
	padding: 3px;
	background-color: #2C3A61;
	color: #ffffff;
}
#bar-top {
	background-color: #EE1B24;
	height: 10px;
}

#column-left {
	background-color: #dde2f0;
}

h2 {
	font-size: 1.5em;
}

#menu {
	margin: 10px 0 0 10px;
	padding: 0;
	list-style: none;
}
#menu li {
	font-size: 14px;
	font-weight: bold;
	line-height: 2em;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
	border: solid #2C3A61 1px;
}