﻿body{
margin: 0;
padding:0;     
font-family:  "Times New Roman", Times, serif;
font-size: 14pt;
color: #000;
background: #FFF8DC;
}

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

#contentcolumn{
margin-right: 220px; /*Set right margin to RightColumnWidth*/
text-align: left;
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column in pixels*/
margin-left: -220px; /*Set left margin to -(RightColumnWidth) */
background: #FFF8DC;
color: #333333;
padding-left: 0px;
padding-right: 0px;
text-align:center;
}

#footer{
clear: left;
width: 96%;
color: #333333;
text-align: center;
font-size: 14pt;
/*padding: 4px 0;*/
margin-left: 15px;
margin-right: 0px;
}

.innertube{
margin-left: 15px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

div.menu {
 width:196px;
 background:#fff;
 color: #333333;
 border: 1px solid #000000;
 padding: 2px;
 margin-top: 5px;
 margin-bottom: 5px;
 font-size: 14pt;
 line-height: 18pt;
 text-align: left;
}
div.list {
 text-align: left;
 font-size: 14pt;
 font-weight: 400;
 line-height: 18pt;
}
div.rat {
 text-align: center;
 font-size: 14pt;
}

h1.header{
 margin-top:0px;
 font-size:24pt;
 font-family: "Times New Roman", Times, serif; 
 font-weight: 900;
 text-align:center;
 }
h2.header{
 margin-top:0px;
 font-size:18pt;
 font-family: "Times New Roman", Times, serif; 
 font-weight: 700;
 text-align:center;
 }
h3.header{
 margin-top:0px;
 font-size:14pt;
 font-family: "Times New Roman", Times, serif; 
 font-weight: 700;
 text-align:center;
 }
 p.header{
 margin-top:0px;
 font-size:24pt;
 font-family: "Times New Roman", Times, serif; 
 font-weight: 700;
 text-align:center;
 }
 span.hdr{
 font-size:14pt;
 }
 span.saen{
 font-size:36pt;
 font-weight: 400;
 }
hr.hdr { width:300px; text-align:center}
p.what { font-size:12pt; text-align:left}
.table, .tr, .td {font-size: 14pt; } 
table.store, tr.store, td.store {font-size: 11pt; text-align:left; }
/* --- general text formatting --- */
strong,b { font-weight: bold; }
em,i { font-style: italic; }

  /*--- Links --- */
  a {color: #00F;	background:transparent;	text-decoration:underline;}
  a:visited  {color: #09F;	text-decoration:underline;}
  a:focus,  a:hover,  a:active {color:#C60;	text-decoration:underline;	background-color: #FFC;}

  a.menu { color: #000; background:transparent; text-decoration:underline; }
  a:visited.menu  { color: #036; }
  a:focus.menu,  a:hover.menu,  a:active.menu { color:#00F; text-decoration:underline; }

/*** Generic Content Classes - standard classes for positioning and highlighting
  * @section content-generic-classes */

  .highlight { color: #f60; }
  .dimmed { color: #888; }
  .note { background: #efe; color: #040; border: 2px #484 solid; padding: 10px; margin-bottom: 1em; }
  .important { background: #ffe; color: #440; border: 2px #884 solid; padding: 10px; margin-bottom: 1em; }
  .warning { background: #fee; color: #400; border: 2px #844 solid; padding: 10px; margin-bottom: 1em; }

  .float_left { float: left; display:inline; }
  .float_right { float: right; display:inline; }
  .center { display:block; text-align:center; }
  .left { display:block; text-align:left;}
  .right { display:block; text-align:right;}
  
.box {
 width:600px;
 background:#fff;
 color: #333333;
 border: 1px solid #000000;
 padding: 2px;
 margin-top: 5px;
 margin-bottom: 5px;
 margin-left: 5px;
 margin-right: auto;
font-size: 14pt;
line-height: 18pt;
}