html, body {
	margin: 1em;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 14px;
	color: #000000;	
	background-image: url("../images/general/bkgnd5.gif");
	background-attachment: fixed;
}
#page-container {
   width: 900px;
   margin: auto;
   background: #FFFFFF;
   padding: 0px 0px 0px 0px;
}
#header {
   height: 140px;
}
#content {
	margin-right: 10px;
	line-height: 18px;
	text-decoration: none;
}
#content .padding {
	padding: 25px;
}
#content p {
	margin: 0;
	padding: 13px;
	padding-bottom: 10px;
	text-decoration: none;
}
#content h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	color:#660000
}
#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	color:#886F0A
}
#content h3 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	color:#41723D
}
#footer {
	position: relative;
	bottom: 0px;
	left: 0px;
	clear: both;
	border-top: 1px solid #c9c9c9;
}
#footer .padding {
	padding: 5px;
}
#footer a  {
	color:#A5A4A2;
	Text-decoration: none;
}
#footer a:hover {
	color: #000;
}
#footer #altnav {
	width: 500px;
	float: right;
	text-align: right;
}
#footer-extra {
	background: #184437;
	position: relative;
	bottom: 0px;
	left: 0px;
	clear: both;}
#glossary {
	width:        800px; 
	max-width:    800px; 
	margin-right: 0px;
	margin-left:    5px;
	padding:        5px;
/*
	border: 1px solid #FF0000;
	line-height: 18px;
	text-decoration: none;
*/
}
.glossary-index { text-align:center; width:800px; padding: 0 0 0 0; background:rgb(255,255,255); font-size:10px; }
.glossary-index ul { width:8000px; list-style:none; padding:0px;  margin:0px; font-family:verdana,arial,sans-serif;}
.glossary-index ul li {display:inline; padding:0 0 0 10px; font-weight:bold; color:rgb(125,125,125); }
.glossary-index ul a {color:rgb(70,122,167); text-decoration:none;}
.glossary-index ul a:hover {color:rgb(42,90,138); text-decoration:underline;}
.glossary-term { font-family:verdana,arial,sans-serif; color:rgb(80,80,80); font-size:12px; font-variant: small-caps; font-weight:bold; }
.glossary-defn { padding:10px 10px 10px 10px; font-family:verdana,arial,sans-serif; color:rgb(80,80,80); font-size:12px; }
.dict { color:rgb(70,122,167); text-decoration:underline; }
.glossary-defn a { color:rgb(70,122,167); text-decoration:underline; }

