body {
	background-image:url('BG.gif');
	background-repeat:repeat-x;
	margin:0;
	background-color:#FFF9D9;
}
body, table {
	color:black;
	font-family:Helvetica, sans-serif;
/*
	font-family:georgia;
*/
	font-family:'Trebuchet MS',Arial,Sans-Serif;
	font-size:12px;
	line-height:18px;
}
a {
	color:#B71800;
	font-weight:normal;
	text-decoration:underline;
}
a:hover {
	color:#990000;
}
a img { 
	border:0px;
}
p {
	text-align:justify;
}
h1 {
	color:#990000;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	padding-top:0;
	margin:0px;
	margin-bottom:16px;
}
h2 {
	font-size:14px;
	font-weight:bold;
}
.topbarTileBG {
	background-image:url('topbarBG.gif');
	background-repeat:repeat-x;
}
.topTitle {
	color:#990000;
	font-size:24px;
	font-weight:bold;
	line-height:36px;
	padding-top:0;
	margin:0px;
	text-shadow:0 0 1px #993333;
}
.footer{
	color:#990000;
	font-size:10px;
	line-height:16px;
}
.footer {
	padding-bottom:20px;
	padding-top:10px;
 }
.footer a {
	font-weight:bold;
}
.mainMenu {
	font-size:11px;
	font-weight:bold;
}
a.mainMenu {
	color:#990000;
	text-decoration:none;
}
a.mainMenu:hover {
	color:#B71800;
	text-decoration:underline;
}
.menuItem {
	text-align:left;
	height:20px;
	width:220px;
	padding-left:40px;
	background-image:url('bullOFF.gif');
	background-repeat:no-repeat;
	background-position:center left;
}
.menuItemOn {
	text-align:left;
	height:20px;
	width:220px;
	padding-left:40px;
	background-image:url('bullON.gif');
	background-repeat:no-repeat;
	background-position:center left;
}
hr {
	border: none;
	border-top: dotted 1px #d3d7cf;
	height: 1px;
	margin-left: 1em;
	margin-right: 1em;
}
#pub {
	margin:0;
	padding: 4px 12px 4px 16px;
}
#pub a  {
	color: #B71800;
	text-decoration:none;
}
#pub a:hover {
	color: #B71800;
	text-decoration:underline;
}

#pub .pub-title{
    color: #990000;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 6px;
    padding-top: 0;
	display:block;
}
#pub .pub-list,#pub .pub-list ul{
	margin:0;
	padding:0;
	list-style: none outside none;
	color: #B71800;
}
#pub .pub-list li{
    background: url("bullON.gif") no-repeat scroll -16px 9px transparent;
    padding: 6px 0 0 16px;
}
