body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color:#000000;
}

A:link {
	COLOR: #C86000; text-decoration: none
}
A:visited {
	COLOR: #C86000; text-decoration: none
}
A:hover {
	COLOR: #C86000; text-decoration: underline
}
A:active {
	COLOR: #FF0000; text-decoration: none;
}

#page {
}

#page-header {
	height: 150px;
	background: #FFFFFF url("../img/main-header.gif") top left no-repeat;
}

#menu-bar {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	height: 36px;
	background: url('../img/menu-bar-background.gif') top left no-repeat;
}

#navcontainer {
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	height: 28px;
	float: right;
	display: inline;
	color:white;
}

#navcontainer table {
	margin-left: auto;
	margin-right: 0px;
	text-align: center;
}

/*#navcontainer tr {
	height: 28px;
}*/

#navcontainer td a {
	background-color: transparent;
	color: White;
	text-decoration: none;
	line-height: 28px;
	display:block;
}

#navcontainer td a:hover {
/*	background-color: #0000DB; */
	font-size: 16px;
	text-align: center;
	font-size: 16px;
	border: 0px;
}

#page-body {
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	background: url('../img/content-background.gif') top left repeat-y;
}


#page-left {
	float:left;
	width: 170px;
/*	background-color: #F5F5FF; */
	background-color: transparent;
}

#page-center {
	font-family: "trebuchet MS", tahoma, ariel, sans-serif;
	font-size: 18px;
	margin-left: 170px;
	margin-right: 100px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border: 1px dotted #AAAAAA;
	border-top: 0px;
	border-bottom: 0px;
	background-color: #FFFFFB;
}

#page-center h1 {
	margin:0px;
	padding-top: 1em;
	padding-bottom: 1em;
}

#page-center h2 {
	margin:0px;
	padding-top: 1em;
	padding-bottom: 5px;
}

#page-center h3 {
	margin:0px;
	padding-top: 1em;
	padding-bottom: 5px;
}

#linklist {
  padding-left: 0px;
  margin-left: 10px;
  border-bottom: 1px solid #D1D9C4;
  width: 140px;
}

#linklist li {
  list-style: none; 
  margin: 0;
  line-height:20px;
  border-top: 1px solid #D1D9C4;
  font-family:verdana;
  font-size:10px;
  padding-left: 20px;
}

#linklist li a { text-decoration: none; }

#linklist li a:hover {
	font-weight: bold;
	color: #FF0000;
}
