
body{
background-color:#E6E0FF;
}

#header {
    /*background: #ccc;*/
  }


h1 {
background-color:#CFC4FF;  
/*background-color : #a3a3cc; light purple */
    color : #332d69;
    font-family : Arial,Helvetica,sans-serif;
    font-size : 140%;
    font-weight : bold;
text-align: center;
  }

newsTitle {

color : #332d69;    
font-family : Arial,Helvetica,sans-serif;
    font-size : 110%;
    font-weight : bold;
text-align: center;
  }


p {
    color : #332d69; 
/*background-color: #C2B0FF;  Light purple */
background-color:#CFC4FF;
    font-family : Arial, Helvetica, 'sans-serif';
  }


h6 {
    font-size: larger;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 0%;
    color: #4a4a5e;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
  }


address {
    color : #993399;
    font-family : "Times New Roman",Times,serif;
    font-size : small;
  }

/*
#navigation1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 10em;
}
#navigation2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 10em;
}
*/

#navigation1 {
 font-family : Arial,Helvetica,sans-serif;  
float: left;
font-size : 70%;
    /*width: 10em;*/
width: 10em;
text-decoration:none;

/*
border: 1px solid #778;	*/
  }


#navigation1 ul li 
a:link:hover, a:visited:hover {
 color: #777;
 background-color: #ccc;
}
a:link {text-decoration:none;
color : #332d69;}
/*
a:link {background-color:#B2FF99;}
a:visited {background-color:#FFFF85;}
a:hover {background-color:#FF704D;}
a:active {background-color:#FF704D;} 
*/

ul, li {
    list-style-type: none;
}

li, a { 
background: url(/buttons/blueButton.gif);
/*background-image: url('/buttons/blueButton.gif');*/
/*border: 0.1em solid gray; */
font-size: 21px;
/* border:gray; */
}

#navigation2 {
 font-family : Arial,Helvetica,sans-serif;
float: right;
    width: 10em;
  }


#content {
    /*margin-left: 10em; */
    margin: 0 10em;
  }

