/* Stylesheet for the Frank Church Institute Website */
/* Boise State University ~ M. Broussard ~ 02/04/2004 */

/* General characteristics */
html, body {
margin-top /**/:.8em !important;  /* <-- this workaround is to adjust the margin in Mozilla */
margin-top: 1em;
padding: 0px;
color: #ffffff;
background-color: #000000;
font-size: 100%;
font-family: Arial, Times New Roman;
}

p {
font-size: .7em;
margin-left: .8em;
margin-right: .5em;
}

a, a:visited {
color: #4E45FE;
background-color: transparent;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}
/* end of general characteristics */

/* Attributed Heading Characteristics */
h1.quote {
color: #9D9B88;
font: 1.2em Arial;
text-align: right;
}

h2.conftitle {
font-size: .7em;
font-weight: bold;
text-align: center;
margin-top: .25em;
margin-bottom: -.5em;
}

h2.chairname {
font-size: .8em;
text-align: left;
margin-left: .8em;
margin-top: .25em;

}

/* Container div ~ All other divs within the page are placed within this master div */
#container {
color: #000000;
background: #ffffff url(../images/fcbackground.jpg) -1px -2px no-repeat;
width: 660px; /*57em;*/
height: 430px; /*31.3em;*/
border: 2px ridge #D6D4CD;
text-align: left;
}
/* end of container div */

/* Quote div ~ Used for Frank Church Quotes */
#quote {
float: right;
padding: 5px;
margin-top: 3em; /*4.5em;*/
margin-bottom: 1.5em;
margin-right: .5em;
height: 7em;
width: 26em;
}
/* end of quote div */

/* Outer content box div */
#ocb {
float: right;
margin-top: -2em;
height: 268px;
width: 29.4em;
background-color: #D3A45B;
}
/* end of outer content box div */

/* Start of breadcrumb div */
#breadcrumb {
	position: static;
	color: #DEFEDC;
	background-color: #000000;
	height: 1.5em;
	width: auto;
	padding: 0.1em 0.5em 0em;
	text-align: center;
	font-weight: bold;
	font-size: .7em;
	margin: 0px;
}

#breadcrumb a, #breadcrumb a:visited {
color: #DEFEDC;
background-color: transparent;
text-decoration: none;
}

#breadcrumb a:hover {
text-decoration: underline;
}
/* end of breadcrumb div */

/* Start of Conference div */
#conference {
	position: static;
	float: left;
	color: #000000;
	background-color: #ffffff;
	width: 15em;
	margin-top: 0.45em;
	margin-left: .5em;
	margin-left /**/: 0.5em !important; /* <-- this workaround is to adjust the margin in Mozilla */
	border: 1px solid #000000;
	border-top: 0px;
	height: 15em;
}

.conf {
	position: static;
	color: #FEF3DC;
	background-color: #000000;
	width: auto;
	/*padding: .15em;
padding-bottom: 0em;*/
text-align: left;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
/* end of conference div */

/* Start of Chair div */
#chair {
	float: right;
	color: #000000;
	background-color: #ffffff;
	margin-top: 0.45em;
	margin-right: .4em;
	margin-right /**/: 0.8em !important;
	width: 12em;
	border: 1px solid #000000;
	border-top: 0px;
	height: 15em;
}

.chr {
	position: static;
	color: #FEF3DC;
	background-color: #000000;
	width: auto;
	/*padding: .15em;
padding-bottom: 0em;*/
text-align: left;
	font-weight: bold;
}

.photo {
margin-top: -1.5em;
margin-right: 1em;
}

.linktxt {
font-size: .85em;
font-weight: normal;
}
/* end of chair div */

