/*HART rotator to replace the one is csslayout.css*/ 
#rotator {height: 97px;width: 510px;float: left;background-color: #003462;background-image: url("http://www.austincc.edu/hart/headerimages/rotator.php");}

h1 {
	font-size: 1.6em;
	color: #990000;
	font-weight: normal;
	}
	
h2 {
	color: #990000;
	font: normal 1.4em Arial, Helvetica, sans-serif;
}

h3 {
	color: #990000;
	font: normal 1.2em Arial, Helvetica, sans-serif;
}

body #contentarea  {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.2em;
}

#faculty p { /*float text next to photo   */
	
	float:right;
	padding-right:120 px;
	margin-top: 10px;
}


.leftlogo {
	position: absolute;
	height: 170px;
	width: 126px;
	float: left;
	top: 291px;
	left: 36px;
}
.textbylogo {
	text-align: right;
	padding-right: 150px;
}

.photo {
	border: thin solid #CCCCCC;
}
.linkedphoto {
	border: thin solid #003399;
}

.shadowphotoborder {
	border: medium solid #333333;
}


.unorderedlist {
	font-size: 1em
}

.center-boxed-text {
	border-style: double;
	text-align: center;
	font-weight: bold;
	border-width: thin;
	padding: 5px 3px;
	line-height: 1.3em;	
}
.biggerfont {
	font-size: medium;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.floatright {
	float: right;
	margin-left: 140px;
	margin-right: 15px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

.fltlft-rtborder {/* border for images*/
	float:left;
	border:thin solid #cccccc;
	padding-right: 0px;
	padding-bottom: 10;
	margin-right: 10px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.border-table {
	border-top: thin solid #333333;
	border-right: thin solid #333333;
	border-bottom: thin solid #333333;
	border-left: thin solid #333333;
}
.border-bottom {
	border-bottom: thin solid #333333;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
}
.border-top {
	border-bottom: thin #333333;
	border-right-width: thin;
	border-left-width: thin;
	border-right-color: #333333;
	border-left-color: #333333;
	border-top: thin solid #333333;
}
.fltlft-hebimage { 
	float:left;
	border:thin solid #CCCCCC;
	margin-right: 10px;	
}

.fltrt-hebtxt {
	float-right;
	margin-left 150px;
}
	
.tiparrow {
	padding-right:10px;
}
.facultypic {
	width: 100px;
	border:thin solid #CCC;
	float: left;
	margin-top: 10px;
}
.facultyinfo {
	float: left;
	padding-left: 20px;
	margin-left: 20px;
	}
.centertext {
	text-align: center;
}

