body {
	margin-top: 0px;
	background: url(/img/bg.png) repeat;
	text-align: center;
}

.headline {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 14px;
}

.container {
  margin: 0;
  padding: 0;
}
	
#content {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	top: 0px;
	background: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: justify;
}

#header {
	width: 800px;
	border-bottom: 1px dotted #900000;
	text-align: left;
}

#full {
  margin-top: 11px;
	margin-bottom: 11px;
  margin-left: 5px;
  margin-right: 5px;
}

#left {
	width: 575px;
	margin-right: 19px;
	margin-top: 11px;
	margin-bottom: 11px;
	float: left;
	/* position: relative; */
	voice-family: "\"}\"";
	voice-family: inherit;
}

#right {
	width: 183px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
	margin-top: 11px;
	margin-left: 5px;
	margin-bottom: 11px;
	text-align: left;
	float: left;
	padding: 5px;
	background: #dfdfdf;
	border: 1px solid #900;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	clear: both;
	border-top: 1px dotted #900;
}

.datatbl, .datatbl td {
  border: 1px solid #999999;
  border-collapse: collapse;
  vertical-align: top;
  font-size: 12px;
}

.datatbl th {
  background: #dfdfdf;
  text-align: left;
  font-size: 13px;
}

h4 {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 11px;
        font-color: #222;
	border-bottom: 1px solid #222;
	padding: 1px;
}

h5 {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 11px;
	font-color: #222;
}

p td tr table {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-color: #222;
	/* border-bottom: 1px dashed #900; */
	padding-top: 2px;
	padding-bottom: 4px;
}

TEXTAREA, INPUT, SELECT {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-color: #222;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
}

#menu {
  padding-left: 1px;
  padding-bottom: 1px;
}

#menu a {
  margin-right: 3px;
  margin-left: 3px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #dfdfdf;
  font-weight: bold;
  text-decoration: none;
  z-index: 999;
}

#menu a:hover {
  color: #900000;
}

#menu a.active {
  color: #900000;
  border-bottom: 3px solid #990000;
}

#menu li, ul {
  display: inline;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

A, A:active, A:visited, A:hover {
  color: #990000;
  font-weight: normal;
	text-decoration: none;
}

A.order, A:active.order, A:visited.order, A:hover.order {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 14px;
        color: #990000;
        font-weight: bold;
	text-decoration: none;
}

td {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 11px;
        font-color: #222;
	/* border-bottom: 1px dashed #900; */
	padding-top: 2px;
	padding-bottom: 4px;
}

acronym A, acronym A:visited, acronym A:hover, acronym A:link
{
        color: inherit;
        text-decoration: none;
        cursor: help;
}

acronym
{
        color: inherit;
        text-decoration:none;
        border-style: dashed;
        border-color: #426289;
        border-bottom-width: 1px;
        border-left-width: 0px;
        border-top-width: 0px;
        border-right-width: 0px;
        cursor: help;
}

/* image slider css */
.main_image {
    width: 570px;
    height: 200px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
  padding: 0;
  margin: 0;
}
.main_image h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 5px;
    padding-top: 10px;
    padding-left: 10px;
}
.main_image p {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 0px;
    padding-left: 10px;
    margin: 0;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 1em;
    padding: 0 0 0 20px;
    /* background: url(icon_calendar.gif) no-repeat 0 center; */
}
.main_image .block small {
  margin-left: 10px;
}
.main_image .desc {
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block {
  width: 100%;
  background: #111;
  border-top: 1px solid #000;
  font-size: 10px;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.main_image a.show {
  background-position: left bottom;
}

.image_thumb {
  float: left;
  width: 220px;
  height: 200px;
  background: #f0f0f0;
  border-right: 1px solid #fff;
  border-top: 1px solid #ccc;
  padding: 0;
  margin: 0;
}

.image_thumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.image_thumb ul li {
  margin: 0;
  padding: 12px 10px;
  background: #f0f0f0 url(/img/nav_a.gif) repeat-x;
  width: 200px;
  float: left;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  border-right: 1px solid #ccc;
}

.image_thumb ul li.hover { /*--Hover State--*/
    background: #ddd;
    cursor: pointer;
}

.image_thumb ul li.active { /*--Active State--*/
    background: #fff;
    cursor: default;
}

html .image_thumb ul li h2 {
    font-size: 1.5em;
    margin: 5px 0;
    padding: 0;
}

.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 190px;
}

.image_thumb ul li p {
  display: none;
}

.image_thumb ul li a {
  color: #000000;
}

.main_image .block a {
  color: #fff;
}
