body {
	font-family:Times New Roman, Times, serif;
	background:#e8e8E8;
	line-height:20px;
}

div.nav {
	border-bottom:1px solid #000000;
	background:#000000;
	color:#ffffff;
	font-weight:bold;
}

div.mainContent {
	margin: 0 45px;
	width:900px;
	background:#ffffff;
}

.titlebar h1 {
	width: 400px;
}
h1 {
	color: #B51F24;
	font-family: 'Trebuchet MS',sans-serif;
	font-size: 24px;
	line-height: 27px;
}

.floatWrapper {
	height: 100%;
	overflow: auto;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

div.section {
	padding-left: 10px;
	padding-right: 10px;
}

a {
	color: #6fa6c0;
	font-weight: bold;
	text-decoration: none;
}

div.nav a {
	margin-left: 20px;
	color:#ffffff;
	text-decoration:none;
}

div.nav a:hover {
	color:yellow;
}

div.nav a.selected {
	color:yellow;
}

ul {
	list-style: square outside none;
}

ul.verticalMenu {
	list-style: none;
	padding: 0 0;
}

ul.verticalMenu li a {
	border-bottom: 1px solid #b41f24;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.2em;
	
	cursor: pointer;
	display: block;
	padding: 5px 8px 5px 34px;
	text-decoration: none;
}

ul.verticalMenu li a.top {
	background: #b41f24;
	color: #ffffff;
	font-weight:bold;
}

ul.verticalMenu li a:hover {
	background-color: #e07e27;
    border-bottom: medium none;
    color: #ffffff;
    font-weight: bold;
}
