body {
	background-color:#ccc;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	margin:0;
	padding:0;
	color: #006;
	}
.homebgcolor {
	background-color: #ccc;
}


#wrapper {
	margin:0 auto;
	padding: 0;
	width:90%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: ridge;
	border-left-style: ridge;
	border-top-color: #339;
	border-right-color: #666666;
	border-bottom-color: #339;
	border-left-color: #666666;
	border-bottom-style: groove;
	border-top-style: groove;
	background-color: #fff;
}
	
#header {
	margin: 0;
	padding: 0;
	height: 111px;
	background-image: url(../images/backgroundpics.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}
#header img { padding: 2px 0px 0px;}
	
#navbar {
	background-color: #339;
	color: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;

}

/* minimum menu requirements for functionality */

#dmenu li>ul {
	top: auto;
	left: auto;
}
.topmenu {
	font-size: small;
	color: #fff;
	background-color: #339;
	margin: 0px;
	padding: 0px;


}
.topmenu a {	
	text-decoration: none; 
	background-color: #339; 
	color: #fff;	
	margin: 0px;
	padding: 0px;
}
.topmenu a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #339;
	margin: 0px;
	padding: 0px;
}
.topmenuul{
	list-style-type: none;
	margin:0px;
	padding:0px;
	background-color: #339;
}
.topmenuli{
	list-style-type: none;
	float: left;
	padding-right: 4px;
	padding-left: 4px;
	text-align: center;
	background-color: #333399;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

}
.topmenutitle{
	display: block;
	width: 75px;
	text-align: center;

}

.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding: 0;
	display:none;
}

.submenuli a{
	display: block;
	width: 170px;
	text-decoration: none;
	font-size: small;
	color: #fff;
	background-color: #339;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.submenuli a:hover { background-color: #fff; color: #306; border-bottom:thin #fff solid; }

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block; 
}

/* --- text area ------------------------------------------*/

#content {clear: left; }

#rightnav {
	float: right;
	width: 150px;
	margin:0;
	padding: 5px 5px 0 0;
	font-size: small;
	}
	 

#rightnav p {
	font-size: small;
	font-family:Arial, Helvetica, sans-serif; 
	margin: 0;
	padding: 1px 0 0 1px; 
	color: #306;
	height: 16px;
	border-top: 1px solid #999;
	}
	
#rightnav ul {
	margin: 0 0 12px 0;
	padding: 3px 0 0 2px;
	list-style:none;
	}
	
#rightnav ul li {
	margin: 0 0 4px 0; 
	padding: 0 2px 2px 2px;
	line-height: 15px; 
	list-style:none;
	}
#rightnav ul li a {
	display: block;
	padding-left: 20px; 
	}
#rightnav a {
	text-decoration: none;
	}
#rightnav a:hover {
	text-decoration: underline;
	}

#menu {
	float: right;
	width: 220px;
	margin: 5 0 0;
	padding: 0; 
	border-top: medium groove #FFFFFF;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333399;
	}
	
#menuguide {
	float: right;
	width: 220px;
	margin:0;
	padding: 5px 5px 0 0;
	font-size: small;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	}
	 

#menuguide p {
	font-size: small;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 1px 0 0 1px;
	color: #306;
	height: 16px;
	border-top: 1px solid #999;
	background-color: #CCCCCC;
	}
	
#menuguide ul {
	margin: 0 0 12px 0;
	padding: 3px 0 0 2px;
	list-style:none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	}
	
#menuguide ul li {
	margin: 0 0 4px 0; 
	padding: 0 2px 2px 2px;
	line-height: 15px; 
	list-style:none;
	}
#menuguide ul li a {
	display: block;
	padding-left: 20px; 
	}
#menuguide a {
	text-decoration: none;
	}
#menuguide a:hover {
	text-decoration: underline;
	}
	
	
	
	
#menulinks {
	float: right;
	width: 150px;
	margin:0;
	padding: 5px 5px 0 0;
	font-size: small;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	}
	 

#menulinks p {
	font-size: small;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 1px 0 0 1px;
	color: #306;
	height: 16px;
	border-top: 1px solid #999;
	background-color: #CCCCCC;
	}
	
#menulinks ul {
	margin: 0 0 12px 0;
	padding: 3px 0 0 2px;
	list-style:none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	}
	
#menulinks ul li {
	margin: 0 0 4px 0; 
	padding: 0 2px 2px 2px;
	line-height: 15px; 
	list-style:none;
	}
#menulinks ul li a {
	display: block;
	padding-left: 20px; 
	}
#menulinks a {
	text-decoration: none;
	}
#menulinks a:hover {
	text-decoration: underline;
	}

	
#text {
	padding: 10px;
	font-size: 0.9em;
	;
	color: #339;
	background-color: #fff;
	margin: 0;
	}

#footer {
	font-size: x-small;
	color: #fff;
	text-align: center;
	background-color: #339;
	margin: 0;
	padding: 0;
	}

.center {
	text-align: center;
}
.center2 {
	text-align: center;
	font-size: .9em;
}
.bordertop {
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #4D4DDB;
}

.right {
	text-align: right;
}
.left {
	text-align: left;
}
.clear {
	height: 0;
	clear: both;
	}
.floatleft {
float: left;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 20px;
margin-right: 10px;

}

.floatright {
float: right;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 20px;
}
.redmedium {
	color: #990000;
	font-size: medium;
	font-weight: bold;
}

.border {
	border: thin solid #666699;
	text-align: center;
}
td {
	vertical-align: top;
}
.bgcolor {
	color: #FFFFFF;
	background-color: #330066;
}
.bgcolor3 {
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #333399;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #333399;
}
.small {
	font-size: x-small;
	margin-left: 20px;
} 
.bgcolor2 {
	background-color: #CCCCCC;
}
.indent {
	margin: 10px;
}
.underline {
	text-decoration: underline;
}
.cites {
	background-color: #0033cc;
	color: #FFFFFF;
	font-size: x-small;
	font-weight: 500;
	font-family: "comic sans ms";
	text-align: center;
} 
td,th {
	vertical-align: top;

}
.bgcolorlink {
	color: #CCCCCC;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.endofdatabases {
	color: #990000;
}
.indent {
	margin-left: 15px;
}
.indent2 {
	margin-left: 40px;
}
.westdlist {
	line-height: 2em;
}
.bgcolorblue {
	background-color: #009CC5;
}
.bottom {
	line-height: -5px;
	vertical-align: bottom;
}

