/* Default Style Sheet for Synergy Consulting Pages */

body           {
			    font-family: "Book Antiqua";
				margin: 0px;
				padding: 0px;
               }
table          {
                margin-left: auto;
				margin-right: auto;
			   }
pre            {
                margin-left: 1em;
				font-weight: bold;
			   }
a              {
                color: blue;
			    text-decoration: none;
		       }
a:hover        {
                color: red;
			    cursor: hand;
		       }
a:visited      {
                text-decoration: none;
               }
a.sideBar      {
                padding: .5em;
                color:orange;
			   }
a.sideBar:hover {
                color: #003333;
			    text-decoration: none;
			    cursor: hand;
		       }
.menuBarItem   {
                background-color: #003333; 
				color:orange;
				font-weight:bold;
			   }

/* Main Sections */
#container     {
                 border: solid black 1px;
                 margin: 9px;
                 background-image: url("../images/brwntile.gif");
               }
#banner        {
               }
#divMenuBar    {
                float: left;
                width: 120px;
				margin-left: 5px;
               }
#divMenuBar p  {
                margin:0 0 1em 0;
			   }
#mainContent   {
                margin-left: 140px;
                margin-right: .5em;
               }
#footer         {
                 clear:both;
                 color: blue;
                }
/* End Main Sections */
#bannerText     {
                 position: absolute;
                 top: 0;
                 left: 30;
                 margin: 0;
                 padding-left: 410px;
                 padding-top: 30px;
                 font-family: tahoma; sans-serif;
                 font-weight: bold;
                }

code	       {
                display: inline;
                font-family: "Courier";
				font-weight: bold;
			   }
span.prevar    {
                font-style: italic;
			   }

.rule          {
                font-weight:bold;
				color: #006699;
               }
.fnote         {
                font-size: smaller;
               } 
.mainBar        {
                 background: orange;               
                }
.sampleContainer {
                 border: solid black 1px;
				 background: white;
				 font-family: serif;
				}
.sampleContent  {
                 margin: 1em;
                }
div.sampleContent a {
                 color: blue;
				 text-decoration: underline;
                }
div.sampleContent a:visited {
                 color: purple;
				 text-decoration: underline;
                }

.sideBarContainer {
                 background-color: #003333;
				 color:orange;
				 font-weight:bold;
                }
.sidenote       {
                 float: right;
				 width: 10em;
				 border: solid black 1px;
				 padding: .3em;
				 background: #FFCC99;
				 margin-top: -.5em;
				 margin-left: 1em;
				 font-family: sans-serif;
				}

p#xhtmlTutTab a {
                 white-space: nowrap;
                }
table.data      {
                 background: gray;
				}
table.data,
table.data th,
table.data td	{
                 border: solid black 1px;
				 text-align: center;
				}
table.data th   {
                 background: #FFCC99;
				 padding: .2em;
				}
table.data td	{
                 background: white;
				 padding: .2em;
				}