/* CSS Document */

/*
Definitions:
p-beginning styles define: anything haveing to do with the paragraph as a whole versus individual words.  Example: text, how it's lined up, give it margins

a-beginning styles define: a link quality

body: we will only use one "body" style type which we think you define the default background for the whole page; MLG has used it to set a background color, also set a background image what would only go on the sides behind a table (similar to the matte of a photo, or the open curtains of a theatre

h things: are a paragraph-type thing, except it's a header */

body {background-image: url(../images/nobgcolor.jpg); 
background-attachment: fixed; 
}

.body {background-image: url(../images/nobgcolor.jpg); 
background-attachment: fixed; 
}


p.pagename  {
  color: #ffffff;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  text-align: right;
  letter-spacing: 4px; 
}

/* this is what the menu links look like before you touch them
For menu links MLG usually makes the top three: link, active and visited, the same stylistic qualities*/
.menu { 
  color: #A39ECB;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; 
}

a.menu:link { 
  color: #A39ECB;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; 
}
/* active: we don't really know what it means -- maybe when it's thinking and moving to the next page*/
a.menu:active { 
  color: #A39ECB;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; 
}
/* visited: what they look like after you've been there once -- but we keep them looking the same as the regular ones*/
a.menu:visited { 
  color: #A39ECB;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; 
}
/* hover: what they look like while your mouse is over them*/
a.menu:hover { 
  color: #D8D6EA;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; 
}
/*end menu br*/

/*h1 - LARGEST SIZED TEXT*/

.h1  {
  color: #1C1F26;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18pt;
  text-align: center;
}

h1  {
  color: #1C1F26;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18pt;
  text-align: center;
}

a.h1:link { 
  color: #1C1F26;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18pt; 
  text-align: center;
}

a.h1:active { 
  color: #1C1F26;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18pt;
  text-align: center; 
}

a.h1:visited { 
  color: #1C1F26;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18pt; 
  text-align: center;
}

a.h1:hover { 
  color: #659FC7;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18pt; 
  text-align: center;
}
/*end h1*/

/*h2 - SECOND BIGGEST*/
.h2  {
  color: #3C4456;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt; 
}


h2  {
  color: #3C4456;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt; 
}

a.h2:link { 
  color: #3C4456;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt; 
}

a.h2:active { 
  color: #3C4456;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt; 
}

a.h2:visited { 
  color: #3C4456;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt; 
}

a.h2:hover { 
  color: #BBD4F9;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt; 
}
/*end h2*/

/*h3 */
.h3  {
  color: #659FC7;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt; 
}

h3  {
  color: #659FC7;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt; 
}


a.h3:link { 
  color: #22A3FC;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt; 
}


a.h3:visited { 
  color: #22A3FC;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt; 
}

a.h3:hover { 
  color: #659FC7;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt; 
}
/*end h3*/


/*h4*/
.h4  {
  color: #44749C;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold; 
}

h4  {
  color: #44749C;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold; 
}

a.h4:link { 
  color: #44749C;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold; 
}

a.h4:visited { 
  color: #44749C;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; 
  font-weight: bold;
}
/*end h3*/

/*default (content) 3C4456*/
.p  {
  color: #3C4456;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt; 
}

p  {
  color: #3C4456;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt; 
}

.link { 
  color: #3C4456;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

a:link { 
  color: #3C4456;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

a:active { 
  color: #626784;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold; 
}

a:visited { 
  color: #626784;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold; 
}

a:hover { 
  color: #9B9FB1;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt; 
  font-weight: bold;
}
/*end default (content)*/

/*styles dhc copied from 3w website*/
ul{
  list-style: disc;
  color: #3C4456;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;  
}

ol{
  list-style: decimal;
  color: #3C4456;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;  
}
.pdcticon1 {
	padding-top: 12px;
	padding-right: 12px;
	text-align: left;
	left: auto;
}

/*Below are tstyles I (DHC) found embedded in the "Contacts" page.  I assume, since they're the same names as some of the styles already in this document, that something will get screwed up if i just link to this document -- why the fuck did Margaret do this and not saying anything about it?? */
<style type="text/css">
<!--
P, TD {
	font-family : Arial, Geneva,sans-serif ;
	font-size : 10pt;
}
H4 {
	color : #802e00;
	font-family : Arial, Geneva, sans-serif;
	font-size : 115%;
}
A:Hover {
	text-decoration: underline;
	color: red;
}	
-->
</style>

