
/********************************************************
These are the style rules controlling the normally used elements:
body, headers,paragraphs, tables etc.  Any special class or id designations 
for these elements will be listed in the sections below
********************************************************/
html {
}

body 
{
background-color: #FFFFFF;
font-size: .85em; 
font-family: Arial, Verdana, Helvetica, Sans-Serif; 
color: #000;
line-height: 18px;
margin: 10px;
padding: 0;
}

h1 
{
font-size: 1em; 
font-family: Arial, Verdana, Helvetica, Sans-Serif;
color: #000000;
padding: 5px;
text-align:center;
}

h2 
{
line-height:1em;
margin: 10px 10px 10px 0;
font-size: 1.3em; 
color: #000;
background-color: none;
padding: 0 5px;
border: 0;
}

h3 {
color: #000;
font-size: 1em;
font-weight: bold;
}

p, ol, ul
{ 
line-height: 18px;
}




/**********************************************************
These are the style rules controlling various classes:  these
are rules that only apply when a particular class or id name is noted in an
html tag.  For example, <p class="menu"> 
***********************************************************/


p.menu 
{ 
font-weight: bold; 
text-align: center;
}

h3.title 
{ 
text-align: center;
font-size: 1.3em; 
color: #000000;
font-weight: bold;
}

.mod {
font-size: .75em;
color: #000000;
background-color: #fff;
}

.ischool {
text-align: center;
}

.course {
	margin: 0 0 0 110px;
	padding: 30px 0;
	color: #000000;
	font-size: 2em;
	line-height: 24px;
	text-align:left;}
	
.coursetitle {
	color: #FFF;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;}

.program {
	font-size: 1em;
	font-style: italic;
	width: 100px;
	position: absolute;
	top: 15px;
	left: 650px;
	background-color: transparent;
	border: 0;}



/*********
IDs
**********/

#wrapper, #maincontent {
width: auto;
margin: 0 5%;
padding: 0;
border: 0;
background: transparent none;
}

#skipnav{
font-size: .75em;
display: none;
}


#banner {
background-color: #A0522D;
background-image: url('dmlislogo.gif');
background-repeat:no-repeat;
background-position: left top;
display: none;
}


#fontswitcher {
padding: 10px;
background-color: #000000;
text-align: center;
display: none;
}

#menu
{
text-align: left;
background-color: #A0522D;
color: #FFEFD5;
width: 200px;
float: left;
padding: 20px 10px;
display: none;
}


/********************************************************
These are the style rules controlling all 
anchors in other pages. 
********************************************************/

a:link, a:visited, a:active
{
text-decoration: none;
color: #000000;
font-weight: bold;
}


a:hover       
{	
text-decoration: underline;
color: #000000;
font-weight: bold;
}

#menu a:link, #menu a:visited, #menu a:active
{
color: #FFEFD5;
}

#menu a:hover {

}

.toTop a, .toTop a:link, .toTop a:active   {
color: #000000;
font-size: .75em;
}

.toTop a:hover {

}

/********************************************************
These are the style rules controlling all tables. 
********************************************************/

table         {
border: 1px solid #000;
width: 95%;
border-collapse: collapse;
}

td, th {
border: 1px solid #000;
border-collapse: collapse;
padding: 5px;
}