a:focus{
  outline: none;
}
body{
  background-color:#336;
  font-family:arial,helvetica,san serif;
}
#bootcamp{
  display: none;
}
#class{
  display: none;
}
.coltext{
  width:580px;
  margin:2px;
  float:left;
  background-color:#fff;
}
.coltext p{
  margin:10px;
}
.coltext ul li{
  margin: 0px 0px 0px 10px;
}
.coltext form{
  margin:10px;
}
img{
  border: 0px;
}
.links{
  float:left;
  margin:0px 10px 0px 5px;
  background-color:#ccc;
  border-right: medium solid #666;
  height:720px;
  width:120px;
  display:block;
  text-align:center;
  clear:both;
}
.links a{
  color:#36c;
  margin-right:1px;
  background-color:#cc0;
  text-decoration:none;
  clear:both;
  line-height:30px;
  border:1px solid #000;
}
.links a:active{
  color:#f00;
  clear:both;
}
.links a:visited{
  color:#639;
  clear:both;
}
.links a:hover{
  color:#f00;
  background-color:#ff0;
  clear:both;
}
.quote{
  padding:15px 0px;
  background-color:#fff;
  clear:right;
  display:block;
  margin-left:10px;
}
#navcontainer
{
background: #ccc;
width: 20%;
margin: auto;
font-family: arial, helvetica, serif;
font-size: 13px;
text-align: center;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: auto;
width: 100%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em 0 0.5em 1em;
border-width: 1px;
border-color: #000;
border-style: solid;
color: #36c;
text-decoration: none;
background: #cc0;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #fff;
color: #800;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #f00;
font-weight: bold;
background: #ff0;
border-color: #000;
}

.green
{
 color: #090;
}

.red
{
 color: #f00;
}