html {
  height:100%;
  width:100%;
}

body {
  background: #303c4a url(../i/bg.png) repeat-x 0% 0%;
  font-family:Arial, Helvetica, sans-serif;
/*  font-family:"Times New Roman", serif;*/
  font-size:1em;
}

strong, b {
  font-weight:bold;
}

em, i {
  font-style:italic;
}

table {
  margin:0em 0em 1em 0em;
}

table td {
  vertical-align:top;
}

/* Basic layout 
---------------------------------------------------*/

#columncontainer {
  width:60em;
  margin:0 auto;
}

#shad-l {
  background:transparent url(../i/shad_l.png) repeat-y 0% 0%;
  padding:0em 0em 0em 0em;
}

#shad-r {
  background:transparent url(../i/shad_r.png) repeat-y 100% 0%;
  padding:0em 0em 0em 0em;
}

#shad-b {
  background:transparent url(../i/shad_b.png) no-repeat 0% 100%;
  padding:0em 0em 15px 0em;
}

#fixedcolumn {
  background-color:#fff;
  height:100%;
}

#innercolumn {
  background-color:#fff;
  margin:0em 16px 0em 16px;
  padding:0em;
}

/* Header 
---------------------------------------------------*/

#header {
  height:10.6em;  
  background:transparent url(../i/imageswitch.php) no-repeat 0% 0%;
}

#logo {
  position:relative;
  background: transparent url(../i/logo_bg.png) repeat 0% 0%;
  display:block;
  width:16.3em;
  height:9.6em;
  padding:1em 0em 0em 0em;
}

#logo a {
  display:block;
  background: url(../i/logo_holt.png) no-repeat 0% 0%;
  width:8em;
  height:7em;
  text-decoration:none;
  margin:0.5em 0em 0em 3.8em;
}

/* Menu
---------------------------------------------------*/

#menu {
  position:relative;
  background: #2d8397;
  padding:1.2em;
}

#menu ul li {
  display:inline;
  list-style:none;
  font-size:1.3em;
  font-family:"Trebuchet MS", Arial, san-serif;
  letter-spacing:0.03em;
  padding:1em 0em 0.5em 0em;
}

#menu a {
  text-decoration:none;
  font-weight:bold;
  padding:0.5em 0.2em 0em 0em;
}

#menu a.on {
  color:#fff;
}

#menu a.off {
  color:#aac8cf;
}

#menu a:hover {
  text-decoration:underline;
  font-weight:bold;
}


/* Main styles 
---------------------------------------------------*/

#content {
  position:relative;
  float:left;
  clear:both;
  height:auto;
  background: #fff url(../i/bg_content.gif) repeat-y 0% 0%;
}

/* Side menu 
---------------------------------------------------*/

#sidemenu {
  position:relative;
  float:left;
  margin:0.8em 0em 0.8em 0.8em;
  background:url(../i/side_mid.jpg) repeat-y 0% 0%;
  width:15em;
}

#sidetop {
  position:relative;
  top:0;
  background:url(../i/side_top.jpg) no-repeat 0% 0%;
  height:1em;
}

#sidebottom {
  position:relative;
  bottom:0em;
  background:url(../i/side_bottom.jpg) no-repeat 0% 100%;
  height:1.2em;
}

#sidecontent {
  font-size:0.8em;
  margin:0em 2em 0em 1.5em;
}

#sidecontent h2 {
  background:none;
  font-size:90%;
  margin:0em 0em 1em 0em;
  font-weight:bold;
}

#sidecontent ul li{
  padding:0em 0em 0.2em 0em;
}

#sidecontent ul li{
  list-style:none;
  padding:0em 0em 0em 0em;
/*  background:url(../i/bullet.gif) no-repeat 0px 6px;*/
}

/* Right content
---------------------------------------------------*/

#contentright {
  position:relative;
  float:right;
  width:46em;
  height:auto;
  padding:2em 3em 2em 3em;
  font-size:0.8em;
  background:#fff;
}	

#content a,
#content a:active,
#content a:visited {
  color:#2d8397;
  text-decoration:none;
}

#content a:hover {
  text-decoration:underline;
}

#contentright ol, 
#contentright ul {
  margin:0em 0em 1em 0em;
  padding:0em 0em 0em 2em;
}

#contentright ol li {
  list-style:decimal;
}

#contentright ul li {
  list-style: url(../i/bullet2.gif);
}

#contentright h1 {
  color:#2d8397;
  font-size:1.8em;
  font-weight:normal;
  font-family:"Times New Roman", serif;
  background:transparent url(../i/heading_bg.gif) repeat-x 0% 95%;
  padding:0em 0em 0.2em 0em;
  margin:0em 0em 1em 0em;
}

#contentright h2 {
  color:#2d8397;
  font-size:1.4em;
  font-weight:normal;
  font-family:"Times New Roman", serif;
  padding:0em 0em 0.2em 0em;
  margin:0em 0em 1em 0em;
}

#contentright h3 {
  color:#666;
  font-size:1.1em;
  font-weight:bold;
/*  font-family:"Times New Roman", serif;*/
  font-family:Arial, Helvetica, sans-serif;
  padding:0em 0em 0.2em 0em;
  margin:0em 0em 1em 0em;
}

#contentright p {
  margin:0em 0em 1em 0em;
}

#contentright .right {
  margin:0em 0em 1em 1em;
  float:right;
}

#contentright .left {
  margin:1em 1em 0em 0em;
  float:left;
}

#contentright .border {
  border: 1px solid #000;
}

/* Footer
---------------------------------------------------*/

#footer {
  clear:both;
  font-size:0.7em;
  padding:0.5em;
  margin:0em 0em 0em 0em;
  border-top: 1em solid #2d8397;
}

.copy {
  color:#2d8397;
}

/* layout stuff
------------------------------------- */

.small {
  font-size:0.8em;
}

.clear {
  clear:both;
}

.2coldiv {
  width:150px;
  float:left;
}

.aligncentre {
  text-align:center;
}

.photoright {
  float:right;
  margin:0em 0em 1em 1em;
  font-size:0.8em;
  color:#333;
}

.photoleft {
  float:left;
  margin:0em 1em 1em 0em ;
  font-size:0.8em;
  color:#333;
}

.middle {
  vertical-align:middle;
}

.clear {
  clear:both;
   height: 0px;
  line-height: 0px;
}