/* Wireframing - place borders around all div elements during development */
  div {
    margin:0;
    padding:0;
    }
/* Declare body first of all */
  body {
    text-align:center;
    font:normal 80.5% 'Lucida Grande',Verdana,sans-serif;    
    }
/* Container */
  #container {
    width:760px;
    margin:20px auto;
    background:#e5e5e5;
    border:1px solid green;
    }
/* Masthead and descendants */
  #masthead {
    height:181px;
    background:url(/visual/ARCmasthead.png) no-repeat;
    border-bottom:1px solid green;
       
    }
  #masthead ul {
  list-style:none;
  margin:10px 0 10px 0;
  padding:0;
  text-align: right;
  }
  #masthead li {
  display:inline;
  margin:0 10px 0 0;
  padding:0;
  line-height:200%;
  }
  #masthead li a:hover {
  color:#FFF;
  }
    
/* The main column and descendants */
  #mainCol {
    float:right;
    width:450px;
    text-align:left;
    background:#ADD8E6;
    font-size:1.1em;
	line-height:150%;
	color:#902d2d;      
    }

/* The main column and descendants */
  #mainCol {
    float:right;
    width:450px;
    text-align:left;
    background:#ADD8E6;
    font-size:1.1em;
	line-height:150%;
	color:#902d2d;      
    }
  #mainCol p {
  width:400px;
  }
  #mainCol a:link{
  color:##4d4d4d;
  }
  #mainCol a:hover{
  color:#ffa500;
  }


/* The left column and descendants */
  #sidebar {
    float:left;
    width:306px;
    }
  #sidebar ul {
  list-style-type:none;
  margin:5px;  
  padding:2px;
  border:1px solid #FFF;
  width:294px;
  }

#sidebar li a:link, #sidebar li a:visited {
  text-decoration:none;
  display:block;
  background: #DDDDDD;
  text-align: left;
  margin: 0;
  padding: 2px 2px;
 /* border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #666;*/
  font-size:1.2em;
  font-weight:bold;
  color:#4d45e3;
  }
#sidebar li a:hover {
  color:#FFF;
  }
/* The footer and descendants */
  #footer {
    clear:both;
    text-align:center;
    background:#FFC0CB;
    border-top:1px solid green;
    
    }
    
/* All headings and versions of */
  h2, h3 {
    color:#a020f0;
    }
  h2 {
    margin-top:40px;
    font-size:1.6em;
    }
  h3 {
    margin-top:30px;
    font-size:1.5em;
    }
  h4 {
  font-size:1.3em;
  color:#FFE86C;
  }
  h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
  color:#0000ff;
  }
  h2 a:hover, h3 a:hover {
  color:#FFF;
  }
/*Sponsor*/
#sponsor{
  list-style-type:none;
  margin:5px;  
  border:1px solid #FFF;
  width:294px;
  }
 
