/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
th {background-color:#A7B8B8;
}
a {
	color: #003333;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #003399;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #003333;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #006666;
	font-style: oblique;
}
table.main {
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
}

.foot {
	font-size: 9px;
	color: #999999;
}
.quotes {
	font-size: 11px;
	font-style: oblique;
}
.news {
	font-size: 10px;
}
.image {
	border: 1px solid #A7B8B8;
	border-collapse:collapse;
}
/******** top navigation ********/

.nav {
	color: #CCCC99;
	font-weight: bold;
	text-decoration: none;
	z-index:50;
	bgcolor:#003333;
}
ul.nav {
  padding: 0;
  margin: 1px 28px 1px 28px;
  list-style: none;  
  }
li.nav {
  display: block;
  float: left;
  position: relative;
  }
li.nav ul {
  display: none;
  position: absolute; 
  top:20px;
  left: 0;
  width:100px;
  border-bottom: 1px solid #003333;
  }
li.nav a {
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin:	1px 2px 1px 2px;
	padding: 2px 4px 2px 4px;
	border: 0px;
	border-bottom: 0;
	background:  #003333; /* IE6 Bug */
	color: #CCCC99;
} 
li.nav a:hover {
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin:	1px 2px 1px 2px;
	padding: 2px 4px 2px 4px;
	;
	border: 0px;
	border-bottom: 0;
	text-decoration: none;
	color: #003333;
	background-color: #CCCCFF;
	background: #A7B8B8; /* IE6 Bug */
} 
li.nav ul {
	width:100px;
	padding:2px 0 0 0;
	margin: 0px 0px 0px 0px;
}  
li.nav ul li a {
	width: 100px;
	display: block;
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	padding: 2px;
	text-align: left;
	background: #E9E5C9; /* IE6 Bug */
	border:1px solid #003333;
	border-collapse:collapse;
    color: #665639;
}
li.nav ul li a:hover {
  	width:100px;
	display: block;
	font-weight: normal;
	font-size:11px;
	margin: 0px;
	padding: 2px;
	text-align:left; 
	background: #ffffff; /* IE6 Bug */
	background-color: #ffffff;
	border:1px solid #003333;
	border-collapse:collapse;
	color: #003333;
}
li.nav > ul.nav {
	top: auto;
	left: auto;
	}
li:hover ul, li.over ul{ display: block; }
.reunion {
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	color: #003333;
}

