@charset "utf-8";
/* Note: the order of styles roughly matches the order in which they appear in the HTML */
/* See Content.css for styling for the main content. */

body { 
  background-color: white; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    margin-left: 0; margin-top: 0; 
    max-width: 1000px; 
}

/* Keep all the link pseudo tags together here */
a:link { color: #0080B0; }
p.bottomMenu a:link { color: #0080B0; } 

a:visited { color: #6677AA; }    

a:hover { color: #990000; }
p.bottomMenu a:hover { color: #990000; } 

/* The following styles handle the top header bar on the CCS home page */    
tr.header td { 
  background-image: url(images/Template/HomeOfWN.jpg); background-repeat: no-repeat; 
  text-align: right; 
  padding-right: 1.2em; 
}    
    
tr.header img {
  vertical-align: bottom; 
}    
    
/* These styles handle the red bar on the left of the screen */    
td.leftBar {
  vertical-align: top; 
}
    
td.leftBar table {
  border-collapse: collapse;
  width: 100%; 
}

/* These styles are for the blue menu links on the left of the screen */
/*  menu0a and menu0b are for the blank red area above the menu */
.menu0a { 
  background-color: #5C0B1C; background-image: url(images/Template/RedCurveBig.gif); background-repeat: no-repeat; }
.menu0b { 
    background-image: url(images/Template/RedCurveSm.gif); background-repeat: no-repeat; }

/* The contact class is used for the white contact information on the left below the menu */
.contact { 
  color: white;
  font-size: 80%;
  text-align: center; 
	border: none;
  background: #5C0B1C; 
  padding: 0.8em 0.2em 0.8em 0.2em;  /* trbl */
}
.small { 
  font-size: 80%; }
.contact a { 
  text-decoration: none; 
  color: white; }

/* This style fills in the bottom of the left bar area with red */
.leftBarBottom { 
  background-color: #5C0B1C; 
  height: 220px; 
  border-right: none; }

/* See Content.css for td.content styles */

h1 {
	font-size: 150%;
	font-weight: bold;
	color: #700E21;
	font-style: italic;
	padding-right: 1.2em;
	text-align: right;
	margin: 0;
}

p.copyright { 
  font-size: 90%; font-weight: bold; 
    text-align: center; 
    margin-top: 0.7em; 
    padding-top: 0.3em;
  border-top: 2px solid #0080B0;    
}
    
.SmallCaps {
	font-variant: small-caps;
}
