* {
  margin:0;
  padding:0;
}

html {
  height:100%;
}

body {
  background-color: #F2F0EC;
  height:100%;
}

#all {
  width: 900px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 5px auto;
  padding: 5px;
  border: medium groove #333333;
}

#homeheader {
  height:195px;
  background: url('../images/cacheader.jpg');
}

a img {
  border:none;
}

#homeheader #promo {
  margin-top: 80px;
  padding-right:5px;
  float:right;
}

#homeheader #searchform {
  margin-top: 2px;
}

#innerheader {
  height:72px;
  background: url('../images/cacheader2nd.jpg');
}

#innerheader #cse-search-box {
  margin-top: 45px;
  padding-right: 1px;
}

#cse-search-box {
  float: right;
  clear:right;
  padding: 5px;
  font-weight: bold;
  text-transform: uppercase;
}

#cse-search-box a {
  text-decoration: none;
  color: #FFFFE8;
}

#cse-search-box a:hover {
  text-decoration: underline;
  color: #CCC;
}

#menubar {
  font-size: 13px;
  position: relative;
  padding:5px 0;
  background-color: #A64B00;
}

#menubar li {
  display: inline;
  padding:0 12px;
}

#menubar li a {
  padding: 5px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFE8;
}

#menubar li a:hover {
  background: #000000;
}

#main {
  padding: 5px;
  color: #FFFFEC;
  background-color: #000;
}

#main a {
  text-decoration: underline;
  color: #FFFFEC;
}

#main a:hover {
  text-decoration: underline;
  color: #CCC;
}

.bordered {
  border: #333333 1px solid;
  margin: 0 3px;
  padding: 3px;
}

#image {
  float:right;
  width:600px;
  height:300px;
}

#homeTOB {
  padding: 5px 0;
  width: 270px;
  height:296px;
  position: relative;
}

#homeTOB h2 { 
  padding: 5px 0px 5px 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#homeTOB li {
  margin: 0 0 2px 25px;
}

#homeTOB p {
  list-style: none;
  margin: 0 0 2px 15px;
}

#homeTOB a {
  text-decoration: none;
}

#homeTOB a:hover h2 { 
  text-decoration: underline;
}

#homeTOB a:hover {
  text-decoration: underline;
}

#sidebar {
  width: 180px;
  height:300px;
  float: left;
}

#sidebar li {
  list-style: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
  padding-top: 12px;
}

#sidebar li li {
  font-size: 12px;
  font-weight: normal;
  margin-left: 12px;
  padding-top: 8px;
}

#sidebar a {
  text-decoration: none;
  color: #FFFFE8;
}

#sidebar a:hover {
  text-decoration: underline;
  color: #CCC;
}

#content {
  margin-left: 195px;
  padding: 0 5px 5px 10px;
  color: #FFFFE8;
  border-style: none none none solid;
  border-width: thin;
  border-color: #333333;
}

#content h1 {
  font-size:20px; 
  padding:0.4em 5px;
}

#content h2 {
  font-size:16px; 
  padding:0.4em 10px;
}

#content h3 {
  font-size:14px; 
  padding:0.4em 10px;
}

#content h4 {
  font-size:13px; 
  padding:0.3em 10px;
}

#content h5 {
  font-size:12px; 
  padding:0.2em 10px;
}

#content h6 {
  font-size:12px; 
  padding:0.2em 10px;
}

#content p {
  margin: 0px 20px 10px 20px;
  line-height: 1.5em;
}

#content ul, ol {
  margin-bottom: 1em;
  margin-left: 3em;
}

#content li {
  margin-bottom: 0.25em;
}

#footer {
  clear:both  ;
  text-align: center;
  font-size: 9px;
  padding: 5px;
  color: #888;
  letter-spacing: 1.5px;
  border-style: solid none none none;
  border-width: thin;
  border-color: #333333;
}

#footer a {
  text-decoration: none;
  color: #888;
}

#footer a:hover {
  text-decoration: underline;
  color: #CCC;
  
}

.twoColumn {
  width:316px;
  margin-right:10px;
  padding-right:10px;
  border-right: #999999 dashed 1px;
  float:left;
}

.headerBlock {
  background-color: #262626;
  text-indent: 10px;
  margin-right: 5px;
  margin-bottom: 15px;
  margin-left: 5px;
}

.left {
  float:left;
}

.right {
  float:right;
}

.clearer {
  clear:both;
}

.eventLine dd {
  width:85px;
  height:43px;
  padding-right:5px;
  margin-right:5px;
  font-weight:bold;
  float: left;
  display: inline;
  vertical-align:bottom;
  text-align:right;
  font-size:14px;
  border-right:1px solid #262626;
}

.eventLine dt {
  display:inline;
}

.eventLine dt img {
  vertical-align:top;
}

#print_logo{
	display: none;
}

