  /* this is the linked style sheet for Engineering Site, www.foothill.edu/engineering */


.red {color: #ff0000 }
.teal {color: #008080 }
.purple {color: #663399 }
.burnt {color: #990000 }
.blue {color: #006 }
.ltblue {color: #3366cc}

.small   { font-size: 10px; }
.small1  { font-size: 11px; }
.big   { color: #660033; font-size: 14px; line-height: 15px; margin: 2px 10px }
.big1  { color: #900; font-size: 14px; font-family: "Comic Sans MS" }
.big2  { color: #660033; font-size: 16px; line-height: 18px}
.big3  { font-size: 18px; line-height: 20px ; color: #660033}
.big4  { font-size: 16px; line-height: 18px ; }
.big5  { font-size: 14px; line-height: 17px ; color: #660033}
.big6  { font-size: 13px; line-height: 15px }
.big7  { color: #660033; font-size: 20px; line-height: 22px; font-family: "Comic Sans MS" }
.space {
	margin-bottom: .75em;
}

.subhead { font-size: 14px; font-weight: bold; }

.indent  { margin-left: 20px; line-height: 18px; }
.indent1  { margin: 2px 0px 5px 10px; line-height: 18px;}
.indent2   { line-height: 16px; margin: 6px }

.list	{	line-height: 20px; }

.box1 { /* slide images */
		position: relative;
		float: right;
		background-color: #c0c0c0;
		-moz-border-radius: 6px !important;
		-webkit-border-radius: 6px !important;
		border-left: solid 2px #dFdFdF;
        border-right: solid 2px #afafaf;
        border-top: solid 2px #dFdFdF;
        border-bottom: solid 2px #afafaf;
        padding: 15px;
		width: 200px;
		height: auto;
		margin-left: 20px !important;
		margin-right: 15px;
		margin-bottom: 15px;
		z-index:1;
	}
	.box1text { /* slide images text */
		width: auto;
		text-align: left;
		padding: 10px;
		background-color: #ffffff;
		overflow: visible;
		z-index:1;
	}
.twopoints { line-height : 2px }
.fourpoints { line-height : 4px }

.hr	{
	color: #660033;
	background-color: #660033;
}