body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	text-decoration: none;
	margin: 0;
}

a:link, a:visited, a:active {
color:#9D102D;
font-weight: bold;
}

a:hover {
color: #999999;
}

img {
	border: 0;
}

hr {
	border: 0;
	border-top: 1px #999 solid;
}

#container {
width: 800px;
margin: 0 auto;
}

#header {
height: 56px;
}

#content {

}

#column-left {
width: 189px;
margin-right: 11px;
display: inline;
float: left;
}

#column-left ul {
list-style: none;
margin: 0;
padding: 0;
}

#column-left ul li a {
text-decoration: none;
font-weight: bold;
display: block;
padding: 3px 3px 3px 9px;
width: 177px;
background-color: #9D102D;
border-top: 1px solid #EBEBDB;
color: #FFF;
}

#column-left ul li a:hover, #column-left ul li a.selected {
background-color: #EBEBDB;
color: #9D102D;
}

#column-left ul li a.sub-menu {
font-weight: normal;
color: #999;
text-indent: 1.2em;
background-color: #000;
}

#column-left ul li a.sub-menu:hover {
color: #CCC;
}

#column-right {
width: 600px;
display: inline;
float: left;
}

#brand-logos {
margin-top: 30px;
border-top: 1px #EBEBDB solid;
}

#footer {
margin-top: 15px;
padding: 5px 10px;
color: #FFF;
text-align: right;
word-spacing: 1.5em;
background-color: #9D102D;
}

#footer a {
text-decoration: none;
color: #FFF;
}

.clear {
clear: both;
}

.inline {
	float: left;
	display: inline;
}

.title {
	font-size: 16px;
	font-weight: bold;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

h2.title {
	font-size: 16px;
	font-weight: bold;
}

h3.highlight {
	color: #9D102D;
	font-size: 14px;
}

#alpha{
list-style:lower-alpha;
}
