@charset "utf-8";
/*resume stylesheet 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*/


/*different classes*/

.rightside { text-align: right;}

.heavy { font-weight: bold; }

.large {font-size:large ; }

.Xlarge { font-size:xx-large ; }

/*end different classes*/




/*different footers*/

#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*/




/*the wrapper*/

#containerR 
{

    width: 900px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;

}

/*end wrapper*/


/*sections for jello design*/

#header {

text-align:center;
position:relative;
display:none;

}

#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;

}

#VidBox
{
Border:2px solid #FFFFFF;
}

/*end sections*/

/*second sections*/


/*end second sections*/

#headerB
{
}

/*sections list like button*/

#leftcolumn ol 
{

list-style-type: none;

}


#leftcolumn a {

text-decoration: none;
padding: 20px;
display: block;


}

#leftcolumn a:hover {
/*
color:#000033;
background-color:#003399;
*/
}



#navig a {

text-decoration: none;
padding: 20px;
display: block;


}

/*end sections list like buttons*/


/*test 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*/