/*STYLESHEET*/

body		{background-image: url('images/bg.jpg');
		background-repeat: no-repeat; 
  background-color: #FFFFFF;
		margin: 0px; text-align: center; 
		}

#main	{padding-top:60px; width:790px; text-align: center; margin: 0 auto;
  }

#left {float:left;		width:450px; 
      font-family: Georgia, Times New Roman, serif; font-size: 12px; color: #666666; line-height:1.6; text-align: justify;
		}

#right {float:right; width:300px; 
       font-family: Georgia, Times New Roman, serif; text-align: center;
       font-size: 10px; font-size: 10px; color: #666666; line-height:1.6; 
		}

#new	{font-family: Georgia, Times New Roman, serif; text-align: left; font-size: 11px; color: #666666; line-height:1.8; 
		margin-left: 30px; padding-left:40px; padding-right:70px; border-left: 1px dotted #999999;
  }

#h2	{font-family: Verdana, sans serif; font-size: 11px; color: #000000;
     text-align: justify;
		}

#footer	{font-family: Georgia, serif; font-size: 9px; color: #999999;
     text-align: left; padding-top:30px; padding-bottom:30px;
		}


/* CELL DESCRIPTIONS */

.cell	{font-family: Georgia, Times New Roman, serif; text-align: left;
       font-size: 10px; font-size: 10px; color: #666666; line-height:1.6; 
  }

#new li	{margin-top: 1px; margin-bottom: 1px; 
		list-style-type:disc;
		}

.image 		{border: 1px solid #CCCCCC; 
  margin: 0px; padding-left:7px; padding-right:7px; padding-top:7px; padding-bottom:7px;
  }


/* LINK DESCRIPTIONS */

#left a:link	{color: #0066CC; text-decoration:none; 
		}
#left a:visited	{color: #0066CC; text-decoration:none; 
		}
#left a:active	{color: #0066CC; text-decoration:none; 
		}
#left a:hover 	{color: #0099FF; text-decoration: none; border-bottom: 1px dotted #666666;
		}

.cell a:link	{color: #0066CC; text-decoration:none; 
		}
.cell a:visited	{color: #0066CC; text-decoration:none; 
		}
.cell a:active	{color: #0066CC; text-decoration:none; 
		}
.cell a:hover 	{color: #0099FF; text-decoration: none; border-bottom: 1px dotted #666666;
		}

#footer a:link	{color: #666666; text-decoration:none; 
		}
#footer a:visited	{color: #000000; text-decoration:none; 
		}
#footer a:active{color: #000000; text-decoration:none; 
		}
#footer a:hover	{color: #0099FF; text-decoration: none; border-bottom: 1px dotted #666666;
		}