﻿* {
    padding: 0;
    margin: 0;
}
body {
	font-size: 95%;
	font-family: verdana, helvetica, arial, sans-serif;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	color: white;
}

p {
	margin-top: .5em;
	text-indent: 2em;
}
h1 {
	text-align: center;
	font-size: 2em;
	font-style: italic;
}
a {
	color: white;
}
a.externalLink {
	text-decoration: none;
	border-bottom: 1px dashed;
}
body { 
	background: url(../images/bkgd.gif) repeat; 
}
.intro {
	font-size: 1.5em;
	font-family: verdana, helvetica, arial, sans-serif;
	color: white;
	font-style: italic;
	text-align: center;
	text-indent: 0;
}
.logo {
	margin: 5px;
}
.logo img {
	border: none;
}
address {
	margin: 0 0 5px 0;
	text-indent: 0;
}

.firstlet:first-letter {
	font-weight: bold;
	font-size: 150%;
	/* color: green; */
}

#copyright {
	   display: block;
	   padding-top: 1em;
	   margin-top: 2em;
	clear: both;
	font-size: 75%;
}
#copyright img {
	border: none;
	float: left;
	/* display: block; */
	width: 44px;
}
#copyright img:hover {
	width: 88px;
}

#nav {
    
}

#nav p {
	width: 180px;
	float: left;
}

#nav ul {
	margin-top: 0;
	float: left;
	width: 180px;
	/* padding: 10px; */
	clear: left;
	background: url(../images/bkgd.gif) repeat-y; 
}

#nav .butn {
	list-style: none outside;
	padding: 0;
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	line-height: 60px;
	background: url(../images/butn.gif);
	width: 200px;
}
#nav .butn .subbutton {
	text-align: right;
	font-size: 50%;
	position: absolute;
}
#nav .hasSubButtons #students:hover {
	display: block;
}
#nav .linkless {
	background: url(../images/butn-b.gif);
	color: black;
}
#nav .butn a {
	width: 200px;
	height: 60px;
	text-decoration: none;
	color: white;
}
#nav .butn a:hover {
	background: url(../images/butn.gif);
	color: #f90;
}

#main {
	margin-left: 210px;
	
}

#main p {
}