@charset "iso-8859-1";
/* FILE: caci1.css */
/* AUTHOR: John Hredzak */
/* Style Sheet for Catholic Alumni Clubs International website, www.caci.org */

/********* GLOBAL *********/
BODY {
  background-image: url(./bkgrnd.gif);
  text-align: center;
  }
H3 {
  text-align: center;
  color: #ffff66;
  background-color: #3366cc;
  font-size: 12pt;
  margin-top: 30px;
  padding: 2px;
  }
H4 {
  text-align: center;
  font-size: 11pt;
  }
A:link    { color: #0000ff; }
A:visited { color: #0000ff; }
A:active  { color: #990099; }
A:hover   { color: #ff0000; }
/*********  PAGE *********/
.page
  {
  width: 760px;
  text-align: center;
  border-right: 2px solid #0000cc;
  }
/********* MAIN *********/
.main {
  width: 620px;
  text-align: left;
  color: #000000;
  background-color: #ffffff;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 10pt;
  padding: 25px 10px;
  }
TABLE.main {
  width: auto;
  padding: 0px;
  }
.firsthdng {  margin-top: 0px; }
/********* LEFT SIDE *********/
.side {
  width: 120px;
  color: #ffffff;
  background-color: #0000cc;
  padding: 0px;
  }
TABLE.menu {
  color: #ffff00;
  width: 120px;
  text-align: left;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 8pt;
  font-weight: bold;
  border-top: 1px solid #ffff00;
  }
TABLE.menu TD {
  height: 27px;
  padding: 0px 4px;
  border-style: solid;
  border-width: 0px 1px 1px;
  border-color: #ffff00;
  text-decoration: none;
  }
.side A {
  text-decoration: none;
  line-height: 1.0em;
  }
.side A:link    { color: #ffff00; }
.side A:visited { color: #ffff00; }
.side A:active  { color: #ffff00; }
.side A:hover   { color: #ff0000; }
/********* TOP *********/
.head {
  color: #ffff00;
  background-color: #0000cc;
  font-family: Century Gothic, Arial, Helvetica, Sans-Serif;
  font-size: 18pt;
  font-weight: bold;
  padding: 4px;
  }
.caci {
  font-size: 14pt;
  color: #ffffff;
  }
/********* BOTTOM *********/
.botmenu {
  background-color: #cccccc ;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 7.5pt;
  padding: 3px;
  }
.foot {
  color: #cccccc;
  background-color: #0000cc;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 7pt;
  padding: 1px;
  }
