@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

/* general text styles */

p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	line-height: 18px;
}
h1 { /* brown */
	color: #5A3A0C;
	font-size: 21px;
	
}
h2 { /* deep pumpkin */
	color: #AB6532;
	font-size: 16px;
	margin-bottom: 10px;	
	
}

h3 { /* deep pumpkin */
	color: #AB6532;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 21px;
}


h4 { /* gray */
	font-size: 14px;
	color: #737373;
}


h5 { /* deep pumpkin */
	color: #AB6532;
	font-size: 12px;
	line-height: 21px;
}

h6 { /* gray */
	color: #868686;
	font-size: 16px;
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}


ul {
	margin-left: 30px;
}


.cntr { /*aligns centered text - use with page titles et al*/
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
}

.floatlft {
	float: left;
	margin-right: 20px;
	width: 300px;
	text-align: center;
}
span.caption {
	text-align: center;
	font-size: 10px;
}



a img{
	border-style:none;
}


table#rules { /* styles for campus_rules.html */
	width: 650px;
	border: 1px dotted #999;
}

#rules ul {
	padding-left: 30px;
}

/* styles from chp-unused */

/* divs and subsections */




/* table styles */

#esl td { /*people_sci_berkowitz_esl.html*/
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
}





/* general classes */

.floatRt {
	float: right;
}
.floatlft {
	float: left;
	clear: both;
}

.marLft15 {
	margin-left: 15px;
}
.marLft160 {
	margin-left: 160px;
}
.marLft230 {
	margin-left: 230px;
}

.marBtm0 {
	margin-bottom: 0px;
}
.marBtm20 {
	margin-bottom: 20px;
}
.marBtm30 {
	margin-bottom: 30px;
}

.marBtm40 {
	margin-bottom: 30px;
}
.marTop20 {
	margin-top: 20px;
}
.marTop30 {
	margin-top: 20px;
}

.marTop40 {
	margin-top: 40px;
}
.marRt15 {
	margin-right: 15px;
}
.marLft230 {
	margin-left: 230px;
}

.block {
	display: block;
}



hr.ee { /*horizontal rule*/
	height:2px;
	width:90%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px dotted #666666;
	margin-bottom: 30px;
	background-color: #CCC;	
}

.hr { /*horizontal rule applied to element*/
	width:100%;
	border-top: 1px dotted #666666;
	padding-top: 10px;
	
}
/* paragraph/text styles */

p.note {
	font-size: 10px;
}

p.homeTxt {
	color: #3E3E3E;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
p.breadcrumb {
	color: #523018;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 10px;
	float: right;
}
p.list {
	line-height: 21px;
	margin-left: 30px;
}
.headTxt{
	color: #AB6532;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 21px;
	font-weight: bold;
}
.textOne {
	font-size: 14px;
	line-height: 21px;
}

.headingTwo {
	font-size: 16px;
}


span.submat { /* sub cat style for spans */
	font-size: 11px;
	font-weight: normal;
}
/* list styles */

ul {
	margin-left: 30px;
}

ul li {
	line-height: 21px;
}

/* image styles */

.callout img {
	margin-bottom: 10px;
}
.imgShadOne {
	background-image: url(../chp/img/chp_160X160_shadow_bg.gif);
	height: 160px;
	width: 160px;
	float: left;
}

div.imgBoxStack { /* floated left column image with caption */
	float:left;
	margin:0 15px 15px 0px;
	text-align:center;
}

div.imgBoxRight { /* floated right inline image */
	float:right;
	margin:0 0 15px 15px;
}

div.imgBoxRight { /* image width used: 210px */
	background:#F5F3E8;
	border:1px solid #797979;
	overflow:hidden;
	text-align:center;
	width: 225px;	
}

div.imgBoxRight img {
	margin:8px;
}

.imgCaption {
	font-size:10px;
	line-height:12px;
	padding:0 8px 8px;
}

.marNone {
	margin: 0px;
	padding: 0px;
}

.block {
	display: block;
}

