/***** HTML Selectors *****/
/* Colors: #D3D3AB;, #E5E5CD; #59594A */
body {
 	font-family: Arial, Helvetica, sans-serif;
	/* background-image: url(../images/background.jpg); */
	font-size: .80em; 
	background-color: #D3E2C5; 
	color: #36393D;
	width: 56.5em;
	margin: 5em;
	margin-top: 2em;
	border-width: .1em;
	border-style: none;
	border-color: silver;
	padding: 0em;

} 

h1, h2, h3, h4, h5, h6 {
	font-variant: small-caps;
	display: inline;
	text-decoration: underline;
}

table {
	text-align: center;
}

th {
}

td {
}

legend {
	font-style: italic;
	font-size: 1.1em;
}

/***** Layout Logic *****/

#navigation {
	float: left;
	margin-right: 1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 17em;
	border-bottom-style: double;
	border-bottom-width: .25em;
	border-bottom-color: silver;
	border-top-style: double;
	border-top-width: .25em;
	border-top-color: silver;
}

#navigation ul {
	list-style-type: none;
	padding: 1em;
	font-size: 1em;
}

#navigation li {
	/* background-image: url(../images/texturizedPattern.jpg);  */

	height: 1.5em;
	border-bottom-style: groove;
	border-bottom-width: .17em;
	border-bottom-color: silver;
	text-align: center;
}

#navigation li:hover {
	/* background-image: url(../images/backgroundTwo.jpg); */
	list-style-image: url(../images/handPointer.png);
}

#content {
	margin-top: 1em;
	border-bottom-style: none;
	overflow: visible;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 1em;
	padding: .10em;
	border-top-style: solid;
	border-top-width: .1em;
	border-top-color: silver;
	border-bottom-style: none;
	border-bottom-width: .1em;
	border-bottom-color: silver;
	height: 3em;
	margin-top: 1em;
}

#footer ul {
	list-style: none;
}

#footer li {
	display: inline;
	border-right-style: solid;
	border-right-width: .05em;
	border-right-color: gray;
	padding-right: .3em;
	padding-left: .25em;
}

#footerLastLi li {
	display: inline;
	border: none;
}

/***** Page Components *****/
#headerOne {
	border-bottom-style: double;
	border-bottom-width: .25em;
	border-bottom-color: silver;
	border-top-style: double;
	border-top-width: .25em;
	border-top-color: silver;
	padding-top: .3em;
}

#headerOne #globe1 {
	width: 6em;
	height: 6em;
	margin-left: 1em;
	border-style: none;
}

#headerOne #globe1:hover {
	width: 6em;
	height: 6em;
	margin-left: 1em;
	border-width: .012em;
	border-right-style: solid;
	border-left-style: solid;
}

#headerOne #deptcs {
	width: 437px;
	height: 47px;
	margin-left: 4em;
	border-style: none;
	vertical-align: 1em;
}

#headerOne #deptcs:hover {
	border-width: .012em;
	border-right-style: solid;
	border-left-style: solid;
}

#headerTwo {
	padding-top: .3em;
}

#headerTwo #semester {
	font-family: serif;
	font-variant: small-caps;
	font-size: 1.75em;
	font-style: italic;
	vertical-align: .2em;
        margin-left: 3.25em;
}

#headerTwo #searchBoxArea {
	margin-left: 1em;
	display: inline;
	font-size: .85em;
	/* font-style: italic; */
	font-weight: bold;
}

#headerTwo #searchBoxArea fieldset {
	display: inline;
	border-style: outset;
	padding: .15em;
	background-image: url(../images/backgroundTwo.png);
}

#headerTwo #searchBoxArea #search {
	width: 12em;
	border-style: ridge;
	border-width: .25em;
}

#headerTwo #searchBoxArea #goButton {
	width: 4em;
	height: 1.4em;
}

#headerTwo img {
	width: 17em;
	height: 12em;
}

#headerThree {
	padding-top: 1em;
}

#headerThree #firstImage {
	width: 18.5em;
	height: 13em;
}

#headerThree #secondImage {
	width: 18.5em;
	height: 13em;
}

#headerThree #thirdImage {
	width: 18.5em;
	height: 13em;
}

/* Optional information for time area field */
/* Add <input id="timeArea" type="text"/> in html */
#timeArea {
	float: left;
	color: #59594A;
	border-style: none;
	width: 19em;
	font-size: 1.05em;
	font-style: italic;
	background-image: url(../images/sandstone.jpg);
}

/***** Classes *****/


/***** Hypertext Links *****/
a:link {
	color: #75753E; 
	font-weight: bold;
	text-align: center;
}

a:visited {
	color: gray;
}

a:hover {
	color: red;
}

a:active {
	color: blue;
}

/***** Specific Pages *****/
#indexPageAnnouncements {
	float: right;
	width: 38em;
	max-height: 15em;
	overflow: auto;
	margin-bottom: 2em;
}

#indexPageAnnouncements ul {
	padding: .3em;
	margin: 0;
	list-style: none;
	border-width: .25em;
	border-style: double;
	border-color: silver;
}

#indexPageAnnouncements li {
	padding-bottom: .5em;
}

#syllabusPageWeights {
	margin-left: 22em;
}

#syllabusProjects {
	margin-left: -12.4em;
}

#schedulePageImage {
	width: 36em;
	height: 23em;
	border-style: solid;
}

#schedulePageNote {
	margin-left: 23em;
}

#schedulePageTableArea {
	clear: left;
	width: 55.5em;
	overflow: auto;
}

#schedulePageTable {
	text-align: center;
	border-collapse: separate;
	width: 100%;
}

#schedulePageTable caption {
	font-size: x-large;
	text-decoration: underline;
}

#schedulePageTable ul {
	list-style-type: none;
	padding-left: 0em;
}

#staffPageCoordinator1 {
	margin-top: 1em;
}

#staffPageCoordinator2 {
	margin-top: 2em;
}

#staffPageTAs {
	clear: left;
}

#staffPageTAsTable1 img {
	width: 4em;
	height: 5em;
	border-width: 0;
}

#resourcesPageRightSection h2, h3{
	display: block;
}

#resourcesPageRightSection ul {
	list-style: none;
}

#resourcesPageBottomSection {
	clear: left;
}

#openClosedPolicyPage ul {
	margin-left: 17em;
	list-style: circle;
}

.centeredParagraph {
	text-align: center;
}
