html, body {
	margin: 0em;
	padding: 0em;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #444444;
	color: #333333;
}

body {
	min-width: 1000px; 
	background: #FFF url(/media/img/body_bg_green.png) repeat-y top left;
}

p, li, th, td {
	font-size: 100%;
	line-height: 1.5em;
	color: #333;
}

li ul {
    font-size: 1.25em;
}

img {
	border: none;
}


#banner {
	background: #a1aa6d url(images/banner_extender_sm.png) repeat-x;
	width: 100%;
	height: 108px;
	margin: 0px;
	padding: 0px;
}
/*
#banner #search_form {
	position: absolute;
	top: 38px;
	right: 25px;
	text-align: right;
}*/

#navigation {
	float: left;
	width: 200px;
	padding: 20px;
	padding-top: 1.625em;
}

#navigation h1 {
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	margin: 0em;
	border-bottom: 2px solid #F2F2F2;
}
	
#navigation h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0em;
	border-bottom: 1px solid #a1aa6d;
}
#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.88em;
	font-weight: bold;
	line-height: 1.85em;
}

#navigation li a {
	text-decoration: none;
	color: #684871;
;
}

#navigation li a:visited,
#navigation li a:active {
	color: #684871;
}

#navigation li a:hover {
	text-decoration: underline;
		color: #a1aa6d;
}


#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.45em;
	font-weight: bold;
	color: #684871;
	text-align: left;
	margin: 0.25em 0em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	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: 0em 2em 5em 0px;
}

#content h3 {
	font-size: 1em;
	font-weight: bold;
	color: #690;
}

#content h4,
#content #biglist h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #381963;
}

* html body #content {
	height: auto;
	height: 25em;
}

#content.column {
	padding-right: 200px;
}

#content p.question {
    font-weight: bold;
}

#content p.answer {
    padding-left: 25px;   
}

#content p.quote {
    padding-left: 50px;
    padding-right: 50px;
}

#content #biglist h3 {
    font-size: 0.9em;
    font-weight: bold;
}

#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: 0.5em 0em 1em 1em;
	float: right;
	text-align: center;
}

#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: 12em;
	clear: both;
	width: 100%;
border-top: 5px solid #CCCCCC;
  
	background-color: #444444 ;
}

#footer span.school_name {
	font-size: 115%;
	color: #CCCCCC;
}
#footer img {
	float: left;
	margin: 20px 55px 20px 35px;
	vertical-align: middle;
}
#footer p {
	font-size: 0.8em;
	line-height: 1.75em;
	color: #CCCCCC;
	padding-top: 20px;
}
#footer a {
	color: #FFFFFF;
    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: 1em;
color: #FFFFFF;
font-weight: bold;
font-variant: normal;
}

.medium {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color: #3A3E23;
font-variant: normal;
}
#schedTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
/*color: #666666;*/
}
#schedTable a {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}
#schedTable a:link{
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color: #3A3E23;
text-decoration: underline;
}
#schedTable a:hover{
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color: #666666;
text-decoration: none;
}
#schedTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #dddddd;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-right-width: thin;
	border-bottom-color: #a1aa6d;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #a1aa6d;
}
#schedTable th {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}
.expanded {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
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;
}

/*
Modifications made by trort
*/
#navigation h1 {
	display: none;
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	margin: 0em;
	border-bottom: 2px solid #F2F2F2;
}

#navigation {
	float: left;
	width: 180px;
	padding: 20px;
	padding-top: 1.625em;
}

#navigation li {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
}

#navigation li a {
	text-decoration: none;
	color: #684871;
	display:block;
	height:1.5em;
	padding: 5px 5px 20px 20px;
}

#navigation li a:visited,
#navigation li a:active {
	color: #684871;
}

#navigation li a:hover {
	background: #EEE;
	text-decoration: none;
	color: #a1aa6d;
}