/* Main stylesheet for the Saint Rita web site - "stylesheet-sr.css"   
  last updated January 31, 2003  
 Normal unvisited, visited and hover link presentation */
A:link {
background: transparent; 
color: #0000FF;              
text-decoration: underline;
}

A:visited {
background: transparent; 
color: #663399;              
text-decoration: underline;
}

A:hover {
background: transparent; 
color: #990000;              
text-decoration: underline;
}

/* Site wide BODY style rule */
body	{	
background-color: #EEEEEE;
background-image: url("../images/srbg.gif");
background-repeat: repeat;
	font-size:	1em;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.58;
	}	

ADDRESS.nav {
border: thin; 
border-color: #339966; 
border-style: solid; 
font-size: 12pt
}

H1 {
background: transparent; 
padding: 0; 
font-size: 24pt; 
color: #000000;
}

H2 {
background: transparent; 
font-size: 20pt; 
padding: 0; 
color: #000000;
}

H3 {
background: transparent; 
font-size: 16pt; 
padding: 0; 
color: #000000;
}

/* Generic Horizontal Ruler class */
HR {
background: transparent; 
clear: both; 
color: #cc3333;
}

/* Style rule for the first paragraph */
p.first {
text-indent: 0.5in;
}

/* Style rule for paragraph without any background image */
.nobg {
background: #FFFFFF
}

/* Style rule for paragraph with a transparent background */
.bgtrans {
background: transparent
}

/* Style rule for a basic paragraph */
p {
background-image: url("../images/greylt.gif"); 
border:  thin; 
padding: 0; 
text-align: left; 
text-indent: 0
}

table {
color: black; 
width: auto;
}

table.center {
margin-left: auto; 
margin-right: auto;
}

th {
background-color: #cccccc; 
text-align: center;
}

td {
background-image: url("../images/greylt.gif"); 
text-align: left;
}

td.main {
background-image: url("../images/srbg.gif"); 
text-align: left;
}

 td.schtbltxt {
 text-align: CENTER; 
 vertical-align: BOTTOM; 
 font-size: 80%;
 }
 td.schtblnames {
 text-align: LEFT; 
 vertical-align: BOTTOM; 
 font-size: 80%;
 }
 td.schtblborder {
 text-align: CENTER; 
 vertical-align: BOTTOM; 
 background:#C0C0C0;
 }

ul, ol {
background-image: url("../images/greylt.gif")
}

.footer {
font-size:  smaller
}

.right {
text-align: right;
}

.center {
text-align: center; 
margin-left: auto; 
margin-right: auto;
}

.clear {
background-image: none;
}

.ital {
font-style: italic;
}

B {
font-weight: bold;
}
.b {
font-weight: bold;
}

/* Load image without display */
.hiddenPic {
display:none;
}

/* white text */
p.white {
color: #ffffff;
}

/*    The rest of the items on this page are commented out,
	however, they may be useful in the future.                  
 Internal NAME unvisited, visited and hover link presentation
A.internal:link    { background: transparent; color: #3333cc;
                     text-decoration: none; }
A.internal:visited { background: transparent; color: #cc3333;
                     text-decoration: none; }
A.internal:hover   { background: transparent; color: #339900;
                     text-decoration: none; }                     
 Style rule for "larger" text
BIG.larger { font-size: larger; }    
 Style rule for "emphasized" text
EM.emphasized { font-style: italic; }    
 Style rules for the document main header
H1.page-header { background: transparent; color: #3333cc;
                 padding: 0; font-family: Geneva, Helvetica, Arial, sans-serif;
                 font-size: 1.2em; text-align: right; } 
 Style rules for the document location header
H2.page-location { background: transparent; clear: both; color: #3333cc;
                   font-family: Geneva, Helvetica, Arial, sans-serif;
                   font-size: 1em; padding: 0;
                   text-align: right; } 
 Style rules for the document section headers
H3.section-header { background: transparent #cccccc; color: #3333cc;
                    padding: 4px; font-size: 1.2em;
                    border: 3px solid #cc3333; text-align: center;
                    font-family: Geneva, Helvetica, Arial, sans-serif; } 
 Style rule for the CSSPG logotype
IMG.logo { float: left; }           
 Style rules for the SSI included site wide footer
DIV.foot-base { border: none; padding: 0 1%; width: 98%; }
DIV.foot-img { border: none; float: left; padding: 1%;
               height: 31px; width: 88px; }         
 Style rule for pre formatted rendering of white-space
PRE { white-space: pre; }           
 Style rule for "smaller" text
SMALL.smaller { font-size: smaller; }    
 Style rule for "strong-emphasized" text
STRONG.strong-emphasis { font-weight: bold; }   
 end of file for "stylesheet-sr.css"    */
