body {
	background-color: #FFFFFF;
              font-family: "palatino Linotype", "Times New Roman";
			  text-align: center;
color:darkblue;
}




#container {
  margin: 0 auto;
  width: 900px;
  text-align: left;
  }
  
.purple { color: #cc0099; } 
.orange { color: #FF3300; }   

h1 {
	text-align: center;
		font-size:250%;
	font-family: "Georgia", "Times New Roman";
}
h2 {
	text-align: center;
		font-size:150%;
	font-family: "Georgia", "Times New Roman";
}

h3.center {
	text-align: center;
	font-size:120%;
	font-family: "Georgia", "Times New Roman";
}

h3 {
	text-align: left;
	font-size:120%;
	font-family: "Georgia", "Times New Roman";
}

h4 {
	text-align: left;
	font-size:100%;
text-decoration: underline;
	font-family: "Georgia", "Times New Roman";
}

p {
		text-align:justify;
}
p.center {
	
	text-align:center
}
p.right {
	
	text-align: right;
}
p.small {
	
	font-size:80%;
}
p.smallcenter {
	
	font-size:80%;
	text-align:center
}
p.smallright {
	
	font-size:80%;
	text-align:right
}
p.smallalignleft {
	
	font-size:80%;
	text-align:left
}
p.large {
	
	font-size:120%;
}
p.largecenter {
	
	font-size:120%;
	text-align:center
}
p.menu {
	
	text-align:left;
	font-weight:bold;
	font-size:75%;
             }



ul.nobullet {
	list-style-type: none;
	font-size: 100%;
	}



table.small {
	font-size: 75%;
	}

A {
color: blue;
text-decoration: none;
font-weight: bold;
}

A:visited {
color: blue;
text-decoration: none;
}

A:hover {
color: red;
}

hr {
	
color:lightblue;
	}






.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 1;
width: 120px; /*WIDTH OF MAIN MENU ITEMS*/
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: white  repeat-x bottom left;
font: bold 12px "palatino Linotype", "Times New Roman";
color: blue;
display: block;
width: auto;
padding: 5px 0;
padding-left: 0px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
border: 1px solid lightblue;
padding:0;
}

.glossymenu li ul li{
float: left;

}

.glossymenu li ul a{
width: 190px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
top: 6px;
right: 20px;
background: transparent url(arrow.gif) no-repeat center right;
font-color: blue;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: blue;
}

.glossymenu li a:hover{
background: lightblue;
color: red;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */