/*
	              cream: FDF5E6 (OldLace)
	        light green: 788A51
	         dark green: 49572A
	borders and accents: C7912B
*/
body
{
	margin: 0;
	padding: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	
	color: #FDF5E6;
	background-image: url(images/background.gif);
	background-color: #FDF5E6;
}

/********************************************************
******************** Skip to content ********************
*********************************************************/

div#content_jump
{
	margin: 0;
	padding: 0;
	visibility: hidden;
	speak: normal;
}

div#content_jump a:link,
div#content_jump a:visited
{
	color: #788A51;
}

div#content_jump a:hover
{
	color: #49572A;
}

/********************************************************
************************* Header ************************
*********************************************************/

div#header
{
	margin: 0;
	padding: 0;
	text-align: center;
	
	background-color: #788A51;
	border-top: 1px solid black;
	border-bottom: 1px solid #C7912B;
}

div#header p
{
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-variant: small-caps;
}

/********************************************************
******************        Menu        *******************
****************** (Based on MiniTab) *******************
*********************************************************/

div#header div#menu ul
{
	list-style-type: none;
	padding: 1em 0 5px 0;
	margin: 0;
}

div#header div#menu ul li,
div#header div#menu ul li a:link,
div#header div#menu ul li a:visited
{
	display: inline;
	padding: 0 0.5em 0 0.5em;
	font-variant: small-caps;
	text-decoration: none;
	
	color: #FDF5E6;
}

div#header div#menu ul li a:hover
{
	width: 100%;
	padding-bottom: 2px;
	
	color: #FDF5E6;
	border-bottom: 4px solid #C7912B;
}

/********************************************************
************************ Content ************************
*********************************************************/

div#content
{
	margin: 0;
	padding: 0 1em 0 1em;
	background-color: #49572A;
	overflow: hidden;
}

div#content p
{
	margin: 0;
	padding: 0.25em 0 1em 0;
}

div#content a:link,
div#content a:visited
{
	color: #FDF5E6;
	font-variant: small-caps;
	text-decoration: none;
	border-bottom: 1px dotted;
}

div#content a:hover
{
	color: #FDF5E6;
	text-decoration: none;
	border-bottom: 1px solid;
}

/********************************************************
************************ H1 to H4 ***********************
*********************************************************/

div#content h1,
div#content h2,
div#content h3,
div#content h4
{
	margin: 0;
	padding: 0.3em 0 0.3em 0;
	font-weight: bold;
	clear: both;
}

div#content h1 { font-size: 32px; }
div#content h2 { font-size: 24px; }
div#content h3 { font-size: 18px; }
div#content h4 { font-size: 14px; }

/********************************************************
************************* Footer ************************
*********************************************************/

div#footer
{
	margin: 0 0 1em 0;
	padding: 0;
	text-align: center;
	line-height: 1.5em;
	overflow: hidden;
	
	color: black;
	background-color: #788A51;
	border-top: 1px solid #C7912B;
	border-bottom: 1px solid black;
}

div#footer p.copyright
{
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 200%;
}

div#footer a img
{
	display: inline;
	border: 0px;
	text-decoration: none;
}

div#footer a:link,
div#footer a:visited
{
	color: black;
	font-variant: small-caps;
	text-decoration: none;
	border-bottom: 1px dotted;
}

div#footer a:hover
{
	color: black;
	text-decoration: none;
	border-bottom: 1px solid;
}

/********************************************************
******************* Course Definitions ******************
*********************************************************/

div#content p.requirements,
div#content p.notes
{
	margin: 0;
	padding: 0;
	font-style: italic;
}

div#content p.desc
{
	margin-left: 1.5em;
}

/********************************************************
********************** Course Table *********************
*********************************************************/
div#content table
{
	width: 100%;
	text-align: left;
}

div#content table caption
{
	font-weight: bold;
	line-height: 200%;
	font-size: 24px;
	text-align: left;
}

div#content table th
{
	font-weight: bold;
}

/********************************************************
************************** Forms ************************
*********************************************************/
div#content form fieldset
{
	width: 28em;
}

content form legend
{
}

div#content form label
{
	width: 10em;
	float: left;
	padding-right: 0.25em;
	text-align: right;
}

div#content form input,
div#content form textarea
{
	width: 20em;
}

div#content form input.button
{
	width: 10em;
}

/********************************************************
************************** DL's *************************
*********************************************************/
/*div#content dl
{
	clear: both;
	overflow: hidden;
}

div#content dl dt
{
	float: left;
	width: 5em;
	margin: 0;
	padding: 0 0.25em 0 0;
	text-align: right;
	font-weight: bold;
	clear: left;
}

div#content dl dd
{
	margin: 0;
	padding: 0;
	overflow: hidden;
}*/

/********************************************************
************** Preventing E-Mail Harvesting *************
*********************************************************/
span.quoth,
div#the,
span#raven,
div.nevermore
{
	display: none;
	visibility: hidden;
}

span.quoth:after { content: "Quoth"; }
div#the:after { content: "the"; }
span#raven:after { content: "Raven,"; }
div.nevermore:after { content: "Nevermore!"; }

/********************************************************
********************** Publications *********************
*********************************************************/

div#content ul.publication
{
	display: block;
/*	float: left;*/
	width: 25em;
	padding-bottom: 1em;
	margin-left: 1em;
	list-style-type: none;
}

div#content ul.publication li
{
	margin: 0;
	padding: 0;
}

div#content ul.publication li.title
{
	font-weight: bold;
	font-style: italic;
}

div#content ul.publication li.where
{
}

div#content ul.publication li.location
{
}

div#content ul.publication li.when
{
}

/********************************************************
************************* Links *************************
*********************************************************/

div#content dl.links
{
	display: block;
	list-style-type: none;
}

div#content dl.links dt,
div#content dl.links dd
{
	margin: 0;
	padding: 0;
}

div#content dl.links dt
{
	font-weight: bold;
	font-style: italic;
}

div#content dl.links dd
{
	margin-left: 1em;
	padding-bottom: 1em;
}