body{
	background-color : #FFFFFF;
	margin-left : 0px;
	margin-top : 0px;
}

h3 {
	font-size: 15px;
	color: Navy;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: none;
	text-decoration : none;
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: none;
	color: #333333;
	text-decoration : none;
}

tr{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: none;
	color: #333333;
	text-decoration : none;
}

ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: none;
	color: #333333;
	text-decoration : none;
}

li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: none;
	color: #333333;
	text-decoration : none;
}

ol {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: none;
	color: #333333;
	text-decoration : none;
}

hr{
	border-bottom: 1px;
	border-bottom-color: Gray;
	border-bottom-style: dotted;
	width: 100%;
	color: White;
}

a:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: Navy;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: Navy;
	text-decoration : none;
}

a:active{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration : none;
}

a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFA500;
	text-decoration: none;
}

#banner {
	background-color : White;
	background-image : url(../images/reunionbanner.jpg);
	background-position : left;
	width : 100%;
	height: 200px;
	padding-bottom : 0px;
	padding-left : 200px;
	padding-right : 0px;
	padding-top : 150px;
	color: #333333;
	font-size: 11px;
	background-repeat : no-repeat;
}

#toplinks {
	height: 60px;
	width: 768px;
	background-color: White;
	vertical-align: middle;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	line-height: 15px;
}

#content {
	background-color : #FFFFFF;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	width: 768px;
}

#content .middle {
	width: 400px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	background-color: White;
	vertical-align: top;
}

#content .rightside {
	width: 100px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: White;
	vertical-align: top;
}

.update {
 color: #333333;
 text-decoration: none;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-weight:normal;
 font-size:10px;
 text-align:center;
 }
 
 .update A:link {
 color: #999999;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
 font-weight:normal;
 font-size:10px;
 text-align:center;
 }
 
 .update A:active {
 color: #666666;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
 font-weight:normal;
 font-size:10px;
 text-align:center;
 }
 
 .update A:visited {
 color: #999999;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
 font-weight:normal;
 font-size:10px;
 text-align:center;
 }
 
 .update A:hover {
 color: #FFA500;
 text-decoration: none;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-weight:normal;
 font-size:10px;
 text-align:center;
 }
 