@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffd7;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000;
	margin: 0px;
}

H2
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#336633;
	font-weight: bold;
	line-height: 25px;
}

H3
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#336633;
	font-weight: bold;
	line-height: 22px;
}

.anchorclass, a.anchorclass, a.anchorclass:link, a.anchorclass:hover, a.anchorclass:visited
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #CC9A00;
	text-decoration: none;
	font-weight: bold;
}

.anchorclassnomenu, a.anchorclassnomenu, a.anchorclassnomenu:link, a.anchorclassnomenu:hover, a.anchorclassnomenu:visited
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #CC9A00;
	text-decoration: none;
	font-weight: bold;
}

.toplink, a.toplink, a.toplink:link, a.toplink:hover, a.toplink:visited
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFFFD7;
	text-decoration: none;
	font-weight: bold;
}

.pagetitle
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #ffffd7;
	font-weight: bold;
	font-style: italic;
}

input.submit, .formbutton
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFFFD7;
	font-weight: bold;
	background-color: #CC9900;
	border-color: #336633;
	border-style: solid;
	border-width: 1px;
}

.bottomslogan
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #336633;
	font-weight: bold;
	font-style: italic;
}

.copyright
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #336633;
	font-weight: bold;
}

.librarytitle
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #336633;
	font-weight: bold;
}

.librarypulldownmenu
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #336633;
	font-weight: bold;
	background-color: #FFFFD7;
	border-style: solid;
	border-color: #336633;
	border-width: 1px;
	width: 220px;
}

.librarypulldownmenutitle, a.librarypulldownmenutitle, a.librarypulldownmenutitle:link, a.librarypulldownmenutitle:hover, a.librarypulldownmenutitle:visited
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #336633;
	font-weight: bold;
	text-decoration: none;
}

.librarypulldownmenucell
{
	border-style: solid;
	border-color: #336633;
	border-width: 0 0 0 1px;
}

.librarylink, a.librarylink, a.librarylink:link, a.librarylink:hover, a.librarylink:visited
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #336633;
	font-weight: bold;
	text-decoration: none;
}

.formerror
{
	color: #FF0000;
}

/* Menu Controls */
.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #336633;
border-bottom-width: 0;
color: #000000;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #ffffd7;
width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #336633;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background: #336633;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */
.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #336633;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */
.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
