 /*** Body style elements ***/ 
    body { 
    background-image: url(/imgs/grad.jpg); 
    background-repeat: repeat-x;
    background-color: #779883;  
    color:black; 
    font-family: Frutiger Linotype, Trebuchet MS;
    font-size: 12px;  
    }
    p.footer {
    font-size: 11px;
    }
    p.botNav {
    font-size: 14.5px;
    color: #00b1b0;
    font-weight: bold;
    }
    .linkText {
    color: #00b1b0;
    font-size: 18px;
    font-weight:bold;
    padding: 0px 0px 20px 0px;
    }
    .storyText{
    color: #00b1b0;
    font-size: 16px;
    vertical-align: top;
    }
    p.videoText {
    margin-left: 2%;
    }
    A:link {
    color:#00b1b0;
    text-decoration: none;
    }
    A:active {
    color:#00b1b0;
    text-decoration: none;
    }
    A:visited {
    color:#00b1b0;
    text-decoration: none;
    }
    A:hover {
    color:#00b1b0;
    text-decoration: underline;
    }
    img.overlap {           /*used to overlap the header into laurie's img */ 
    position: absolute;
    left: 48%;
    }
    img.overlap2 {           /*used to overlap posted message img into other cells */ 
    position: relative;
    left: 0;
    bottom: 0;
    }
    .mb_text 
    {
	color: Black;
	font-size: 10pt;	
    }
    #video{
	margin-top: -15;
	text-align: center;
	background-color: #000000;
    }
    img.avatar {
	margin-right: 10px;
    }
    p.story {
	font-size:12pt;
    }
    
    /*** Table css elements ***/
    
	table.orange { 
	background-color: #fee052; 
	background-image: url(imgs/t_grad.jpg); 
	background-repeat: repeat-x; 
	color:black;
	border-color:black; 
	border-collapse: collapse; 
	float: right;
	border-width: 1px;
	margin-left: 20px; 
	}
	table.orange td {
	border-color: black;
	}
	.rounded_colhead { 
	-webkit-border-radius: 40px; /* for Safari */ 
	-moz-border-radius: 40px; /* for Firefox */ 
	}
	table.top { 
	border-width: 1px;
	border-style: solid;
	border-color: black; 
	border-collapse: collapse; 
	background-color: white; 
	}
	table.top tr { 
	border-style: none; 
	background-color: white; 
	}
	table.top td {
	border-style: none; 
	background-color: white; 
	}
	
	table.bottom {
	border-style: none;
	float:right;
	}
	
	table.links {
	vertical-align: middle;
	font-size: 18px;
	}
	
	
