@CHARSET "UTF-8";
* {
margin: 0px;
padding: 0px;
}
html, body{
    height:100%;
    border:none;
    font-size: 12px;
    
}
html {
     overflow: -moz-scrollbars-vertical;
}
body {
   background: black;
   color: white;
   text-align: left;
   font-family: "Georgia", "Palatino", "Times New Roman", serif;
   line-height: 1.2em;
}
img {
   border: 0px;
}

a,
a:link, 
a:active,
a:visited {
   cursor: pointer; 
   text-decoration: underline;
   background-color: inherit; 
   color: white; 
}
a:hover {
   cursor: pointer; 
   text-decoration: none;
   background-color: transparent;
   color: white;
}
#wrapper {
	width: 1000px;
	height: 100%;
	background: transparent;
	clear: both;
	margin: 0px auto;
	position: relative;
}
#wrapper td {
	background: transparent;
	vertical-align: top;
}
td#left_column {
	width: 65px;
}
td#left_column_space {
	width: 35px;
}
td#center_column {
	width: 900px;
}
div#content_top {
	width: 900px;
	height: 0px;
}
div#content_top div {
}

table#body {
	width: 900px;
	height: 0px;
}
td#content_body {
	width: 820px;
}
td.content_right {
	width: 80px;
}
td.download {
	width: 65px;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.clear {
   height: 0px;
   line-height: 0px;
   padding: 0px;
   margin: 0px;
   clear: both;
}
div.hr {
   height: 1px;
   padding: 0px;
   border-bottom: 1px dotted black;
   margin: 0px;
   clear: both;
}
div.hrline {
   height: 2px;
   padding: 0px;
   border-bottom: 2px dashed black;
   margin: 0px;
   clear: both;
}
div.hr0 {
   height: 0px;
   padding: 0px;
   margin: 0px;
   clear: both;
}
div.hr5 {
   height: 5px;
   padding: 0px;
   margin: 0px;
   clear: both;
}
div.hr10 {
   height: 10px;
   padding: 0px;
   margin: 0px;
   clear: both;
}
div.hr15 {
   height: 15px;
   padding: 0px;
   margin: 0px;
   clear: both;
}
div.hr20 {
   height: 20px;
   padding: 0px;
   margin: 0px;
   clear: both;
}
div.purple {
	background: #8f0212;
	height: 7px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	clear: both;
}
div.purple_adv {
	background: #de021c;
	height: 7px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	clear: both;
}
div.black_adv {
	background: #000;
	height: 7px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	clear: both;
}

div.footer {
	font-size: 11px;
	line-height: 1.2em;
	font-weight: normal;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	clear: both;
}

/******************** CONTENT STYLING *********************/
div#content {
	padding: 20px;
}

/* HEADINGS */
div#content h1 {
   font-size: 1.5em; /* font size for h1 */
   line-height: 1em;
   margin: 0 0 0.5em 0px;
}
div#content h2 {
   font-size: 1.3em; 
   text-align: left; 
   font-weight: normal;
   margin: 0 0 0.8em 0px;
}
div#content h3 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0px;
}
div#content h4 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0px;
}
div#content h5 {
   font-size: 0.9em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0px;
}
div#content h6 {
   color: #294B5F; 
   font-size: 0.8em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0px;
   text-align: justify;
}

div#content img {
	border: none;
}

div#content #noborder {
    border: 0px;
}

p {
   font-size: 1em;
   text-align: justify;
   text-indent: 0px;
   margin: 0 0 0.75em 0px; /* some air around p elements */
   line-height: 1.3em;
}

strong, b {
   font-weight: bold;
}
em, i {
   font-style: italic;
}

code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}

/* LISTS */
/* lists in content need some margins to look nice */
li {
   font-size: 0.9em;
}
div#content ul,
div#content ol,
div#content dl {
   margin: 0 0 1em 1.5em;
}

div#content li {
   text-align: justify;
   margin: 0 0 0.3em 0em;
}

div#content li p {
   text-align: justify;
   margin: 0px;
}

div#content li p.item {
   text-align: justify;
   margin: 0px;
   padding-right: 150px;
}

div#content li p.price {
   text-align: right;
   font-weight: bold;
   color: #bd5e10;
   margin: 0px;
   border-bottom: solid 1px #c0c0c0;
}

/* definition lists topics on bold */
div#content dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#content dl dd {
   margin: 0 0 0 1em;
}

div#content dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}
