/*/////ST. CALLISTUS SCHOOL STYLE SHEET

///////General Page Set-up and Internet Explorer Scroll Bar Definition*/
body {background-color: #ffffff;
	  color: #000000;
	  font-family: Verdana, Helvetica, Arial, sans-serif;
	  scrollbar-face-color: #101f87;
	  scrollbar-highlight-color: #ffff99;
	  scrollbar-arrow-color: #fffbbb;
	  scrollbar-darkshadow-color: #000066;
	  scrollbar-3dlight-color: #fff0bb;
	  scrollbar-track-color: #ffffe0;
	  scrollbar-base-color: #6699cc;
	  margin: 0px;
	  padding: 0px;
	  }

/*This is to remove image padding in Netscape, Opera, Safari, and other browsers*/
.nopad {border: 0px;
	   padding: 0px;
	   margin: 0px;
	   }

/*/////Horizontal Rule, navy blue color*/
HR {
    height:2px;
    color:#00009B;
    background:#00009B;
    margin: 0px;
    border: 0px;
    padding: 0px;
    }

/*/////Text formatting*/
h2 {font-size: 24px;
   text-align: center;
   color: #101f87;
   }
h3 {font-size: 18px;
   text-align: center;
   }
p,li {font-size: 14px;
	 }
p.big {font-size: 24px;
	  font-weight: bold;
	  text-align: center;
	  }
p.info {font-size: 18px;
	   font-family: "Times New Roman", Times, serif;
	   font-style: italic;
	   text-align: center;
	   }
p.note {font-size: 12px;
	   }
p.small {font-size: 10px;
		}
P.caption {font-size: 13px;
		  font-weight: bold;
		  text-align: center;
		  }
P.nav {font-size: 13px;
	  font-weight: bold;
	  }

/*/////No wrap, keeps text together on same line, good for phone numbers and hyphenated words.*/
.nospace {white-space: nowrap;
		 }

/*/////Text sizes and color*/
.bigger {font-size: 20px;
		}
.bigest {font-size: 24px;
		}
.navy {color: #101f87;
	  }
.normal {font-size: 14px;
		}
.msmall {font-size: 12px;
	   }

/*/////Text Positioning or Weight*/
.bold {font-weight: bold;
	  }
.center {text-align: center;
		}
.centerbold {font-weight: bold;
			text-align: center;
			}
.left {text-align: left;
	  }
.right {text-align: right;
	   }
.justify {text-align: justify;
		 }

/*/////Navigation Link Colors; must be in l,v,h,a order to work*/
a.nav:link {font-size: 14px;
		   color: #ffde00;
	  	   text-decoration: none;
		   }
a.nav:visited {font-size: 14px;
			  color: #6699ff;
			  text-decoration: none;
			  }
a.nav:hover {font-size: 14px;
			color: #ffffff;
		    background-color: #101f87;
			text-decoration: none;
			}
a.nav:active {font-size: 14px;
			 color: #ffffff;
			 background-color: #101f87;
			 text-decoration: none;
			 }

/*/////Standard Link Colors; must be in l,v,h,a order to work*/
a:link {color: #101f87;
	   }
a:visited {color: #101f87;
		  }
a:hover {color: #ffde00;
		background-color: #101f87;
		text-decoration: underline;
		}
a:active {color: #ffde00;
		 text-decoration: none;
		 }

/*/////RCS Logo Link Colors; must be in l,v,h,a order to work*/
a.rcs:link {font-size: 14px;
		   color: #ffde00;
	  	   text-decoration: none;
		   }
a.rcs:visited {font-size: 14px;
			  color: #6699ff;
			  text-decoration: none;
			  }
a.rcs:hover {font-size: 14px;
			color: #ffffff;
		    background-color: #ffffff;
			text-decoration: none;
			}
a.rcs:active {font-size: 14px;
			 color: #ffffff;
			 background-color: #ffffff;
			 text-decoration: none;
			 }

/*/////Two slashes for single line comments doesn't work. For a comment on a 
line by itself use: Slash Asterisk then Asterisk Slash for single or multi-line 
comments. NO NESTED COMMENTS, must have a style between each or they are nested.*/
