/*  Body background and Scrollbar */
BODY {
	background-attachment: fixed;
	scrollbar-face-color:		#006666;
	scrollbar-track-color:		#C5DDCF;
	scrollbar-arrow-color:		#C5DDCF;
	scrollbar-highlight-color:	#F7E5EA;
	scrollbar-3dlight-color:	#F7E5EA;
	scrollbar-shadow-color:		#666666;
	scrollbar-darkshadow-color:	#333333;
	background-color: #990033;

}
/* Main content links */
a:link {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CC0033;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CC3366;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF6699;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CC3366;
	text-decoration: underline;
}
/* Text in right column */
.ColumnTextRight {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #006666;
}
/* Links in Top table */
#navTop {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
#navTop a:link, #navTop a:visited {
  margin-left: 12px;
  color: #FFCC33;
  background-color: transparent;
  font-size: 13px;
  font-family: Verdana, sans-serif;
  text-decoration: none;
  font-weight: bold;
}
#navTop a:hover, #navTop a:active {
  margin-left: 12px;
  color: #FFFFCC;
  background-color: transparent;
  font-size: 13px;
  font-family: Verdana, sans-serif;
  text-decoration: none;
  font-weight: bold;
}
/*  Links in left column */

#navLeft a:link, #navLeft a:visited {
	margin-left: 12px;
	color: #FFFFCC;
	background-color: transparent;
	font-size: 13px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;

}
#navLeft a:hover, #navLeft a:active {
  margin-left: 12px;
  color: #FFCC33;
  background-color: transparent;
  font-size: 12px;
  font-family: Verdana, sans-serif;
  text-decoration: none;
  font-weight: bold;
  line-height: 20px;
}
/*   Links in right column */
#navRight td {
}
#navRight a:link, #navRight a:visited {
  color: #990000;
  background-color: transparent;
  font-size: 12px;
  font-family: Verdana, sans-serif;
  text-decoration: none;
  font-weight: bold;
}
#navRight a:hover, #navRight a:active {
  color: #CC3366;
  background-color: transparent;
  font-size: 12px;
  font-family: Verdana, sans-serif;
  text-decoration: none;
  font-weight: bold;
}
/*  Standard formatting */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0033;
}
h2 {
	color: #FF9933;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	color: #006666;
}
hr {
	height: 1px;
	color: #006666;
	width: 75%;
}
p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}
.ColumnTextLeft {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #FFFFCC;
}
.LeftAddress {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFCC;
}

