/* Layout Stylesheet */ 

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

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

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

#rightcolumn{
float: left;
width: 200px; /*Width of right column in pixels*/
margin-right: -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;
margin-left: 20px;
margin-right: 20px;
}

.innertube{
margin: 5px; /*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;
}*/

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;
}


/* Presentation Stylesheet */ 
h1.header{
 margin-top:0px;
 /*font-size:24pt;
 font-weight: 900;*/
 text-align:center;
 }
 span.hdr{
 font-size:14pt; 
 }
 span.saen{
 font-size:36pt;
 font-weight: 400;
 }

 .clearFloat {
  clear: both;
  display: block;
}

 
/*hr.hdr { width:300px; text-align:center;}
p.what { font-size:12pt; text-align:left;}
span.whatsnew {font-size: 18pt; font-weight: 700; background-color: #FFFF00";}*/

hr.hdr { width:300px; text-align:center}
p.what { font-size:12pt; text-align:left}
.table, .tr, .td {font-size: 14pt; } 

/* --- 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 {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; }

/*  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; }

  .floatleft { float: left; display:inline; }
  .floatright { float: right; display:inline; }
  .center { display:block; text-align:center; }
  .left { display:block; text-align:left;}
  .right { display:block; text-align:right;}
