/* CSS Document */

/********************************/
/* About this Document           */
/* COPAA: Consortium of Practicing and Applied Anthropology Programs */
/* Site Author: University of North Texas Library MultiMedia Development Lab, Denton TX 76203 mmdl@library.unt.edu*/


/********************************/
/*			HTML TAGS			*/
/********************************/

body {
	background-color: #FFFFFF;
	margin:0;
	padding: 0;
	font-size:100%;
	text-align:left; /*counter ie centering bug */
}

kbd {
	font-size: 12pt;
	color:#000000;
	font-family: monospace;
}

legend {
	font-size: 14pt; 
}
img {
	border: none;
}
address {
	font-style:normal;
}
hr {
	color:#000000;
	background-color:#000000;
}
cite {
	font-style:italic;
}
dd {
	margin-bottom:12pt;
}

abbr { }

ul {list-style-image:url(../images/0043_bullet2.png); }

ul ul {list-style-image:url(../images/0180_bullet.png); }

/********************************/
/*			Misc Classes		*/
/********************************/

.hide { /*move content off screen.  Can be heard by screenreaders and seen with styles turned off*/
	display:none;
}

.top { display:none; }
.top a { display: none; }

/*************************************/
/*			Container Divs			*/
/*************************************/

#container {
	overflow:auto;/*remind standard compliant browsers to wrap the background around */
	width:auto;
	text-align:left; /*counter ie centering bug */
	margin: 0;
	background-color: transparent;
	border:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	background-image: none;
}
#content {
	float: none;
	display: block; /*Fixes IE Float and Margin bug */
	padding: 0;
	width: auto;
	background-color: transparent;
	background-image:none;
	margin-right:0;
}

#sideBar { display:none; }

#clearer { clear:both; }

#footer { }
#contact { }


/********************************/
/*			Content Styles		*/
/********************************/

#content h2 {
	font-weight: bold;
	font-size:16pt;
	color:#000000;
}

#content h3 {
	font-weight: bold;
	font-size:14pt;
	color:#000000;
}

#content h4 {
	font-weight: bold;
	font-size:12pt;
	color:#000000;
}

#content h5 {
	font-weight: bold;
	font-size:11pt;
	color:#000000;
}
#content h6 {
	font-weight: bold;
	font-size:10pt;
	color:#000000;
}

#content p, #content li, #content dt, #content dd {
	font-size:10pt;
	line-height: normal;
}

#content .imgLeft { /*Apply this style to images that need a left float */
	float:left;
	margin:.2em;
	padding:0;
}
#content .imgRight { /*Apply this style to images that need a right float */
	float:right;
	margin:.2em;
	padding:0;
}

#content a, #content a:link {
	color: #663300;
	background-color:transparent;

}

#content a:visited {
	color: #669966;
	background-color:transparent;
}

#content a:hover, #content a:active {
	color:#660000;
	background-color: #FFFF99;
}


.contentNavigation { display:none ; }





/********************************/
/*			Footer Styles		*/
/********************************/

#footer ul {
	margin: 0;
}

#footer li {
	list-style-type:none;
	display:inline;
	padding: 0;
}

#footer a {
	color:#000000;
}	
/********************************/
/*			Misc Styles		*/
/********************************/

#contact a {
	color:#000000;
}

#contact address {
	color:#000000;
}

#mission {
	margin:0;

}
#last { /*apply this to the last block level element in the #content section to pull up the cheater margin */
	margin-bottom:0;
}
.innerCiteNonItalics {
	font-style: normal;
}

.center {text-align:center; }

.bold {font-weight:bold;}

.meetingNumber {list-style-type:upper-alpha; }

.listPointer { }