html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	background-color: #e4e4e4;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}

body,td,th, p, span {
	font-family: Arial, Helvetica, sans-serif;
	color: #393939;
	line-height: 18px;
	letter-spacing: normal;
	font-size: 12px;
}

#container {
	position:relative;
	margin:0 auto;
	width:860px;	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	/*border: 1px solid red;*/
	background-color: #FFFFFF;

}

div.footer {
	bottom: 0;
	height: 20px;
	padding-top: 3px;
	position: absolute;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	width: 100%;
	background-color: #FFFFFF;
	background-position: left top;
	font-size: 11px;
	text-align: center;
}


div.footer ul li, div.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

div.footer ul li a {
	color: #860000;
	font-size: 11px;
	text-decoration: none;
	display: inline;
}

div.footer ul li a:hover {
	color: #393939;
	text-decoration: underline;
}

#image-header {
	text-align: center;
	z-index: 0;
	width: 100%;
	margin: 0;
}

.search-box {
	position: relative;
	margin-top: -28px;
	float: right;
	margin-right: 17px;
}

.search-box input {
	border: 1px solid #860000;
	font-size: 10px;
}

#base-menu {
	width: 827px;
	height: 31px;
	background-image: url(../images/menu-bg.gif);
	background-repeat: no-repeat;
	margin-left: 17px;
	text-align: center;
	padding: 0px;
	padding-top: 7px;
	margin-top: 5px;
}

#base-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

#base-menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	height: 31px;
}

#base-menu ul li a {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	display: block;
	padding: 6px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 1px;
	display: inline;
	height: 31px;
	position: relative;
}

#base-menu ul li a:hover {
	color: #e4e4e4;
	text-decoration: none;
}

#main-content-header {
	margin: 0;
	height: 43px;
	width: 860px;
	margin-top: -25px;
	z-index: 10;
}
#main-content {
	background-image: url(../images/main-bg.gif);
	background-repeat: repeat-y;
	width: 100%;
	margin: 0;
	padding-bottom: 30px;
	position: relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div.column {
	width: 234px;
	margin-left: 40px;
	position: relative;
	float: left;
	height:inherit;
}

#clear {
clear:both;
} 

hr {
  display : list-item;
  list-style : url(../images/hr.gif) inside;
  width: 0;
  border: 0;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
}

h1 {
	color: #860000;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}


h1 a {
	text-decoration: none;
}


h1 a:hover {
	text-decoration: underline;
}

h2 {
	color: #860000;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

.news p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	width: 100%;
}

.news p a {
	text-decoration: underline;
	color: #860000;
}
.news p a:hover {
	text-decoration: none;
	color: #393939;
}
a {
	text-decoration: underline;
	color: #860000;
}
a:hover {
	text-decoration: none;
	color: #393939;
}
