body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	margin: 0px;
	text-align: center;
	line-height: 150%;
}

td {
	vertical-align: top;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
}

hr {
	color: #A60A1F;
	height: 1px;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	border-top: 1px solid #A60A1F;
}

#header {
	background-image: url(images/header.jpg);
	border-bottom: 2px solid #A60A1F;
	height: 150px;
	width: 750px;
	text-align: center;
	margin-bottom: 10px;
}

#leftColumn, #rightColumn {
	width: 140px;
	text-align: left;
}

#contentColumn {
	padding-left: 5px;
	padding-right: 5px;
}

#headerBox {
	background-image: url(images/header_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #A60A1F;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 10px 1px 10px;
	text-align: left;
	font-size: 12px;
}

#contentBox {
	border: 1px solid #A60A1F;
	margin-bottom: 10px;
	padding: 4px;
	text-align: left;
}

#contentBox a {
	color: #A60A1F;
}

#menu #menuItem {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

#menu li {
	font-weight: normal;
	list-style-position: inside;
	list-style-type: square;
	color: #A60A1F;
}

#menu #menuItem a, #menu #subMenuItem a {
	color: #333333;
	text-decoration: none;
}

#menu #menuItem a:hover, #menu #subMenuItem a:hover {
	color: #333333;
	text-decoration: underline;
}

#menu #subMenuItem {
	font-size: 12px;
	line-height: 120%;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

.small {
	font-size: 10px;
	line-height: 110%;
}

#footer {
	color: #999999;
	font-size: 10px;
}

#footer a {
	color:#999999;
}