/* Created by: John L. Zepp */
/* Date: 15 May 2002 */
/* Copyright: Pratt & Whitney 2002 */
/* Created for use with Volunteers CD */
/* Internet Explorer 4+ safe version */
/* <LINK REL="stylesheet" type="text/css" href="volunteer.css" title="CSS for IE 4+"> */
/* Link Properties */
A {
    color : gold;
    text-decoration : none
}
A:HOVER {
    background-color : white;
    color : black;
    text-decoration : underline
}
/* Page Properties */
BODY {
    background : black;
    color : gold;
    font-family : Arial,"MS Sans Serif",geneva,sans-serif;
    font-size : 11pt;
    }
/* Element formating */
H1,H2,H3 {
    border-bottom : medium inset #FFCC00;
    text-transform : capitalize
}
HR {
    color : silver;
    }
TABLE{
	font-size : 11px;
}
LI.events {
	list-style : square outside;
	font-size : 14pt;
	padding : 10px 0px 10px 5px;
}
LI.sq {
	list-style : square outside;
	padding-bottom : 8px;
	font-style : italic;
	font-size : 12pt;
}
IMG.border {
	border : medium inset #FFD700;
}
P.center {
	padding : 5px 5px 5px 5px;
	text-align : center;
}
P.left {
	text-align : left;
	text-indent : 2em;
}
P.right {
	text-align : right;
}
P.justify {
	text-align : justify;
    text-indent : 2em;
}
/* Text formating */
.banner {
	color : black;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : x-large;
	padding : 20px 5px 10px 5px; /* top rt bot lft*/
	text-align : center;
}
.browser {
	color : silver;
	font-size : xx-small;
	font-weight : normal;
	text-align : right;
}
.closewin {
    color : blue;
    font-family : Arial, Helvetica, sans-serif;
    font-size : x-small;
    font-weight : normal;
    text-align : center
}
.copyright {
    color : blue;
    font-family : Arial, Helvetica, sans-serif;
    font-size : x-small;
    font-weight : normal;
    text-align : center
}
.cour {
    color : navy;
    font-family : "Courier New", Courier, monospace;
    font-size : 11pt;
}
.letter {
	color : Teal;
	font-family : "Courier New", Courier, monospace;
	font-style : italic;
	font-size : medium;
	padding : 0px 12px 0px 12px;
	text-indent : 16px;
}
.quote {
    padding : 5px 5px 0px 5px;
    font-style : italic;
    font-size : medium;
    font-weight : bold;
    text-indent : 4px;
    text-align : center;
}
.quotee {
    padding : 0px 5px 5px 5px;
    font-size : x-small;
    font-style : italic;
    text-align : right;
}
.watermark {
    background-image : url(images/logo_bg.jpg);
    background-position : center;
    background-repeat : no-repeat;
}
.sanserif {
    color : navy;
    font-family : Arial,"MS Sans Serif",geneva,sans-serif;
    font-size : 11pt;
}
.serif {
    color : navy;
    font-family : "MS Serif","New York","Times New Roman", Times, serif;
    font-size : 11pt;
}
.symbol {
    color : navy;
    font-family : Symbol;
    font-size : 11pt;
}
.wing {
    color : navy;
    font-family : wingdings;
    font-size : 11pt;
}