@charset "UTF-8";

/******************************************************************************
 **                                                                          **
 **      The Following CSS Styles Relate to the structure of HomePage.       **
 **                                                                          **
 ******************************************************************************/
/* STRUCTURE :: id="SectionContent" :: Left Column Positioning/Spacing In 2-Column Layout. */
#LeftColumn {
	float:				left;
	width:				380px;
	margin:				10px;
}

/* STRUCTURE :: id="SectionContent" :: Right Column Position/Spacing In 2-Column Layout. */
#RightColumn {
	width:				380px;
	float:				left;
	margin:				10px;
}

/* STRUCTURE :: id="SectionContent" :: Spacing Around Main Image. */
#SnapShotPadding {
	height:				207px;
	margin:				0px 0px -11px 0px;
    padding-top:        35px;
}

/* FORMATTING :: id="SectionContent" :: Border Around Main Image. */
img.SnapShot {
	border:				2px solid #0F4D92;
}


/******************************************************************************
 **                                                                          **
 **      The Following CSS Styles Relate to the links on the HomePage.       **
 **                                                                          **
 ******************************************************************************/
/* LINKS :: <a class="HomePage"></a> :: Link To Department Home Page. */
.Department, a.Department:link, a.Department:visited, a.Department:active {
	color:				#0F4D92;
	font-weight:		normal;
}

a.Department:hover {
	color:				#0F4D92;
	text-decoration:	overline;
	font-weight:		normal;
}

/* LINKS :: <a class="HomePage"></a> :: Link to University Home Page. */
.University, a.University:link, a.University:visited, a.University:active {
	color:				#0F4D92;
	font-weight:		normal;
}

a.University:hover {
	color:				#0F4D92;
	text-decoration:	none;
	font-weight:		normal;
}

/* LINKS :: <a class="HomePage"></a> :: Link to Work Address. */
.WorkAddress, a.WorkAddress:link, a.WorkAddress:visited, a.WorkAddress:active {
	color:				#0F4D92;
	font-weight:		normal;
}

a.WorkAddress:hover {
	color:				#0F4D92;
	text-decoration:	none;
	font-weight:		normal;
}

/* LINKS :: <a class="HomePage"></a> :: Link to School Email. */
.SchoolEmail, a.SchoolEmail:link, a.SchoolEmail:visited, a.SchoolEmail:active {
	color:				#0F4D92;
	text-decoration:	none;
}
