html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html, body {height: 100%;}
body {
	line-height: 1.35em;
	color: black;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
.hidden {
  display: none;
}
.invisibile {
  visibility: hidden;
}
.center {
  text-align: center;
}
img.center {
  display: block;
  margin: 0 auto;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
a, a:link, a:visited {
  color: #d95926;
}
a:hover {
  text-decoration: underline;
}
body {
  background: url(/images/twheet_bg.jpg) top left repeat;
}
#page {
  width: 800px;
  margin: 0 auto;
  background-color: #ffffff;
  min-height:100%; /* real browsers */
}
* html #page {
    height:100%; /* IE6: treaded as min-height*/
}
#header {
  width: 780px;
  overflow: hidden;
  clear: both;
  padding: 10px;
  border-bottom: 5px solid #d95926;
}
#content {
  padding: 15px;
}
#nav {
  width: 597px;
  overflow: hidden;
  text-align: right;
  float: left;
  padding-top: 35px;
  margin-bottom: 0px;
}
#nav li {
  display: inline;
  padding-left: 10px;
  background-image: none;
}
h1 {
  color: #d95926;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: .25em;
}
h2 {
  color: #d95926;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: .25em;
}
h3 {
  font-size: 1em;
  font-weight: bold;
  color: #000000;
    margin-bottom: .15em;
}
p, ul {
  margin-bottom: 1em;
}
li {
  background: url(/images/bullet.png) 0px 5px no-repeat;
  padding-left: 15px;
}
#logo {
  display: block;
  width:183px;
  height: 58px;
  float: left;
}
#footer {
  padding: 15px;
  font-size: .75em;
  color: #666666;
  text-align: right;
}
table {
  border: 1px solid #d95926;
  border-collapse: collapse;
  font-size: .95em;
}
td {
  padding: 5px;
  border-top: 1px solid #d95926;
  border-bottom: 1px solid #d95926;
}
