BODY { background-color: #FFFFFF }
A:link { color: #000000}
A:visited { color: #006633}
A:hover { color: #66CC00}
H1 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 125%; color: #006633 }
H2 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 120%; color: #006633 }
H3 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 115%; color: #006633 }
H4 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 110%; color: #006633 }
H5 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 100%; color: #006633 }
H6 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 90%; color: #006633 }

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

.marginText { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 70%; 
    color: #006633;
}

.specialNote { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 85%; 
    font-weight: bold;
    color: #990000;
}

.redNotice { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 105%; 
    font-weight: bold;
    color: #990000;
}

.scheduleHeads { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 70%; 
    font-weight: bold;
    color: #006633;
}

.deptText { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 70%; 
    color: #006633;
    margin-top: 0px;

}

.contentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
}

.processStep {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #006633;
}

.tips {
	list-style-type: square;
}

.tipHighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #006633;
}

#banner {
	position: absolute;
	left: 10px;
	top: 15px;
	height: auto;
}

#mainContent {
	position: absolute;
	width: 450px;
	left: 10px;
	top: 115px;
}

#deptLinks {
	position: absolute;
	height: auto;
	width: 140px;
	left: 474px;
	top: 115px;
	padding: 5px;
	border: thin groove #006633;
	background-color: #D5DFD9;
}

#collegeInfo {
	position: absolute;
	width: 140px;
	left: 473px;
	top: 550px;
	background-color: #FFFFFF;
	padding: 5px;
	border: thin groove #006633;
}
