/******************************************
*   Raymond Sevar Homeopathy Stylesheet 
******************************************/


/******************************************
*   Formatting common to most pages
******************************************/

body
{
    font-family:  Verdana, Helvetica, sans-serif, Arial;
    font-size: 0.7em;
	background: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}

.twoColFixRtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;/*white*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #c0c0c0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.twoColFixRtHdr #footer
{
    float: left;
    width: 800px;
    text-align: center;
    padding-top: 5px;
    color: blue;
    background-color: #CDEB8B;
/*	border: 1px solid #000000;*/
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}


.leftcolumn 
{
    float: left;
    width: 200px;
    height: 500px;
    padding-left: 4px;
    padding-right: 0px;
    font-size:  small;
}

.leftcolumnsmalltext
{
    font-size:  xx-small;
    padding-bottom: 10px;
    
}
            
.rightcolumn 
{
/*  do not use width as it confuses IE  width: 590px;*/
    height: 500px;
    margin-left: 200px;
    padding-left: 10px;
    border-left: 1px solid #c0c0c0;
}

#poster
{
    background: url(images/rsposter.jpg) no-repeat;
    margin-right: auto;
    width: 800px;
    height: 80px;
    border-bottom-width: 1px;
    border-bottom: 1px;
    border-bottom-color: #c0c0c0;
    border-bottom-style: solid;
}
#poster h1
{
    font-size: 24px;
    font-weight: bold;
    color:  Silver;
    margin-left: 10px;
}
#poster h2
{
    font-size: 16px;
    font-weight: bold;
    color: Teal;
    margin-left: 10px;
}

p, li
{
    line-height: 1.4em;
}
/***********************************************
*   Formatting for FAQ and longer pages
************************************************/
.leftcolumnopensize 
{
    float: left;
    width: 200px;
    padding-left: 4px;
    padding-right: 0;
    font-size: small;
}

.rightcolumnopensize 
{
/*  do not use width as it confuses IE  width: 590px;*/
    margin-left: 200px;
    padding-left: 10px;
    border-left: 1px solid gray;
}


/***********************************************
               CSS Formatting for Tables
************************************************/
.lefttd 
{
    width: 80%;
}

.righttd 
{
    width: 20%;    
 }
 
.tabletop
{
    margin: 0,0,0,0;
}

.linktable
{
    background-color: #f2f2f2;
    border: 1px solid;
    font-weight: bold;
    margin: 5px;
    color: #272727;
}
/***********************************************
*   Formatting for tags
************************************************/
.smallfont
{
    font-size: xx-small;
    font-family:arial;
}

h1
{
    font-size: 11pt;
    font-weight: bolder;
    color: Black;
    margin: 2px 0 2px 0;
}

h2
{
   font-size: 9pt;
   font-weight:  bolder;
   color: Teal;
   margin: 1px 0 1px 0;
}

h3
{
   font-weight: bold;
   font-size: 8pt;
   color: Navy;
}

h4
{
   font-weight:  lighter;
   font-size: 8pt;
   color: Red;
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: Black;
    font-family: Arial;
}


a:link
{
    color: Blue;
}
a:visited
{
   color: Blue;
}
a:hover
{
    color: Blue;
}
a:active
{
    color: Red;
}


