@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container {
	width: 1024px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffffff;
	background-image: url(images/header-underneath.jpg);
	background-repeat: repeat-x;
} 
.thrColFixHdr #header {
	background: #ffffff;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.thrColFixHdr #header2 {
	background-image: url(images/header-underneath.jpg);
	background-repeat: no-repeat;
	padding-left: 210px;
	padding-top: 10px;
	height: 32px;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 156px; /* padding keeps the content of the div away from the edges */
	background-color: #cccccc;
	background-image: url(images/sidebar-green-repeat.jpg);
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.other-menu-buttons {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 158px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin-right: 30px;
	margin-top: 0px;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
}

.thrColFixHdr #sidebar3 {
	float: right;
	width: 207px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding: 0px;
	margin-right: 5px;
	
}

.thrColFixHdr #sidebar4 {
	float: right;
	width: 205px;
	background-color: #ffffff;
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 600px;
	
}

.thrColFixHdr #sidebar5 {
	float: right;
	width: 158px;
	background-color: #ffffff;
	background-repeat: repeat;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 29.5px;
	background-image: url(images/menu/quick-link-brown-background.gif);
	margin-left: 24.5px;
	
}

.thrColFixHdr #sidebar6 {
	float: left;
	background-color:#ffffff;
	width: 850px;
	margin-left: 15px;	
}
.maincopy {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #000000;
	line-height: normal;
	letter-spacing: 0em;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	left: 0px;
}

.thrColFixHdr #mainContent {
	float: left;
	width: 580px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

MAJOR & Career Selection----------------------------------------------------------------------------------------------------- 

#FWTableContainer984333978 {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px;
	width:156px;
	height:52px;
	text-align:left;
}

#MMMenuContainer0009104402_0 {
/* This ID is related to the master menu div for menu MMMenuContainer0009104402_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:156px;
	top:0px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0009104402_0 {
/* This class defines things about menu MMMenu0009104402_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#000000;
	border:2px solid #916b4a;
	width:191px;
	height:114px;
}

.MMMIFVStyleMMMenu0009104402_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0009104402_0 */
	border-top:2px solid #000000;
	border-left:2px solid #000000;
	border-bottom:2px solid #000000;
	border-right:2px solid #000000;
	width:191px;
	height:30px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:181px;
	height:20px;
}

.MMMIVStyleMMMenu0009104402_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0009104402_0 */
	border-top:0px;
	border-left:2px solid #000000;
	border-bottom:2px solid #000000;
	border-right:2px solid #000000;
	width:191px;
	height:28px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:181px;
	height:20px;
}

#MMMenu0009104402_0_Item_0 {
/* Unique ID for item 0 of menu MMMenu0009104402_0 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0009104402_0_Item_1 {
/* Unique ID for item 1 of menu MMMenu0009104402_0 so we can set its position */
	left:0px;
	top:30px;
}

#MMMenu0009104402_0_Item_2 {
/* Unique ID for item 2 of menu MMMenu0009104402_0 so we can set its position */
	left:0px;
	top:58px;
}

#MMMenu0009104402_0_Item_3 {
/* Unique ID for item 3 of menu MMMenu0009104402_0 so we can set its position */
	left:0px;
	top:86px;
}

#MMMenuContainer0009104402_0 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0009104402_0 a {
/* Controls the general apperance for menu MMMenuContainer0009104402_0's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:center;
	vertical-align:middle;
	padding:3px;
	background-color:#ac8564;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0009104402_0 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0009104402_0 */
	color:#ac8564;
	background-color:#000000;
}

JOBS/INTERNSHIPS----------------------------------------------------------------------------------------------------- 
td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

#FWTableContainer1303141025 {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px;
	width:155px;
	height:55px;
	text-align:left;
}

#MMMenuContainer1023141304_0 {
/* This ID is related to the master menu div for menu MMMenuContainer1023141304_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:155px;
	top:3px;
	visibility:hidden;
	z-index:300;
}

#MMMenu1023141304_0 {
/* This class defines things about menu MMMenu1023141304_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#333333;
	border:1px solid #000000;
	width:191px;
	height:126px;
}

.MMMIFVStyleMMMenu1023141304_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu1023141304_0 */
	border-top:1px solid #007073;
	border-left:1px solid #007073;
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	width:191px;
	height:26px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:183px;
	height:18px;
}

.MMMIVStyleMMMenu1023141304_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu1023141304_0 */
	border-top:0px;
	border-left:1px solid #007073;
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	width:191px;
	height:25px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:183px;
	height:18px;
}

#MMMenu1023141304_0_Item_0 {
/* Unique ID for item 0 of menu MMMenu1023141304_0 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu1023141304_0_Item_1 {
/* Unique ID for item 1 of menu MMMenu1023141304_0 so we can set its position */
	left:0px;
	top:26px;
}

#MMMenu1023141304_0_Item_2 {
/* Unique ID for item 2 of menu MMMenu1023141304_0 so we can set its position */
	left:0px;
	top:51px;
}

#MMMenu1023141304_0_Item_3 {
/* Unique ID for item 3 of menu MMMenu1023141304_0 so we can set its position */
	left:0px;
	top:76px;
}

#MMMenu1023141304_0_Item_4 {
/* Unique ID for item 4 of menu MMMenu1023141304_0 so we can set its position */
	left:0px;
	top:101px;
}

#MMMenuContainer1023141304_0 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer1023141304_0 a {
/* Controls the general apperance for menu MMMenuContainer1023141304_0's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#8f6848;
	text-align:center;
	vertical-align:middle;
	padding:3px;
	background-color:#000000;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}
a.links:link {
	color: #007073;
	font-family: Tahoma, Arial;
	font-size: 14px;
	text-decoration: underline;
}
a.links:visited {
	color: #007073;
	font-family: Tahoma, Arial;
	font-size: 14px;
	text-decoration: underline;
}
a.links:hover {
	color: #ac8564;
	font-family: Tahoma, Arial;
	font-size: 14px;
	text-decoration: underline;
}
a.links:active {
	color: #007073;
	font-family: Tahoma, Arial;
	font-size: 14px;
	text-decoration: underline;
}

#MMMenuContainer1023141304_0 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer1023141304_0 */
	color:#000000;
	background-color:#916b4a;
}
.larger-letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	padding-left: 15px;
}
.maincopyTEAL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008080;
	text-decoration: underline;
}
.menu-button {
	border-right-width: 0.5px;
	border-right-style: inset;
	border-right-color: #000000;
}
.navigation-small-at-top {
	font-family: Tahoma, Arial;
	font-size: 9px;
	color: #007073;
}
a.sm-nav-links:link {
	color: #007073;
	font-family: Tahoma, Arial;
	font-size: 9px;
	text-decoration: underline;
}
a.sm-nav-links:visited {
	color: #007073;
	font-family: Tahoma, Arial;
	font-size: 9px;
	text-decoration: underline;
}
a.sm-nav-links:hover {
	color: #ac8564;
	font-family: Tahoma, Arial;
	font-size: 9px;
	text-decoration: underline;
}
a.sm-nav-links:active {
	color: #007073;
	font-family: Tahoma, Arial;
	font-size: 9px;
	text-decoration: underline;
}

.pictureborder {
	border: 1px solid #000000;
}
.bookmark {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	text-decoration: underline;
}
.skinnyBARtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	float: right;
	padding-right: 30px;
}
.disclaimer {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
	margin-left: 0px;
}

