/*Elements*/

body {
	font-family : Verdanna, Helvetica, Arial, sans-serif;
	color: black;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 10px; 
	margin-right: 15px;
	margin-left: 15px;
	}

h1 {
	color : #063; 
	font-weight : bold;
	font-variant: small-caps;
	font-size: 125%;
}

h2 {
	color : #063; 
	font-weight : bold;
	font-variant: small-caps; 
	font-size: 120%;
}

h3 {
	color : #063; 
	font-weight : bold; 
	font-variant: small-caps;
	font-size: 110%;
}

img { border: 2px solid #036; }

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

ul {  line-height : 130%; }
ol {  line-height : 130%; }
li {  line-height : 130%; }

/*class selectors - font specifications*/

.smallfont { display: none;  }
.bold   {  	font-weight: bold; }
.italics  {  font-style: italic; }
.bi  { font-style: italic;  font-weight: bold; }

/*class selectors - color specifications*/

.blue { color : #00F;  font-weight : bold;}
.red { color : #F00;  font-weight : bold; }
.dg { color : #063; font-weight : bold; }
.hrcolor   { color: #093; }

/*class selectors - background color specifications*/

.bg-blue { background-color: #09C; }
.bg-lt-blue { background-color: #CFF; }
.bg-lt-gr { background-color: #6C6; }

#page {	background-color: white; }
	
#page a:link:after, #right a:visited:after { 
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   
#page a[href^="/"]:after { content: " (http://www.mtstcil.org" attr(href) ") "; }

#footercontainer { display: none; }
#url { margin-top: 5px; color : #063; font-weight : bold; }
#nav { display: none; }
.skip { display: none; }
.img { display: none; }
