html, body {
	margin: 0em;
	padding: 0em;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #EBECCA;
	color: #333333;
}

body {
	min-width: 1000px; 
	background: #FFF url(/media/img/body_bg_green.png) repeat-y top left;
}

p, li, th, td {
	line-height: 1.5em;
	font-size: .8em;
	font-family: Verdana, Geneva, sans-serif;
}

li ul {
    font-size: 1.25em;
}

img {
	border: none;
}


#banner {
	background: url(EECS_header-new.png);
	width: 100%;
	height: 118px;
	margin: 0px;
	padding: 0px;
}

#navigation {
	float: left;
	width: 200px;
	padding: 20px;
	padding-top: 1.625em;
}

#navigation h1 {
	font-size: 0.875em;
	font-weight: bold;
	margin: 0em;
	border-bottom: 1px solid #a1aa6d;
}

#navigation h1 a{
	font-size: 1em;
	font-weight: bold;
	margin: 0em;
	border-bottom: 1px solid #a1aa6d;
	color: #000000;
}

#navigation img {
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#navigation ul {
	list-style-type: none;
	margin: 1em 0em;
	padding: 0em;
}

#navigation li {
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.85em;
	color: #A1AA6D;
}

#navigation li a {
	text-decoration: none;
	color: #3B430A;
}

#navigation li a:visited,
#navigation li a:active {
	color: #000;
}

#navigation li a:hover {
	text-decoration: underline;
	color: #555E24;
}


#navigation #announcement {
	width: 175px;
	height: 60px;
	background-color: #a1aa6d;
	padding: 0px;
	border: 3px solid #545410;
}

#navigation #announcement p {
    font-size: .9em;
    line-height: .95em;
    font-weight: bold;
    text-align: center;
}

#navigation #announcement a, a:visited, a:active  {
    text-decoration: none;
    color: #FFF;
}

#navigation #announcement a:hover {
    text-decoration: underline;
}

#breadcrumbs {
	background-color: #FFF;
	margin-left: 260px;
	padding: 0.25em 2em 0em 0px;
}

* html body #breadcrumbs {
	margin-left: 263px;
}

#breadcrumbs p.page_title {
	font-size: 1.25em;
	font-weight: bold;
	color: #283202;
	text-align: left;
	margin: 0.25em 0em;
	border-bottom-width: 1px;
	border-bottom-color: a1aa6d;
}

#breadcrumbs p.breadcrumbs {
	font-size: 0.7em;
	color: #999;
	text-align: right;
	border-top: 1px solid #ACA66C;
	margin-top: 0em;
}

#breadcrumbs a:link,
#breadcrumbs a:visited {
	text-decoration: underline;
}

#breadcrumbs a {
    color: #545410;
}

#breadcrumbs a:hover,
#breadcrumbs a:visited:hover {
    color: #000;
}

#breadcrumbs a:visited {
    color: #571963;
}

#content {
	min-height: 25em;
	background-color: #FFF;
	margin-left: 260px;
	padding-top: 0px;
	padding-right: 2em;
	padding-bottom: 5em;
	padding-left: 15px;
}
#content h2 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: normal;
	color: #639;
}


#content h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: normal;
}

#content h4,
#content #biglist h3 {
    font-size: 0.875em;
    font-weight: bold;
}

* html body #content {
	height: auto;
	height: 25em;
}

#content #right_menu {
	width: 225px;
	float: right;
	margin: 0em 0em 0em 1em;
}

#content #right_menu p {
	line-height: 1.35em;
	padding: 1.1em 1.1em 0em 1.85em;
	margin: 0px;
}

#content #right_menu h3.quote {
	font-size:smaller;
	padding: 0.75em 0em;
	line-height: 1.35em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#content #accent_left {
	margin: 0.5em 1em 1em 0em;
	float: left;
	text-align: center;
}

#content #accent_right {
	margin: 1em 1em 1em 1em;
	float: right;
}

#content #accent_left img,
#content #accent_right img {
	margin-bottom: 0.25em;
	border: 1px solid #a1aa6d;
}

#content #accent_right img.noborder {
    border: none;
}

#content #accent_left h3.quote,
#content #accent_right h3.quote {
	width: 225px;
	font-size:0.78em;
	padding: 0.75em 0em;
	line-height: 1.35em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#content #accent_left span.caption,
#content #accent_right span.caption {
	font-size: 0.78em;
	width: 150px;
}

#content a {
	color: #545410;
    text-decoration: underline;
}

#content a:hover,
#content a:visited:hover {
	color: #000;
}

#content a:visited {
	color: #571963;
}

#features {
    float: right;
	width: 150px;
    padding: 20px;
    padding-top: 1.625em;
    font-size: 0.78em;
    text-align: center;
}

#features a {
    color: #545410;
}

#features a:hover,
#features a:visited:hover {
    color: #000;
}

#features a:visited {
    color: #571963;
}

#features img {
	border: solid 1px #000;
}

#features p.caption {
	font-size: 0.85em;
	margin-top: 0.25em;
	margin-bottom: 4em;
}

#footer {
	height: 11.25em;
	clear: both;
	width: 100%;
	background-color: #ECECCA;
}

#footer span.school_name {
	font-size: 115%;
}
#footer img {
	float: left;
	margin: 20px 55px 20px 35px;
	vertical-align: middle;
}
#footer p {
	font-size: 0.68em;
	line-height: 1.75em;
	color: #000;
	padding-top: 20px;
}
#footer a {
	color: #000;
    text-decoration: underline;
}

.curriculum {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
        }
.curriculum TD,
.curriculum TH {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.curriculum TH {
    background-color: #f4f4f4;
}

.bold {
    font-weight:bold;
}

/*
//////  'Schedule' page elements  //////
*/

.mediumWhite {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
font-weight: bold;
font-variant: normal;
}

.medium {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3A3E23;
font-variant: normal;
}
.expanded {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 24px;
letter-spacing: 2px;
font-weight: bold;
}
.publication {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: normal;
	letter-spacing: normal;
	font-weight: normal;
}
