/* 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 */
<style type="text/css">
/*
===============
DEFAULT STYLES:
===============*/

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

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

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;  
}


p.pagename  {
  color: #ffffff;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  text-align: right;
  letter-spacing: 4px; 
}
/*formerly 333399*/
a:link { 
  color: #4145A0;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

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

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

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

/* 
==================
MENU CLASS STYLES:
==================
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
====================
HEADER CLASS STYLES:
====================

======
HEAD 1
======*/

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

h1  {
  color: #333333;
  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*/

/*
======
HEAD 2 
======*/
.h2  {
  color: #333333;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt; 
}


h2  {
  color: #333333;
  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; 
}
/*
======
HEAD 3 
======*/

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

h3  {
  color: #333333;
  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; 
}


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

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

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

a.h4:hover {
   color: #FF0000;
	text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
}

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

/*{ 
  color: #659FC7;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24pt; 
} */




/*not working:
a.h4:hover { 
  color: FF0000;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

a.h4:active { 
  color: FF0000;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}
*/

/*end h4*/

/*=========
HEAD 5 ((same as P - just bold) */
/*h4*/
.h5  {
  color: #333333;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold; 
}

/*default (content) 
"CLASS" styles that are the same as default styles   3C4456*/
.p  {
  color: #333333;
  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;
}


/*end default (content)*/

/*styles dhc copied from 3w website*/


.pdcticon1 {
	padding-top: 12px;
	padding-right: 12px;
	text-align: left;
	left: auto;
}

.presssource {
  color: #666666;
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt; 
}


/*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?? */

P, TD {
	font-family : Arial, Geneva,sans-serif ;
	font-size : 10pt;
}
H4 {
	color : #333333;
	font-family : Arial, Geneva, sans-serif;
	font-size : 115%;
}
A:Hover {
	text-decoration: underline;
	color: red;
}	

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

/* LINKS ON INDEX PAGE ONLY*/
a.index:link { 
  color: #4145A0;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: normal; 
}

a.index:visited { 
  color: #4145A0;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; 
}

a.index:hover { 
  color: #6469D5;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

a.index:active { 
  color: #4145A0;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; 
}

/*INDEX PAGE: regular-sized links (paragraph default size) */
a.indexsmall:link {
  color: #4145A0;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal; 
}

a.indexsmall:visited { 
  color: #4145A0;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}

a.indexsmall:hover { 
  color: #6469D5;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

a.indexsmall:active { 
  color: #4145A0;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}

/*IMAGES - in page indicate like: <img src="sunset.gif" class="floatLeft">*/

img.floatRight { 
    float: right; 
    margin: 8px; 
}

img.floatLeft { 
    float: left; 
    margin: 8px; 
}


</style>
