@charset "utf-8";
/* from ruin of love css for printing */

/* tag related styles */

Body { font-size: 1.2em ; }

h1 { font-size: 2.1em ; padding-top: 30px; }

h2 { font-size: 1.8em ; padding-top: 25px; }

h3 { font-size: 1.4em ; padding-top: 20px; }

h4 { font-size: 1.2em ; padding-top: 15px; }

hr { border: 0; height: 2px; width: 100%; }

/* end tag related styles */

/* table styles */

table.serviceStyle {
    width: 600px;
    margin: auto;
    text-align: left;
    padding: 10px;
  /*spacing: 0px;*/
}

.serviceStyle th {
    font-weight: bold;
    font-size: 1em;
}

.tab_one td {
    font-size: .95em;
  /*background-color: #CCCC99;*/
}

.tab_two td {
    font-size: .95em;
  /*background-color: #CCFF99;*/
}

/* end table styles */

/* Primary Section */

/* the wrapper */

#containerR {
    width: 900px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

#containerResult {
    width: 968px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

/* end wrapper */

/* columns and blocks */

#leftcolumn {
  /*border-right: 2px solid red;
  border-bottom: 2px solid black;*/
    width: 200px;
    float: left;
    display: none;
}

#rightcolumn {
  /*border: 2px 2px 2px 2px solid blue;*/
    width: 500px;
    margin-left: 240px;
}

#leftcolumn ol {
    list-style-type: none;
}

#leftcolumn a {
    text-decoration: none;
    padding: 20px;
    display: block;
}

#leftcolumn a:hover {
/*color: #000033;*/
/*background-color: #003399;*/
}

/* end columns and blocks  */

/* second sections */

/* different headers and footers */

#header {
    text-align: center;
    position: relative;
}

#headerB {
    text-align: center;
    position: relative;
}

#headerC {
    text-align: center;
    position: relative;
    display: none;
}

#footer { 
    font-size: 9pt;
    font-family: sans-serif;
    font-style: italic;
}

#footerR { 
    font-size: 9pt;
    font-family: sans-serif;
    font-style: italic;
	text-align: right;
}

/* end different footers */

/* end second sections */

/* nav vid form sets */

#VidBox {
    Border: 2px solid #FFFFFF;
}

#navig a {
    text-decoration: none;
    padding: 20px;
    display: block;
}

/* end nav vid form sets */

/* test classes */

/* different classes */

.rightside { text-align: right; }

.heavy { font-weight: bold; }

.large { font-size: large; }

.Xlarge { font-size: xx-large; }

/* end different classes */

span.right { 
   display: block;
   width: 200px;
   height: 100%;
   margin: 0 auto;
} 

span.right1 {
    float: left;
    vertical-align: top;
}

.strange { font-family: fantasy; }

/* end test classes */

/* end css sheet */