@CHARSET "ISO-8859-1";
@import url("reset.css");
@import url("fonts.css");
@import url("grids.css");

/* yui changes */
#doc { 
  width:955px; 
  margin:0px;
  height:100%;
} 
#doc td {
  vertical-align:top;
}
/* end yui changes */

html {
  height:100%;
}
body {
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-size:90%;
  color:#000000;
  height:100%;
  text-align:left;
}
body.mceContentBody {
   background: #FFF !important;
}
.mceContentBody p, .mceContentBody li, .mceContentBody table td td {
   font-family:Arial, Verdana, Helvetica, sans-serif !important;
   font-size:90% !important;
}
.mceContentBody table td {
   font-family:Arial, Verdana, Helvetica, sans-serif !important;
   font-size:110% !important;
}
.mceContentBody table.list_table td, .mceContentBody table.list_table td p {
   font-family:Arial, Verdana, Helvetica, sans-serif !important;
   font-size:100% !important;
}

a:link, a:visited, a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.mceContentBody a:link, .mceContentBody a:visited, .mceContentBody a:active {
	text-decoration:none !important;
}
.mceContentBody a:hover {
	text-decoration:underline !important;
}
a.nav:link, a.nav:visited, a.nav:active, a.nav:hover {
	text-decoration:none;
}
h1 {
  font-size:138.5%;
  font-weight:900;
  margin:15px 0px 15px 0px;
  margin-bottom:15px;
}
h2 {
  font-size:116%;
  font-weight:900;
}
h3 {
  font-size:100%;
  font-weight:900;
}
h4 {
  font-size:90%;
  font-weight:900;
}
h5 {
  font-size:80%;
  font-weight:900;
}
p {
  margin-top:1em;
  margin-bottom:1em;
  line-height:1.3em;
  text-align:justify;
}
blockquote {
  margin-left:15px;
}
ul {
  margin:15px 0 15px 30px;
}
p ul {
  margin:0 0 0 15px;
}
li {
  list-style-position:outside;
  list-style-type:circle;
  padding-bottom:4px;
}
#content {
  padding:0 20px;
  background-color:#ffffff;
}
#content_wrapper {
  
}
#hd {
  padding-top:15px;
}
#hd h1 {
  border-bottom:2px solid #ddd;
}
#nav_container {
  height:100%;
  position:relative;
}
#nav_top {
  min-height:100%;
  height:auto !important;
  height:100%;
  text-align:right;
  width:170px;
  padding:10px 10px 10px 0px;
}
#nav_top p {
  line-height:1.5em;
  text-align:right;
}
#nav_bottom {
  vertical-align:bottom !important;
  width:170px;
}
#nav_bottom_content {
  font-weight:bold;
  font-size:90%;
  background-color:#cccccc; 
  padding:10px 10px 65px 45px; 
  width:125px;
}
#ft img.tag_image {
	float:right;
	margin-left:30px;
}
table.list_table td {
	padding:6px;
	vertical-align:top;
	text-align:left;
}
td.image_cell {
	padding-top:15px;
	vertical-align:top;
	text-align:right;
}
td.valign_top {
	vertical-align:top;
}
img.image_right {
	display:block;
	margin-left:30px;
	border:1px solid #000;
}
img.image_left {
	display:block;
	margin-right:30px;
	border:1px solid #000;
}
img.image_inline_float_right {
	display:inline-block;
	float:right;
	border:1px solid #000;
}
img.image_inline_float_left {
	display:inline-block;
	float:left;
	border:1px solid #000;
}
div.caption_box_right {
	display:block;
	margin-left:30px;
}
div.caption_box_left {
	display:block;
	margin-right:30px;
}
p.caption_text {
	margin:0;
	font-size:80%;
	text-align:justify;
	line-height:1em;
}
p.caption_text a {
	color:#000;
}
p.faq_answer {
	margin-top:0.3em;
}

/* layout helpers */
.two_down {
	margin-top:2px;
}
.seventy_down {
	margin-top:70px;
}
.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}
.bold {
	font-weight:bold;
}
.boldest {
	font-weight:900;
}
.nomargin {
	margin:0;
}
.clearboth {
	clear:both;
}
.clearleft {
	clear:left;
}
.clearright {
	clear:right;
}
div.onexfive {
	width:1px;
	height:5px;
}
div.onexten {
	width:1px;
	height:10px;
}
div.onexfifteen {
	width:1px;
	height:15px;
}
div.onextwenty {
	width:1px;
	height:20px;
}
div.onexforty {
	width:1px;
	height:40px;
}
fieldset {
    width: 50%;
    margin: 15px 0;
    padding: 15px;
}
legend {
    font-weight: bold;
}
.button {
    text-align: right;
}
.button input {
    font-weight: bold;
}
