/* 
 * Synergy Consortium Style Sheet Copyright 2005 All Rights Reserved
 * http://www.lucidsystems.org/sc/
 *                            
 */
a:link {color: grey; text-decoration: none;}
a:hover {color: grey; text-decoration: underline;}

.navi a:link {color: black; text-decoration: none;}
.navi a:visited {color: black;text-decoration: none;}
.navi a:hover {color: black; text-decoration: underline;}


body    {

        margin:9px 9px 0 9px;
        font-family: "Times New Roman", Georgia, Times, "New York", serif;
        backround : white;
        color : black;
                
        }
        
.bordered { 
	border: dotted 2px black;
	width: 200px;
	margin: 6px 3px 6px 3px;
	padding: 4px;
}

.feature { background-color: #ccffcc; }

        
.stand.a {color: blue; text-decoration: underline; }
               
        
#logo   {
        
        height 500px;
        background-image: url(images/sc-logo.jpg);
        background-repeat: no-repeat;
        background-position: top;
        border-bottom: 1px dotted #ccc;
        
        }  
        
.sections   {
            
            width : 15%;
            float: left;
            padding-left: 25px;
            padding-top: 20px;
            margin-left: 5px;
         
            a:link color: black; 
            /*a.link text-decoration: none;*/
            
            
            }
          
.pagebody {

            width : 60%;
            padding-left: 85px;
            padding-right: 25px;
            padding-top: 20px;
            float: right;
            border-left: 1px dotted #ccc;

          }   
                               
.copyright {

            width : 80%;
            padding-left: 85px;
            padding-right: 25px;
            padding-top: 300px;
            float: bottom;
            color:#c7c7c7; 
            font-size:90%
            

          }                   
        


div.resources {margin-right: 600px}
/* creates a 600 pixle-wide area for the resoreces images, names, and descriptions */


