html{
	padding: 0px;
	border: thin solid #000;
	margin: 40px;
	}
body {
	
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	border:medium #000;
}
#container #header h1 {
	background-color: #660000;
	line-height: normal;
	background-repeat: no-repeat;
	word-spacing: normal;
	text-align: right;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	text-indent: 25px;
	font-style: italic;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#container #footer {
	background-image:url(http://people.smu.edu/mrispoli/logo_smu_f.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color:#29407C;
	clear: both;
	padding-left: 45px;
	font-size: 9px;
	height: 46px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #D08504;
}
#container #content {
	clear:both;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
	padding-top: 40px;
	padding-bottom: 40px;
}
#container #nav {
	width:100%;
	float:left;
	height:25px;
	text-align:left;
	list-style-type:none;
	background-image:url(http://people.smu.edu/mrispoli/button.png);
	background-repeat:repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
div#nav a{
	text-decoration:none;
	padding-left:45px;
	padding-right:45px;
	padding-top:10px;
	padding-bottom:10px;
	}
div#nav ul{
	border:0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 30px;
	}
div#nav li{
	border:0;
	float: left;
	border-right:1px solid #000;
	border-left:1px solid #000;
	list-style-type:none;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#29407C;
	}
div#navlistmenu li:first-child{
	border-left:1px solid #000;
	}
div#nav a:hover{
	color:#F33;
	}

#container #content h2 {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-style: inset;
	border-bottom-width: thin;
	border-bottom-color: #000;
}
div#content{
	background-image:url(http://people.smu.edu/mrispoli/409_smu-logo.png);
	background-repeat:no-repeat;
	background-position:center;
	padding:20px;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-style: none;
	border-bottom-style: none;
	}
div#nav li:hover{
	background-image:url(http://people.smu.edu/mrispoli/buttonin.png);
	background-repeat:repeat;
	color:#FFF;
	}
div#container{
	border:medium #000;
	}
*html div#nav ul{
	float:left;
	border-left:1px #000;
	margin-left:15px;
	}
*html a {
	display:block;
	}
div#nav a:visited{
	color:#660000;
	}
div#nav a:link{
	color:#29407C;
}

