.logoHeader
{
	background-color:#000066;
	color:#ffffff;
	font-size:0.8em;
}
.logoHeader div
{
	background-color:#000066;
	color:#ffffff;
}

.menu
{
	margin-left: 4px;
	color:#ffffff;
	font-size:0.8em;
}

#menuHeading
{
	background-color:#000066;
	background-image: url(/images/menuGradient.gif);
	background-repeat: repeat-x;
	padding: 4px;
	text-align:right;
}

#menuItem
{
	text-align:right;
	background-color:#ffffff;
	color:#000066;
	border: 1px solid black;
}

#menuItem div a
{
	text-decoration:none;
}

#headerItem
{
	float:right;
	text-align:right;	
	vertical-align: middle;
	background-color:#ffffff;	
	font-size:0.75em;
	margin-right: 1em;
	margin-top:0.15em
}

#headerItem a
{
	color:#000066;
	text-decoration:none;
}

body
{
	color: #000000;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:1em;
}

div
{
	color: #000000;
	background-color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:1em;
}

h1, h2
{
	color:#000066;
}

h3, h4, h5, h6 ,dt
{
	color:#666699;
}

h1, h2, h3, h4
{
	font-weight:bold;
}

h1
{
	margin-left:20px;
}

h2, h3, h4, h5, h6
{
	margin-left:0px
}
	
h1, h2
{
	margin-right:20px;
	margin-top:24px;
	margin-bottom:0px;
}

h3
{
	margin-top:18px;
	margin-right:0px;
	margin-bottom:6px;
}

h4, h5, h6
{
	margin-top:10px;
	margin-right:0px;
	margin-bottom:5px;
}

h1
{
	font-size: 130%;
}

h2, h3, h4, h5, h6{font-size: 100%;}

form
{
	margin:0px;
}

a:link
{
	color: #000066;
	text-decoration:none;
}

a:visited
{
	color: #000066; 
	text-decoration:none;
}

a:hover
{
	color: #000066;
	text-decoration:underline;
}

#content
{
	margin-top:15px;
	margin-left:20px;
	margin-right:1em;
}

p, pre, dl,address
{
	margin-top:15px;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:5em;
}

li
{
	margin-left:1em;
	margin-right:1em;
	margin-top:0.3em;
}

#parlist p
{
	margin-left:0em;
	margin-right:0em;

}

#themelist p
{
	margin-left:0em;
	margin-right:0em;
        margin-top: 0px;
        margin-bottom: 0px;
        list-style: none;
}

ol.contentsList
{
	margin-left:0em;
	margin-right:0em;
        margin-top: 0px;
        margin-bottom: 0px;
        list-style: decimal;
}

ol.appendixList 
{
	margin-left:0em;
        list-style: upper-latin;
	margin-right:0em;
        margin-top: 0px;
        margin-bottom: 0px;
}

em,dt
{
	font-weight:bold;
	font-variant:normal;
}

/*
dt
{
	font-style: italic;
}
*/

/* The course calendar */

/* the main table */
#calendar
{
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
}

#calendar_day
{
	font-size: 7pt;
        width: 14px;
	color: #000066;
	background: #FFFFFF;
	border: 1px solid #000066;
}

#calendar_month
{
	font-size: 8pt;
        height: 32px;
	color: #000066;
	background: #FFFFFF;
	border: 1px solid #000066;
}

#calendar_weekday
{
	font-size: 7pt;
        width: 14px;
	background: #CCCCCC;
	color: #000066;
}

#calendar_weekend
{
	font-size: 7pt;
	background: #BBBBDD;
        width: 14px;
        color: #000066;
}

#calendar_blank
{
	font-size: 8pt;
	color: #FFFFFF;
	background: none;
}

#calendar_item
{
	font-size: 8pt;
	text-decoration: none;
}

#calendar_outline
{
	font-size: 8pt;
	background: #FFFFFF;
	border: 1px solid #000066;
}

#nav
{
        margin-left: 0px;
        font-size: 100%;
	color: #777600;
}

#nav a
{
	color: #777600;
}

#emph
{
	color: #907600;
}

#emph a
{
	color: #907600;
}

#lowerroman
{
        list-style: lower-roman;
        margin-top: 4px;
        margin-bottom: 4px;
}

#upperalpha
{
        list-style: upper-alpha;
        margin-top: 4px;
        margin-bottom: 4px;
}
       
#loweralpha
{
        list-style: lower-alpha;
        margin-top: 4px;
        margin-bottom: 4px;
}
       
#schedule
{
        list-style: lower-roman;
}
       
#capitalLetters
{
        list-style: upper-alpha;
}
       
#plainList
{
        list-style: none;
}
       
#longitems li
{
        margin-top: 6px;
        margin-bottom: 6px;
        margin-left: 0px;
        margin-right: 20px;
}

#longitems li p
{
        margin-top: 6px;
        margin-bottom: 6px;
        margin-left: 0px;
        margin-right: 20px;
}
       

