.xborder {
	border:#fff 1px solid;
	background-color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#fff;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#242;
	background-color:#eee;
	background-image:url(/graphics/layout/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:19px;
}
h1 {
	text-align:center;
	font-size:22px;
	line-height:20px;
	font-weight:bold;
}
h2 {
	font-size:18px;
	line-height:21px;
	font-weight:bold;
	font-style:italic;
}
td {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.tdcolor {
	background-color:#fff;
}

/* All links unless specific something later */
a:link, a:active, a:visited {
	color:#242;
	font-decoration:underline;
	font-size:15px;
	line-height:19px;
}
a:hover {
	color:#484;
}

/* Menu on left side of each page */
.leftmenu:link, .leftmenu:active, .leftmenu:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#242;
	font-size:16px;
	line-height:24px;
}
.leftmenu:hover {
	color:#484;
}

/* Small text and small link in page */
.smalllink {
	font-size:14px;
}
.smalllink:link, .smalllink:active, .smalllink:visited {
	font-size:14px;
}
.smalllink:hover {
	font-size:14px;
}

/* Link for Back to Top */
a.totop:link, a.totop:active, a.totop:visited {
	font-size:12px;
}
a.totop:hover {
	font-size:12px;
}

/* Copyright notice at bottom */
.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}

/* Menu at bottom of each page */
.bottommenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}
.bottommenu:link, .bottommenu:active, .bottommenu:visited {
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}
.bottommenu:hover {
	font-size: 14px;
	text-decoration: none;
	color:#FFCC00;
}

/* Mail link at bottom of each page */
.maillink {
	background-color: #fff;
	font-color:#000;
	font-size:22px;
	line-height:25px;
}
a.maillink:link, a.maillink:active, a.maillink:visited {
	font-size:20px;
	line-height:24px;
	text-decoration: none;
}
a.maillink:hover {
	text-decoration: none;
	color:#FFCC00;
}

/* Footer (with locations and disclaimer) */
.footer {
	background-color:#fff;
	font-size:12px;
	line-height:16px;
	color:#3366ff;
	text-decoration: none;
}
.footer:link, .footer:active, .footer:visited, .footer:hover {
	font-size:12px;
	line-height:16px;
	color:#3366ff;
	background-color:#fff;
	text-decoration: none;
}

/* Quotebox throughout */
table.quotebox {
	border-width: 5px 5px 5px 5px;
	border-spacing: 1px;
	border-style: outset outset outset;
	border-color: rbg(255,255,240);
	border-collapse: separate;
	background-color: #1a7678; /green-light grey
}
td.quote {
	color: #f8f8f8;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
}
td.author {
	color: #f8f8f8;
	font-style: italic;
	font-size: 12px;
	font-weight:bold;
}
table.holdquote {
	background: url(/graphics/layout/quotebox.jpg);
}
/* Reference boxes throughout */
table.refbox {
	border-width: 5px 5px 5px 5px;
	border-spacing: 1px;
	border-style: ridge ridge ridge ridge;
	border-color: rbg(255,255,240);
	border-collapse: separate;
	background-color: #e1edef; /green-light grey
}
td.refquote {
	border-spacing:5px;
	color: #111111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size:17px;
	line-height:20px;
	padding: 10px;
}
td.refauthor {
	color: #111111;
	font-style: italic;
	font-size: 12px;
	padding: 5px;
}

table.HOLDquotebox {
	background: url(/graphics/layout/topbg.jpg);
	background-color: #5e9e9d; /lighter green
	background-color: #3e7e7d; /darker green
/	background-color: #003e67; /darker green-blue
	color: #fafbfc; /quote&author text color not white
	background: url: /graphics/layout/topbg.jpg;
	border: 5px #ffffff solid;
	border-spacing: 5px;
}

/* Menu at top of each page */
#navlist {
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left: 0.5em;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align:center;
	font-weight:bold;
}

#navlist a, #navlist a:link, #navlist a:visited {
	border: 1px solid #ffffff;
	padding: 1px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus {
	border: 1px solid #fff;
	background-color:#000000;
	padding: 1px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	font-weight:bold;
}

#navlist li {
	padding-right: 1px;
	display: inline;
	font-size: 0.6em;
	width:25px;
	font-weight:bold;
}

#navlist ul {
	margin: 0px;
	padding: 0px;
}

#navlist #active a {
	background-color: #598284;
	font-weight:bold;
}

.menu {
	Z-INDEX:100;
	BACKGROUND:#003764;
	repeat-y right 50%;
	VISIBILITY: hidden;
	WIDTH: 190px;
	height:auto;
	BORDER-BOTTOM: #fff 1px solid;
	POSITION: absolute;
	TEXT-ALIGN: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	padding-bottom:3px;
	padding-top:3px;
}
.holdmenu {
	background-color:#205775;
}

.menu A {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	WIDTH: 100%;
	TEXT-INDENT: 12px;
	BORDER-BOTTOM: #fff 1px solid;
	TEXT-DECORATION: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:none;
	color:#fff;
	padding-bottom:3px;
	padding-top:3px;
	background-color:#101040;
}

.menu A:hover, a:active, a:focus {
	color:#ffffa0;
	background-color:#111122;
	border-bottom: #ffffa0 1px solid;
	font-size:14px;
}

font.menuoption {
	color:#f3f3a9;
	font-size:14px;
}
