@charset "utf-8";
/* CSS Document */

body {
	background-image: none;
	background-color: #FFFFFF;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* DEPARTMENT -- This is the horizontal orange bar where college, department, and unit links live. */

#department-outer {
	background-color: #c65900;
	background-position: center;
	}
#department-inner {
	/* Establishes the width of the Department area and styles it */
	width: 960px;
	margin: 0 auto;
	text-align: center;
	background-color: #c65900;
	}
#department-left {
	/* department-left is the dark orange link directly beneath the UT wordmark.  PLEASE NOTE that the background color is controlled by the link styles (department-left a, a:hover), so if you do not make the word in that department-left a hyperlink, the colors will not display properly.  When creating your navigation, make this the link to YOUR homepage. */
	width: 240px;
	float: left;
	display: inline;
	text-align: left;
	}
#department-left h2 {
	/* Styles the name of the department, college, or unit */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 2.27em;
	font-weight: lighter;
	}
#department-left a {
	/* Styles the name of the department, college, or unit */
	display: block;
	width: 210px;
	color: #FFFFFF;
	background-color: #c65900;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#department-left a:hover {
	/* Styles the name of the department, college, or unit */
	display: block;
	width: 210px;
	color: #FFFFFF;
	background-color: #3E3A31;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	}
#department-right {
	/* department-right is where you can create "breadcrumb navigation."  For example, if the page lists the Ceramics faculty, department-right might include: School of Art > Ceramics > Faculty. This gives users a better sense of how deeply they have dug themselves into a site.  You might also use department-right to feature important or frequently-used links */
	float: right;
	display: inline;
	padding-right: 10px;
	width: 690px;
	color: #ffffff;
	text-align: left;
	line-height: 2.27em;
	font-size: 1.1em;
	background-color: #c65900;
	}
#department-right a {
	/* Styles the links */
	color: #ffffff;
	border-bottom: 1px solid #faac59;
	padding-bottom: 1px;
	}
#department-right a:hover {
	color: #ffffff;
	border-bottom: 1px solid #c65900;
	padding-bottom: 1px;
	}
	


#left-menu { display: none
}

#main-right {
	display: none;
}

#header-left, #header-inner {
	display: none;

} 
#main-content {
	float:left;
	text-align: justify;
	width: 600px;
}

#footer-orange-outer, #footer-orange-inner, #footer-gre
y-outer, #footer-grey-inner, #footer-grey-inner h2, #footer-grey-inner ul li, #footer-grey-inner a, #footer-grey-inner a:hover {

}

