BODY {
	margin: 0px;
	background-color: #F5F3EE;
}

BODY, TD, P, DIV {
	font: 11px Arial, Helvetica,sans-serif;
	color: #333;
	line-height: 140%;
}

UL {
	margin: 0px;
	list-style-type: square;
	margin-left: 2em;
	padding-left: 0px;
	margin-bottom: 2em;
}

UL LI {
	padding-left: 0px;
}

UL LI A {
	text-decoration: none;
	color: #333;
}

.bluelink {
	color: #000066;
	text-decoration: underline;
}

#container {
	border: 1px solid #666;
}


#homepage {
	background-image: url(../images/bgcolor_tan.JPG);
	background-repeat: repeat-xy;
}


#content {
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	background-color: white;
	
}

#syllabuscontent {
	padding-top: 20px;
}

#syllabuscontent P,
#syllabuscontent UL,
#syllabuscontent OL,
#syllabuscontent DIV {
	padding-left: 40px;
}

#syllabuscontent LI P{
	padding-left: 0px;
}

/*
#syllabuscontent TABLE {
	
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 90%;
}

#syllabuscontent TABLE TD {
	padding: 5px;
}
*/

#footer {
	border-top: 1px solid #DEC6A8;
	background-color: #FCFAF5;
	height: 41px;
}

#subnav {
	background-color:#FCFAF5;
	height: 55px;
	border-bottom: 1px solid #DEC6A8;
}

#pagenav {
	font-size: 10px;
	text-align: right;
}

#pagenav UL {
	margin-top: 0px;
	color: #000066;
	list-style-type: none;
}

#pagenav UL LI {
	padding-left: 0px;
	margin-left: 0px;
}

#pagenav A {
	color: #000066;
	text-decoration: underline;
	font-size: 10px;
}

#title {
	margin-bottom: 25px;
}

#anchorlist LI {
	margin-bottom: 3px;
}

IMG {
	border: 0px;
}

DL.bulletlist {
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 10px;
}


DL.bulletlist DT {
	font-weight: bold;
	margin-top: 14px;
}

DL.bulletlist DT A {
	color: #333;
	text-decoration: none;
}

DL.bulletlist DD {
	margin-left:1.7em;
	padding-left: 0px;
}

.goldheader {
	color: #996600;
}

.backtotop {
	text-align: right;
	font-size: 10px;
}

A {
	color: #000066;
}

.greenheader {
	color: #003300;
	font-weight: bold;
}
	
.syllabusheader {
	color: #663300;
	padding-left: 0px !important;
	font-weight: bold;
}
	
.pdfdownload {
	margin-top: 25px;
}

.pdfdownload A{
	color: #333;
}


.teachingheader {
	color: #003300;
	padding-left: 0px !important;
	font-weight: bold;
}



.teachingtitle {
	text-transform: uppercase;
	font-weight: bold;
}

.teachingmeta {
	font-style: italic;
}

.teachingmeta A {
	color: #333;
	font-style: normal;
}

.phototable {
	width: 0;
	border: 0px solid white;
	padding-left: 30px;
}

.phototable IMG {
	border: 1px solid black;
}
.phototable .caption {
	font-size: 10px;
	text-align: center;
}

.contentindent {
 	margin-left: 45px;
}	

/*
A[href="#"] {
	color: red;
}
*/