/***** HTML Selectors *****/
/* Colors: #D3D3AB;, #E5E5CD; #59594A */
body {
        font-family: "Times New Roman", Arial, Arial, sans-serif;
	font-size: .82em; 
	/* color: #695959; */
	color: black;
        background-image: url(../images/backgroundBrick.jpg);
        width: 57.5em;
	margin: 5em;
	margin-top: 2em;
	padding: 0em;
} 

#shadowWholeDocument {
    background: url(../images/grayRectangle.png);
    padding-right: .65em;
    padding-bottom: .65em;
}

#wholeDocument {
     padding-top: 1em;
     background-image: url(../images/basicColor.jpg);
     border: 1px solid gray;
     padding-left: 1em;
}

h1, h2, h3, h4, h5, h6 {
	font-variant: small-caps;
	text-decoration: underline;
}

table {
	text-align: center;
}

th {
}

td {
}

legend {
	font-style: italic;
	font-size: 1.1em;
}

/***** Layout Logic *****/
#navigation {
	float: left;
	margin-right: 2em;
	margin-left: 0em;
	margin-top: .40em;
        margin-bottom: 1em; 
	width: 12em;
}

#navigation ul {
	list-style-type: none;
	font-size: 1em;
}

#navigation li {
	height: 1.5em;
	width: 12.5em;
	margin-left: -3em;
	text-align: center;
	border-style: solid;
	border-width: .1em;
	border-color: gray;
	margin-top: .09em; 
        background-image: url(../images/ButtonColor.png);
        background-repeat: repeat-x;
}

#navigation li:hover {
	list-style-image: url(../images/handPointer.png);
        width: 13em;
}

#content {
        margin-top: 1em;
        margin-right: .5em;
}

#content #introTopics {
   margin-left: 11.80em;
}

#content #courseCoordinator {
   clear: both;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 1em;
	height: 5em;
}

#footer ul {
	list-style: none;
}

#footer li {
	display: inline;
	border-right-style: solid;
	border-right-width: .05em;
	border-right-color: #36393D;;
	padding-right: .3em;
	padding-left: .25em;
}

#footerLastLi li {
	display: inline;
	border: none;
}

/***** Page Components *****/
#headerOne {
}

#headerOne #globe1 {
        width: 8em;
        height: 7em;
	margin-left: 1em;
	border-style: none;
}

#headerOne #globe1:hover {
        width: 8em;
        height: 7em;
	margin-left: 1em;
	border-width: .012em;
	border-right-style: solid;
	border-left-style: solid;
}

#headerOne #deptcs {
	width: 462px;         /* 40em; 465px; */
	height: 50px;        /* 4em; 55px */
	margin-left: 2.75em;
	border-style: none;
	vertical-align: .9em;
}

#headerOne #deptcs:hover {
	border-width: .012em;
	border-right-style: solid;
	border-left-style: solid;
}

#headerTwo {
        height: 2em;
}

#headerTwo #courseTitle {
        margin-left: .7em;
        width: 53.5em; 
        height: 3em;
}

#headerThree {
	padding-top: 1em;
	margin-left: .9em;
}


#headerThree #firstImage {
	width: 700px;
	height: 200px;
        margin-left: .25em;
}

#headerThree #secondImage {
	width: 18em;
	height: 13em;
}

#headerThree #thirdImage {
	width: 18em;
	height: 13em;
}

/***** Classes *****/

/***** Hypertext Links *****/
a:link {
	color: brown; 
	font-weight: bold;
	text-align: center;
}

a:visited {
	color: blue;
}

a:hover {
	color: orange;
}

a:active {
	color: yellow;
}

/***** Specific Pages *****/
#indexPageAnnouncements {
	float: right; 
	width: 40em;
	max-height: 9em;
	overflow: auto;
	margin-top: 1em;
	margin-bottom: 2em;
	margin-right: 0em;
	padding-right: .25em;
}

#indexPageAnnouncements ul {
	padding: .3em;
	margin: 0;
	list-style: none;
	border-width: .25em;
	border-style: double;
	border-color: #36393D;;
}

#indexPageAnnouncements li {
	padding-bottom: .5em;
}

#syllabusPageWeights {
	margin-left: 22em;
}

#schedulePageImage {
	width: 36em;
	height: 23em;
	border-style: solid;
}

#schedulePageNote {
	margin-left: 23em;
}

#schedulePageTableArea {
	clear: left;
	width: 55em;
	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;
}

.centeredParagraph {
	text-align: center;
}

.centeredElement {
	text-align: center;
}

#archiveList {
	list-style-type: none;
}

.resourcesList {
   margin-left: 14em;
}

#firstAnnouncement {
	color: red;
	font-size: 1.45em;
}

