/*
  p
  red: rgb(184,18,56);
  cream: rgb(205,202,180);
  purple: rgb(79,65,135);
*/
* {
  margin: 0;
  padding: 0;
  font-family: tahoma,sans-serif;
}
a img {border:none;}
body,table {font-size: 10pt;}
body {text-align: center;}
#container {
  text-align: center;
  margin: 0 auto;
  padding: 0px;
  text-align: left;
  width: 950px;
  position: relative;
  top: 0;
  background-color: rgb(205,202,180);
}

/*
#container > div {border: 1px solid #666;}
#container > div > div {border: 1px dashed #999;}
#container > div > div > div {border: 1px dotted #CCC;}
*/

#header {
  background-color: white;
}
table#h-table {
  float:left;
  height:210px;
  left:0px;
  margin:0;
  padding:0;
  position:absolute;
  top:0px;
  table-layout: fixed;
  border:none;
}
  table#h-table td#logo {
    height: 210px;
    width: 222px;
    vertical-align: top;
  }
  table#h-table td#header {
    height: 210px;
    width: 728px;
    vertical-align: top;
  }
* html #left {height: 200px;}
#left {
  width: 222px;
  min-height: 200px;
  float: left;
  position: absolute;
  left: 0;
  top: 210px;
    text-align: right;
  /* background: rgb(184,18,56) url(orbit-red.png) repeat; */
}
  * html #left .menu {width:222px;height:25px;}
  #left .menu:link, #left .menu:visited, #left .menu:active {background-position:top right; color: rgb(184,18,56);}
  #left .menu:hover {background-position:bottom right; background-color: rgb(79,65,135); color: white;}
  * #left a.selected {background-position:bottom right; background-color: rgb(184,18,56); color: white !important;}
  #left .menu {
    text-decoration: none !important;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 212px; /* = [std width]-[h-padding] */
    height: 15px; /* = [std height]-[h-padding] */
    background-repeat: no-repeat;
    display: block;
    text-align: right;
    font-weight: bold;
  }
  
* html #content {height: 1390px;}
#content {
  width: 500px;
  min-height: 1390px;
  margin-left: 222px;
  position: relative;
  top: 210px;
  background-color: rgb(205,202,180);
}
  h1 {font-size: 14pt;font-weight: bold;margin:0 20px 0; color: rgb(184,18,56); padding-top: 10px;}
  h2 {font-size: 12pt;font-weight: bold;margin:12px 20px 0; color: rgb(184,18,56);}
  p {font-size: 9pt;font-weight: normal;margin:7px 20px 0;}
  ul {font-size: 9pt;font-weight: normal;margin:7px 20px 0;padding-left: 20px;}
  #content a:visited, #content a:active, #content a:link {color: rgb(184,18,56);}
  #content a:hover {color: rgb(79,65,135)}
  #content a {
    color: rgb(184,18,56);
    text-decoration: underline;
  }
  .input {
    width: 280px;
  }
  form {
    margin:7px 20px 0;
  }
  
* html #right {height: 200px;}
#right {
  width: 228px;
  min-height: 200px;
  position: absolute;
  right: 0;
  top: 210px;
  text-align: right;
}
#footer {
  clear: both;
  margin-top: 250px;
  background-color: rgb(79,65,135);
  color: white;
  padding-bottom: 10px;
}
  #footer #gadsense {
    width: 100%;
    background-color: rgb(205,202,180);
    margin-bottom: 10px;
    text-align: right;
  }
  #footer p {
    font-size: 8pt;
  }
  * body div #footer a:hover {
    text-decoration: underline;
  }
  #footer a {
    text-decoration: none;
    color: white !important;
  }

#indigitalmedia {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color:white;
  font-size: 8pt;
}
  #indigitalmedia a {
    color: #666666 !important;
  }

#content a.simple, a.simple:hover{
	text-decoration:none;
	cursor:text;
	color:#000;
}

