/***** HTML Selectors *****/
/* Colors: #D3D3AB;, #E5E5CD; #59594A */
body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: .75em;
	width: 55em;
        margin: 5em;
        margin-top: 2em;
        color: black;
        padding-top: 1em;
        border: .25em double silver;
        padding: 2em;

        -moz-border-radius: 2em;  
        border-radius: 2em; /* covers safari */

        -moz-box-shadow: 3em 3em 10em rgba(0, 0, 0, .5);
        -webkit-box-shadow: rgba(0,0,0,.5) 3em 3em 10em; 
} 

#wholeDocument {
	padding: .95em;
	/* DISABLED background-color: #ABCBBB;  */
}

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

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: .95em;
}

#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);
	border-style: none;
        font-size: 1.10em;
}

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

#content #topics {
   margin-left: 12em;
}

#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 {
	border-bottom-style: double;
	border-bottom-width: .25em;
	border-bottom-color: #36393D;;
	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;
        font-size: .85em;
        margin-left: -2em;
}

#headerTwo #semester {
	font-variant: small-caps;
        font-weight: bold;
	font-size: 1.95em;
	margin-left: 2.95em;
}

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


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

#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;
        border-style: solid;
        border-width: .125em;
        border-color: gray;
        text-align: center;
}

#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: collapse;
        width: 97%;
}

#schedulePageTable td {
        width: 9em;
}

#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;
}

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

.resourcesList {
   margin-left: 14em;
}

.basicTable {
    border-style: solid;
    border-width: .125em;
    border-color: gray;
    text-align: center;
}

td, th { border: .125em solid gray} 
