body,td {
	color: black;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 76%;
	margin: 0;
	padding: 10;
}
a:link {
	color: #333399;
}
a:active {
	color: #333399;
}
a:visited {
	color: #333399;
}
a:link:hover {
	background: #ffcc00;
}
a:visited:hover {
	background: #ffcc00;
}

div {
}

small {
	font-size: .85em;
	letter-spacing: 0;
}
#page {
	width: 100%;
	background-image: url(../images/99bg.gif);
}

#columns {
}

#banner {
	background: #1B1B4B;
	right: 0px;
}
#menu {
	background: #1B1B4B;
	border-top: 0px solid #373787;
	border-left: 0px solid #373787;
	border-right: 2px solid #ffcc00;
	border-bottom: 2px solid #ffcc00;
	right: 0px;
	position: absolute;
	top: 88px;
	width: 18%;
	padding-left: .2em;
	padding-right: .3em;
}

#main {
	background: white;
	margin-left: 0px;
	margin-right: 20%;
	border-top: 3px solid #ffcc00;
	border-left: 3px solid #ffcc00;
	border-right: 3px solid #ffcc00;
	Border-bottom: 3px solid #ffcc00;
	position: relative;
	width: auto;
	top: 0px;
	padding-left: 5px;
	padding-right: 20px;
}

#main h1 {
	color: navy;
	font-size: 1.5em;
	letter-spacing: .25em;
}

#main h2 {
	color: navy;
	font-size: 1.25em;
	letter-spacing: .25em;
	border-bottom: 1px solid #88b;
}


#main p {
	color: #000000;
	font-size: 1.2em;
	line-height: 1.4;
}
#main td, blockquote {
color: #000000;
	font-size: 1.2em;
}



#main ul {
	color: #000000;
	font-size: 1.2em;
	line-height: 1.4;
}

#menu a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .95em;
	border-bottom: 1px solid gold;
	color: #ffffcc;
	display: block;
	letter-spacing: .15em;
	margin: 0;
	text-align: left;
	text-decoration: none;
}

#menu h1 {
	color: #85C247;
	font-size: 1em;
	letter-spacing: .15em;
}

#menu h2 {
	background: #ffcc00;
	color: #222244;
	font-size: .95em;
	letter-spacing: 0.75em;
	text-align: center;
}

#menu p {
	color: gold;
	font-size: .95em;
}


@media print {
#menu { display: none; border-right: 0;
}

