/****************************************
*  Site css definitions
****************************************/

html, body {
  background-color:#E1E1B2;
  text-align:center;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:10pt;
}

table.wide {
  width:900px;
}

td.nav {
  width:25%;
}

td.nav_left {
  border-color:#666600;
  border-style:solid;
  border-width:thin;
  border-right:none;
  width:30px;
  height:50px;
  padding:5px;
}

td.nav_right {
  border-color:#666600;
  border-style:solid;
  border-width:thin;
  border-left:none;
  width:100%;
  height:50px;
  font-weight:bold;
}

tr #selected {
  background-color:#666600;
  color:#FFFFFF;
}

td.welcome {
  background-color:#CCCC66;
  border:double thick #666600;
  vertical-align:middle;
  color:#666600;
  font-size:26pt;
  font-weight:bold;
  padding:3px 3px 3px 10px;
}

td.list {
  background-color:#CCCC66;
  border:double thick #666600;
  vertical-align:middle;
  color:#666600;
  font-size:16pt;
  font-weight:bold;
  padding:3px;
}

td.content {
  background-color:#CCCC66;
  border-style:double;
  border-color:#666600;
  vertical-align:top;
}

td.contact{
  border:#666600 double thick;
  text-align:center;
}

td.side_border {
  border:thin solid #666600;
}

td.tips {
  margin:0 5px 0 5px;
  padding:0 10px 0 20px;
}
  
/******************************
  Text Options
*******************************/

p {
  font-style:italic;
}

p.contact{
  color:#000000;
  font-size:11px;
  text-align:center;
  font-style:normal;
}

p.header {
  font-style:italic;
  color:#666600;
}

p.side_smaller {
  font-style:normal;
  font-size:11px;
  padding:0 5px 0 5px;
}

p.plain {
  font-style:normal;
}

td.content p {
  padding:0 5px 0 5px;
}

h1 {
  color:#666600;
  font-size:22pt;
  padding:0 0 0 10px;
  vertical-align:middle;
}

h2 {
  color:#666600;
  padding:0 0 0 10px;
}

h3 {
  color:#666600;
  padding:0 0 0 2px;
}

h3.contact{
  color:#666600;
  text-align:center;
}

h4.contact{
  color:#666600;
  text-align:center;
}

h4 {
  color:#666600;
}

h5 {
  color:#666600;
}

/******************************
  Image Options
*******************************/

img.inline {
  display:inline;
}

img.border {
  border:#666600 thick solid;
}

/******************************
  Link Styles
*******************************/

a:link, a:visited {
  text-decoration:none;
  color:#336633;
}

a.change:link {
  text-decoration:none;
  color:#000000;
}

a.change:visited {
  text-decoration:none;
  color:#000000;
}

