body {
  text-align: center;
  background-color: #c9d9e7;
  font-family: Verdana,sans-serif;
	color: #222222;
	margin-top: 0;
	background: #E6EEEE url('images/bg.gif') repeat-x center top;
}
 
#main {
  margin: 10pt auto;
  margin-top: 0;
  padding: 0; 
  background-color: #c9d9e7;
  background: #E6EEEE url('images/bg.gif') repeat-x center top;
}

div#menu-top {
	vertical-align: center;
	background-color: #7D0000;
  background-image: url('images/menu-background.gif');
	background-position: center top;
	background-repeat: repeat-x;
	/*height: 31px;*/
	color: white;
  /*background-color: #b12514;*/
  font-size: 10.5pt;
  margin: 0;
  padding: 7px;
}

#menu-top a {
  color: #c9d9e7;
  font-weight: bold;
  text-decoration: none;
  padding: 0 0.5em;
}

#menu-top a:hover, #menu-top a.current-page {
  color: #c9d9e8;
  color: white;
  /*background-color: #000077;*/
}

#background {
  /*background-image: url('images/fond.jpg');*/
  background-position: center;
}

#content {
  padding: 15pt;
  text-align: left;
  font-size: 10.5pt;
}

.img-snips img {
	border-color: #DDDDDD rgb(170, 170, 170) rgb(153, 153, 153) rgb(204, 204, 204);
	border-style: solid;
	border-width: 1px;
}

img {
  border: none;
  margin: 0;
}

h1, h2 {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight: normal;
}	
	

h1 {
  color: #b12514;
  color: #000077;
  font-size: 26pt;
  text-align: center;
  font-weight: bold;
  margin-top: -6pt;
}

#subtitle {
  margin-top: -10pt;
  font-size: 11pt;
  font-style: italic;
  text-align: center;
	color: #000000;
}

#subtitle span {
	/*background-color: #ffffcc;
	padding: 5px;*/
}

h2 {
  /*color: #b12514;
  color: #000077;
	color: #ee6600;*/
	color: #c61a1a;
  text-align: left;
  font-size: 18pt;
  /*border-bottom: solid #b12514 1pt;
  border-bottom: solid #c98d8d 1pt;*/
	border-bottom: solid #ffcc99 1pt;
  /*width: 80%;*/
}

.center {
  text-align: center;
}

span.newsdate {
  margin-left: 5pt;
  font-size: 12pt;
  font-style: italic; 
}

td.firstCol {
	text-align: right;
	font-weight: bold;
}

ul#errors li {
  color: red;
}

a, a:link {
	text-decoration: none;
	color: #0000EE;
}

a:hover, a:active {
	text-decoration: underline;
	color: red;
}
