h1 {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	margin-top : 0px;
	margin-bottom : 0px;
	text-transform: uppercase;
	text-align: center;
}

h1.new {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #CAA45B;
	font-weight: normal;
	margin-top : 0px;
	margin-bottom : 0px;
	text-decoration: underline;
	text-align: center;
}

h2 {
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size: 11pt;
	color: #605D0F;
	font-weight: bold;
	margin-top : 0px;
	margin-bottom : 0px;
}

h2.new { font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #CAA45B;
	font-weight: bold;
	margin-top : 0px;
	margin-bottom : 0px;
}

a:link { text-decoration: underline;
	color: #605D0F;
}

a:visited { color: #605D0F; }

a:hover {
	text-decoration: underline;
	color: #605D0F;
	text-align: center;
}

a.content:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.content:visited {
	color: #FFFFFF;
}

a.content:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.content {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 28px;
	color: #605D0F;
	font-weight : bold;
	text-align: left;
}

.content1 {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #605D0F;
	font-weight : bold;
	text-align: left;
}

.contact {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #605D0F;
	font-weight : bold;
}

.footeradd { font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #605D0F;
	font-weight : bold;
}

.footerlink { font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: white;
	font-weight : bold;
}

a.footerlink:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.footerlink:visited { text-decoration: none;
	color: #FFFFFF;
}

a.footerlink:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.footer:link {
	color: #AAAAAA;
}

a.footer:visited {
	color: #AAAAAA;
}

a.footer:hover {
	color: #888888;
}

.footer {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	color: #AAAAAA;
}

a.navTop:link {
	color: #B47B0F;
	font-size: 14px;
	text-decoration: none;
}

a.navTop:visited {
	color: #B47B0F;
	font-size: 14px;
	text-decoration: none;
}

a.navTop:hover {
	color: #B47B0F;
	font-size: 14px;
	text-decoration: underline;
}

.navTop {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #4F4D0D;
	font-style : italic;
	text-align: left;
}

.contentError {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FF0000;
	font-weight : bold;
}

div.naviMainItem {
  font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
  padding: 2px 10px 3px 9px; /*top,right,bottom,left*/
  font-size: 12px;
  font-weight : regular;
  color: #5A5706;
  text-decoration: none;
}

div.naviSubMenu {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  width: 140px;
  position: absolute;
  top: 0px;
  border: 1px solid #C9A35A;
  background-color: #FFFFFF;
  visibility: hidden;
  z-index: 10;
}

div.naviSubItem {
  /* due to an IE bug, this class must have a fixed width 
     IE needs that to register the onmouseover event for a DIV element */
  width: 140px;
  cursor: hand;
  padding: 2px 9px 3px 8px;
  font-size: 11px;
  line-height: 16px;
  font-weight : regular;
  color: #605D0F;
  text-decoration: none;
  background-color: #FFFFFF;
}
.content .new {

}
.center content {
	text-align: center;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 16px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
