body {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  background: url(/images/bg.gif) repeat-x top #EBE7DE;
  font-family: verdana, arial, sans;
  font-size: .9em;
}

b {
  font-size: 110%;
}

em {
	font-weight: bold;
	font-style: italic;
}

p {
  margin: 0;
  padding: 0;
  font-family: Verdana,Geneva,Arial,sans-serif;
  font-size: 11px;
  line-height: 17px;
}

a {
  color: #443631;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #f99f29;
}

a img {
  border: none;
}

a:hover img {
  border: none;
}

#maincontainer {
  width: 790px;
  margin: 0 auto;
}

#topsection {
  height: 90px;
}

#topsection h1 {
  margin: 0;
  padding-top: 30px;
  padding-left: 50px;
  float: left;
}

#topsection h1 a img {
  border: none;
}

#contentwrapper {
  float: left;
  width: 100%;
}

#contentcolumn {
  margin-right: 300px;


/*Set right margin to RightColumnWidth*/
	margin-bottom: 10px;
}

#rightcolumn {
  float: left;
  width: 275px;


/*Width of right column*/
	margin-left: -300px;


/*Set left margin to -(RightColumnWidth) */
	padding: 0 15px 0 0;
  border-left: 2px dotted black;
  margin-top: 16px;
  margin-bottom: 10px;
}

#footer {
  clear: left;
  width: 100%;
  color: black;
  text-align: center;
  padding: 4px 0;
  border-top: 2px dotted #000;
}

#footer a {
  color: #000;
  text-decoration: none;
  font-variant: normal;
}

#footer p {
  font-size: 14px;
  line-height: 16px;
}

.innertube {
  margin: 10px;


/*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

/* navigation */

#tabmenu {
  position: relative;
  margin: 0 10px 0 0;
  padding: 65px 10px 0 0;
  width: auto;
  background: transparent;
}

#tabmenu ul {
  font: bold 14px Verdana, sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

#tabmenu li {
  display: inline;
  margin: 0 2px 0 0;
  padding: 0;
}

#tabmenu a {
  float: left;
  color: white;
  background: url(/images/menutabs_left.gif) no-repeat left top;
  margin: 0 2px 0 0;
  padding: 0 0 1px 3px;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 14px;
}

#tabmenu a span {
  float: left;
  display: block;
  background: transparent url(/images/menutabs_right.gif) no-repeat right top;
  padding: 4px 9px 2px 6px;
}

/* #tabmenu a span{
	float:none;
	height: 18px;
}
*/

#tabmenu a:hover {
  background-color: #f99f29;
}

#tabmenu a:hover span {
  color: #564741;
}

#tabmenu .current a, #tabmenu .current span, #tabmenu .current a:hover {
	background-color: #fff;
  color: #564741;
}


/* Main Styles */

#rightcolumn h1 {
  font-size: 16px;
  line-height: 18px;
  border-bottom: 2px dotted #000;
  color: #564741;
  margin-bottom: 5px;
}

#rightcolumn p {
  color: #222;
  font-family: Verdana,Geneva,Arial,sans-serif;
  font-size: 11px;
  line-height: 17px;
  text-align: left;
  margin: 0;
  padding: 0 0px 20px;
}

#contentcolumn h1 {
  width: 100%;
  border-bottom: 2px black dotted;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -2px;
  margin: 10px 0;
}

#contentcolumn p {
  color: #222;
  font-family: Verdana,Geneva,Arial,sans-serif;
  margin: 5px 0 20px;
  line-height: 19px;
  font-size: 12px;
}


#contentcolumn dl {
  width: 195px;
  float: left;
  padding-left: 10px;
  padding-right: 30px;
  margin-bottom: 20px;
}

#contentcolumn dl dt {
  font: bold 12px Verdana, Arial, sans-serif;
  margin-left: 8px;
  border-bottom: 1px dotted black;
;
}

#contentcolumn dl dd {
  float: left;
}