body
            {
            margin:0 auto;
            text-align: center;
            background-image: url("../images/body_bg.gif");
            background-repeat: repeat-x;
            background-color: #FFFFFF;
            
            }
            
            
#pageContainer {
			  margin-top: 0px;
			  margin:0 auto;
              width: 850px;
              text-align: left;
              padding-bottom: 50px;
			  }

#messageContainer {
              width: 590px;
			  }

#sideNavContainer {
              width: 240px;
              background-image: url("../images/sidenav_bg.gif");
              background-repeat: no-repeat;
              min-height: 518px;
			  }



#dateTime	{
			background-image: url("../images/datetime.gif");
            background-repeat: no-repeat;
			margin-left: 533px;
			height: 23px;
			}
			
#pageHeader	{
			height: 75px;
			}
			
#submitMessage	{
			margin-top: 13px;
			margin-bottom: 40px;
			}

.messageHeader {
              width: 590px;
              height: 27px;
              background-image: url("../images/message_header.gif");
              background-repeat: no-repeat;
              padding: 6px 0px 0px 35px;
              
			  }					
					
.messageBody	{
			width: 535px;
			margin-left: 35px;
			}

.urlBody	{
			margin: 10px 0px 25px 35px;
			max-width: 535px;
			}


.timecopy	{
			font-size: 12px;
			 color: #dffc9d;
			 font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-align: center;
			padding-top: 4px;
			padding-left: 4px;
			}

.timecopy a:link
            {
            color: #dffc9d;
            text-decoration: none;
            }

.timecopy a:hover
            {
            color: #dffc9d;
            text-decoration: none;
            }

.timecopy a:visited
            {
            color: #dffc9d;
            text-decoration: none;
            }


#onlineNow	{
			font-size: 12px;
			 color: #6e9713;
			 font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-align: right;
			margin-top: 15px;
			}

.footer	{
			width: 590px;
            height: 27px;
            background-image: url("../images/footer_bg.gif");
            background-repeat: no-repeat;
            padding: 6px 0px 0px 35px;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			color: #9d8c6b;
			}

.footer a:link
            {
            color: #9d8c6b;
            text-decoration: none;
            }

.footer a:hover
            {
            color: #9d8c6b;
            text-decoration: underline;
            }

.footer a:visited
            {
            color: #9d8c6b;
            text-decoration: none;
            }


.galleryItem	{
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			color: #1c78cf;
			font-weight: bold;
			width: 200px;
			background-image: url("../images/bullet.gif");
            background-repeat: no-repeat;
			padding-left: 15px;
			margin: 0px 0px 10px 40px;
			}

.galleryItem a:link
            {
            color: #1c78cf;
            text-decoration: none;
            }

.galleryItem a:hover
            {
            color: #1c78cf;
            text-decoration: underline;
            }

.galleryItem a:visited
            {
            color: #1c78cf;
            text-decoration: none;
            }
            
            
.bodycopy	{
			font-size: 12px;
			 line-height: 17px; 
			 color: #333333;
			 font-family: Arial, Helvetica, sans-serif;
			}


.bodycopy a:link
            {
            color: #4C7DAD;
            text-decoration: none;
            }

.bodycopy a:hover
            {
            color: #4C7DAD;
            text-decoration: underline;
            }

.bodycopy a:visited
            {
            color: #4C7DAD;
            text-decoration: none;
            }	
            
            
input {
			border:1px solid #666;
			font-family:arial,helvetica,sans-serif;
			font-size:12px;
			color:#666;
			width:250px;
			height:22px;
			padding:3px;
			margin-bottom:5px;
			}

textarea {
			width:500px;
			height:250px;
			margin-left:0px;
			font-family:arial,helvetica,sans serif;
			color:#666;
			font-size:12px;
			padding:5px;
			border:1px solid #666;
			}