html,body {
  margin:0;
  padding:0;
  height:100%; /* needed for container min-height */
  background:#ffcaa6;
  margin-bottom: 1px; 	 /* force scroll-bar */
  font-family:Verdana,arial,sans-serif;
  font-size:9pt;
  color:#666;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;
	border-left:1px solid gray;
	border-right:1px solid gray;
	background:white;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
  background-image: url(pics/durand.jpg);
  color: #FFD9BF;
  padding:4pt;
}
div#header p {
  font-style:italic;
  font-size:1.1em;
  color: #FFD9BF;
  margin:0;
}

#content { 
  padding:5px 1em 1em 1em;
  padding-bottom: 70px; 
}

div#content .datum {
  padding:1em 1em 5em 1em; /* bottom padding for footer */
  font-weight:bold;
  color: brown;
}

div#content .newsitem {
  border-top: 1px solid gray;
  padding: 1em 1em 1em 1em ;
}



div#content p {
  text-align:justify;
  padding:0 1em;
}

div#footer {
  position:absolute;
  width:100%;
  bottom:0; /* stick to bottom */
  background:black;
  color:white;
}



a {
	color: brown;
	text-decoration: none;
}

a.white	{
	color: white;
	text-decoration: none;
}

a.white:hover	{
	color: white;
	text-decoration: underline;
}

a:hover {
	color: brown; 
	text-decoration: underline;
}

td {
  font-size:9pt;
  padding:3px;
  border-top: 1px solid gray;
}

#content datum {
  font-style: italic;
  text-decoration: underline;
}

p.border {
	border: 3px double #f26722;
	padding: 5px;
}

img {
	border: none;
	margin: 5px;
}

img.nomargin {
	border: none;
	margin: 0px;
}

div.img_float_right {
	float: right;
}

div.test {
	clear: right;
}

div {
	color: black;
	border: none;
}


.banner {
	width: 200px;
	border: none;
	margin: 0 auto;
}

#top {
	color: #FFFFFF;
	height: 75px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	background-color: #F26722;
	background-image: url(pics/durand2.jpg);
}

#topbanner1 {
float: right;
margin-top:5px;
width: 180px;
border: none;
}

#topbanner2 {
float: left;
border: none;
margin-top:8px;
margin-left:30px;
color: black;
}

#topmidden {
color: white;
text-align: center; 
font-weight: bold;
margin: 0 auto;
width: 350px;
}

.toph1 {
padding: 0px;
margin: 0px;
color:white;
}


#topbanner {
font-size: 75%;
float: right;
margin-right: 100px;
height: 49px;
width: 200px;
border: none;
color: white;
background-color: white;
display: inline;
}


#top_right {
	border: none;
	color: white;
	text-align: right;
	float:right;
}

#menu {
	background-color: black;
	color: white;
}

#menusel {
	background-color:red;
	color: black;
}
#main {
	padding: 5px;
	margin: 0;
	background-color: white;

}

#no-bg {
	padding: 5px;
	margin: 0;
	background-color: white;
}


#sponsors {
	text-align: center;
	background-color: white;
	height: 66px;
	border-top: 1px dotted #f26722;
}

#bottom {
	background-color: #F26722;
	background-image: url(pics/gras.gif);
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	height: 50px;
}



h1 {
  font-family:sans-serif;
  font-size: 200%;
  color: brown;
}

h2 {
  font-size: 115%;
  font-family:verdana;
  color:brown;
}

h3 {
  font-size: 100%;
  color:brown;
}

a.menulink {
  float: left;
  color: white;
  text-decoration: none;
  text-align:center;
  font-size:8.5pt;
  border-right: 1px solid white;
  width: 71px;
}


a.menulink:hover {
  float: left;
  color: black;
  text-decoration: none;
  background-color: white;
}

ul.menu {
	line-height: 1.5;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color:black;
}

li.menu {
  display: inline;
}

li.menusel {
	display: inline;
}


