/* CSS Document */

body {
		font-family: Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		font-size: 1em;
}

.bld {
		font-weight: bold;
}

.largerb {
	font-size: 120%;
	font-weight: bold;
}

/* larger font */
.larger {
	font-size: 120%;
}

/* underline */
.underln {
	text-decoration: underline;
}

.navtable {
	color: #FFFFFF;
}

.nav {
	font-variant: small-caps;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}

.textnav { 
	font-variant: small-caps;
	font-size: 14px;
}

.smallerbold {
	font-size: smaller;
	font-weight: bold;
}

a.textnav:hover {
	color: #FF0000;
}

a.textnav:active {
	color: #009966;
}

a.nav:link {
	text-decoration: none;
}

a.nav:visited {
	text-decoration: none;
}

a.nav:hover {
	text-decoration: underline;
	color: #FF0000;
}

.lefttable {
	border: 1px solid #000000;
	margin: 0 0 0 2px;
}

#leftmenu {
	margin: 5px;
}

#leftmenu ul {
	margin: 5px;
	padding: 0;
	font-size: smaller;
	list-style-type: circle;
	list-style-position: inside;
	list-style-image: url(../images/rightarrow.gif)
}

#leftmenu ul li {
	padding: 0;
	margin: 0 0 1px 0;
	list-style-type: circle;
}

#leftmenu ul li a {
	text-decoration: none;
	color: #990000;
}

#leftmenu ul li a:hover {
	background-color: #990000;
	color: #ffffff;
	list-style-type: circle;
}

.content {
	margin: 0 20px 0 0;
}

.copyright {
	color: #000000;
	font-size: 80%;
	font-style: italic;
}

.bot {
	color: #000000;
	font-size: 70%;
}

.visit {
	font-weight: bold;
	width: 500px;
	background-color: #ffffcc;
}

.download {
	font-size: 14px;
}

a.download {
	text-decoration: none;
}

a.download:link {
	text-decoration: none;
}

a.download:visited{
	text-decoration: none;
}

a.download:hover {
	color: #FF0000;
}

.resource {
	font-size: 14px;
}

a.resource:hover {
	color: #FF0000;
}

#quotes ul {
	margin: 0;
	padding: 0;
	list-style-type: circle;
	list-style-position: inside;
	list-style-image: url(../images/flower.gif);
	vertical-align: middle;
}

.superscript {
	font-size:x-small; vertical-align:top;
} 

.subscript { 
	font-size:xx-small; vertical-align:bottom;
} 
.generic_link {
	text-decoration: underline;
}
a.generic_link:hover {
	color: #FF0000;
}
