/*    
    Full Printing Stylesheet for MEALAC
    This stylesheet is only used by CSS compliant browsers which understand the
    @import command.
    
    Peter Schwartz, 11.21.02
*/

/*Block Definitions*/
body
{
	background: #fff;
	color: #000;
}

.pagetitle
{
	position: relative;
	margin: 20px 20px 10px;
	padding: 10px;
	border: none;
	background: transparent;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	/*font-weight: 500;*/
}

.nav
{
display: none;
}

.main
{
	position: relative;
	margin: 0px 25px 0px;
	padding: 10px;
	border: none;	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
}

.address
{
	position: relative;
	margin: 0px 100px 0px;
	padding: 10px;
	border: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: 500;
	text-align: center;
	color: inherit;
	background: inherit;
}

.hidden { display: none; }

/* .wrapper exists and can be used.  Everything in the <body> tag is within
    a <div class="wrapper">. */

/*Inline Elements*/
a:link
{
	color: #000;
	background: inherit;
}

a:active
{
	color: #000;
	background: inherit;
}

a:visited
{
	color: #000;
	background: inherit;
}

a:hover
{
	color: #000;
	background: inherit;
}

strong { font-weight: bold; }

dt
{
	font-weight: bold;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}


/*Text Styles*/
h1, h2, h3, h4, h5, h6 { font-family: Palatino, Georgia, "Times New Roman", Times, serif; }
h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }

h5
{
	font-weight: bold;
	font-style: italic;
}

h6 { font-style: italic; }

/*Text Styles for Faculty/Staff Listings and Personal Pages*/
.name { font-size: 1.2em; }

.nameh1
{
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: 500;
}

.title { font-size: 1.1em; }
.specialty { font-style: italic; }
.office { }
.phone { }
.hours { }
.email { }

/*Text Styles for Course Listings */
.coursetitle
{
	font-size: 1.1em;
	font-weight: bold;
}

.courseinfo { }
