/* Webinar_draft.com */

body              {
                   background-color:#FFFFFF;
				  }
				  
#container        {
                  width:720px;
				  margin:auto;
				  }
				  
#top              {
                  background: url(images/top.jpg) bottom;
				  background-repeat:no-repeat;
				  height:17px;
				  width:720px;
				  padding:0;
				  }
				  
#mid             {
                  background: url(images/mid.jpg);
				  background-repeat: repeat-y;
				  width:720px;
				  padding:0;
				  }
				  
#footer           {
                  background: url(images/footer.jpg) top;
				  background-repeat:no-repeat;
				  height:21px;
				  width:720px;
				  padding:0;
				  }
				  
/* Content Table */

#content_table    {
                  width:650px;
				  margin:auto;
				  padding:0;
				  }
				  
/* Box Table */
				  
#box              {
                  width:650px;
				  background-color:#ffffff;
				  margin:auto;
				  }
				  
#box_left         {
                  width:60px;
				  padding-left:8px;
				  font-family:Verdana, Arial, Helvetica, sans-serif;
				  font-size:22px;
				  color:#003399;
				  font-weight:bold;
				  
				  }
				  
#box_right        {
                  width:595px;
				  
				  padding:5px;
				  }
				  
/* Box Table 2 */

#box2             {
                  width:585px;
				  margin:auto;
				  border:1pt solid #000000;
				  background-color:#FFFFCC;
				  }
				  
#box2_table       {
                  width:565px;
				  margin:auto;
				  padding-top:10px;
				  padding-bottom:10px;
				  }
				  
/* Box Table 3 */

#box3             {
                  width:350px;
				  margin:auto;
				  background-color:#FFFFCC;
				  border:3pt #000000 dashed;
				  }
				  
#box3_table       {
                  width:300px;
				  margin:auto;
				  padding-top:10px;
				  padding-bottom:10px;
				  }
				  
/* Box Table 4 */

#box4             {
                  width:620px;
				  margin:auto;
				  background-color:#FFFFff;
				  border:1pt #000000 solid;
				  }
				  
#box4_table       {
                  width:600px;
				  margin:auto;
				  }
				  
#box4_leftcol     {
                  width:35px;
				  vertical-align:top;
				  }
				  
#box4_rightcol    {
                  width:565px;
				  vertical-align:top;
				  }
				  

				  
/* Fonts */

h1                {
                  font-family:Verdana, Arial, Helvetica, sans-serif;
				  font-size:22px;
			
				  }
				  
h2                {
                  font-family:Verdana, Arial, Helvetica, sans-serif;
				  font-size:18px;
				  color:#244473;
				  }
				  
h3                {
                  font-family:Verdana, Arial, Helvetica, sans-serif;
				  font-size:16px;
				  font-weight:bold;
				  }

p                {
                 font-family:Verdana, Arial, Helvetica, sans-serif;
				 font-size:12px;
				 line-height:16px;
				 }
				 
ul li            {
                 font-family:Verdana, Arial, Helvetica, sans-serif;
				 font-size:12px;
				 list-style:square;
				 list-style-position:outside;
				 line-height:18px;
				 }
				 
a                {
                 color:#244473;
				 }
				 
				 
a:hover          {
                 color: #000099;
				 }
				 

				 
.bold            {
                 font-weight:bold;
				 }
				 
.bold_center     {
                 font-weight:bold;
				 text-align:center;
				 }
				 
.highlight       {
                  background-color:#FFFF00;
				 }
				 
.bold_highlight  {
                 font-weight:bold;
				 background-color:#FFFF00;
				 }
				 
.bodytext        {
                 font-family:Verdana, Arial, Helvetica, sans-serif;
				 font-size:12px;
				 color:#000000;
				 }				 
				 
.red             {
                 color:#990000;
				 }
				 
.red2            {
                 color:#ff0000;
				 font-size:18px;
				 font-family:Arial, Helvetica, sans-serif;
				 }
				 
.blue            {
                 color:#244473;
				 font-weight:bold;
				 font-size:10pt;
                 }
				 
.blue_title      {
                 color:#244473;
				 }
				 
.blue_title2     {
                 color:#000099;
				 }
                
				 
.black           {
                 color:#000000;
				 }
				 
.copyright       {
                 font-size:10px;
				 }
				 
.underline       {
                 text-decoration:underline;
				 }
				 
/* Button */

.sign_me_now a   {
                 width:230px;
				 background-color:#CC0000;				 
				 border:1px outset;
				 font-family: tahoma;
				 font-size:20px;
				 font-weight:bolder;
				 color:#ffffff;
				 text-align:center;
				 padding:5px;
				 text-decoration:none;
				 margin: 0px;
				 display: block;
				 }
				 
.sign_me_now a:hover {
                 color:#cc0000;
				 border: 1px inset ;
				 background-color:#FFFFFF;
				 }
				 


				 				 


