/* Layout Stylesheet */ 

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

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

#contentcolumn{
margin-left: 200px; /*Set right margin to RightColumnWidth*/
text-align: left;
background: #FFE6CC;
/*background:#fff url('../images/lsbg17.gif');*/
padding-left: 0px;

}

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

#footer{
clear: left;
width: 96%;
color: #333333;
text-align: center;
font-size: 12pt;
font-family: "Times New Roman";
font-weight: 700;
padding-left: 20px;
padding-right: 0px;
}

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

div.heading{
width: 100%;
background: #FFC0C0;
/*background:#fff url('../images/lsbg17.gif');
border: 1px solid #000000;*/
border-bottom: 20px solid red;
margin: 0;
padding:0;
}

div.contentarea { display:block; text-align:left; padding:0px 10px;}

/*div.menu {
 width:196px;
 background:#fff;
 color: #333333;
 border: 1px solid #000000;
 padding: 2px;
 margin-top: 5px;
 margin-bottom: 5px;
font-size: 12pt;
line-height: 18pt;
}*/

div.menu {
 width:192px;
 /*background:#fff url('../images/lsbg17.gif');*/
 color: #333333;
 /*border: 1px solid #000000;*/
 padding-left: 8px;
 margin-top: 0px;
 margin-bottom: 5px;
 font-size: 12pt;
 font-weight: 700;
 line-height: 16pt;
 text-align: left
}
div.list {
 text-align: left;
 font-size: 12pt;
 font-weight: 400;
 line-height: 18pt;
}

div.list a {
  font-size: 11pt;
 font-weight: 600;
}

div.rat {
 text-align: center;
 font-size: 14pt;
}


/* Presentation Stylesheet */ 
 
h1.header{
 margin:0px;
 font-size:28pt;
 font-weight: 900;
 color: #E22621;
 font-family: "Times New Roman";
 /*font-family: "Comic Sans MS", "Curlz MT";*/
 text-align:center;
 }
 
h1.header1{
 margin:0px;
 font-size:32pt;
 font-weight: 900;
 color: #E22621;
 font-family: "Times New Roman";
 text-align:center;
 } 
 
 span.hdr{
 font-size:24pt;
 color: #7E3697;
 font-family: "Times New Roman";
 font-weight: 700; 
 }
 
 .clearFloat {
  clear: both;
  display: block;
}

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

hr.hdr { width:400px; text-align:center}
p.what { font-size:12pt; text-align:left; font-weight: 400;
}
.table, .tr, .td {font-size: 14pt; }
#table1 {width: 520px; text-align: center; border: 0; }
td {padding: 5px;} 

/* --- general text formatting --- */
strong,b { font-weight: bold; }
em,i { font-style: italic; }

img { border: 2px solid #000000; }

  /*--- Links --- */
  a {color: #7E3697; font-weight: 700; background:transparent;	text-decoration:underline;}
  a:visited  {color: #7E3697;	text-decoration:underline;}
  a:focus,  a:hover,  a:active {color:red;	text-decoration:underline;	background-color: #FFE6CC;}

/*  a {color: #E22621; background:transparent; text-decoration:underline;}
  a:visited  {color: #7E3697 E22621;	text-decoration:underline;}
  a:focus,  a:hover,  a:active {color:#930 C60;	text-decoration:underline;	background-color: #FFE6CC;}*/

  a.menu { color: #7E3697; background:transparent; text-decoration:none; }
  a:visited.menu  { color: #7E3697; }
  a:focus.menu,  a:hover.menu,  a:active.menu { color: red; text-decoration:none; background-color: #FFE6CC; }

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