body{
    margin: 0;
    background: url(images/site/paper2.jpg);
    background-color: #f2f2f2;
    font-family: Arial, Veranda, sans-serif;
    font-size: 12px;
    color: #000000;
}

#container{
   position: relative;
   margin-left: auto;
   margin-right: auto;
   margin-top: 30px;
   width: 850px;
   background-color: #fffde9;
   border: 10px solid #ffffff;
}
#header{
   width: 850px;
   height: 200px;
   background-color: #272621;
}
#topnav{
    width: 850px;
    height: 36px;
    background: url(images/site/topnavbg.jpg);
	background-repeat: repeat-x;
}
.topmenu{
    padding-top: 10px;
    padding-left: 20px;
    color: #ffffff;
    text-decoration: none;
}
.topmenu a{
    color: #ffffff;
    text-decoration: none;
    font-size: 10px;
}
.topmenu a:hover{
    color: #ffffff;
    text-decoration: underline;
    font-size: 10px;
}
#leftcolumn{
   width: 849px;
   padding-top: 40px;
   padding-bottom: 40px;
   line-height: 140%;
   float: left;
}
#rightcolumn{
   width: 1px;
   color: #f2f2f2;
   padding-top: 40px;
   padding-bottom: 40px;
   float: right;
}
#leftcolumn_contact{
   width: 355px;
   padding-top: 30px;
   padding-bottom: 40px;
   line-height: 140%;
   float: left;
}
#rightcolumn_contact{
   width: 495px;
   color: #f2f2f2;
   padding-top: 70px;
   padding-bottom: 40px;
   float: right;
}
#footer{
   clear: both;
   width: 850px;
   height: 100px;
   background-color: #272621;
   border-top: 1px solid #ffffff;
}
#footertext{
   padding-top: 55px;
   margin-left: 20px;
   color: #f2f2f2;
   letter-spacing: 1px;
}
.strapline{
   font-size: 16px;
   color: #fffde9;
   letter-spacing: 1px;
   font-style: italic;
}

.content{
  padding-left: 20px;
  padding-right: 19px;
  color: #504638;
  font-size: 12px;
}
.paraheading{
  margin-top: 35px;
  font-weight: bold;
}
.bluelink a{
  color: #0099ff;
  text-decoration: none;
}
.bluelink a:hover{
  color: #0099ff;
  text-decoration: underline;
}
.bluelink2 a{
  color: #0099ff;
  text-decoration: underline;
}
.bluelink2 a:hover{
  color: #0099ff;
  text-decoration: none;
}
/*Used for special headings courses.php*/
/* browsers that won't do a hand will do a pointer */
.handcursor{
    cursor: hand;
    cursor: pointer;
    font-weight: bold;
}
#extra_space{
    height: 800px;
}

/* Admin section */
#admincontainer{
   position: relative;
   margin-left: auto;
   margin-right: auto;
   margin-top: 30px;
   width: 810px;
   background-color: #fffde9;
   border: 10px solid #ffffff;
   color: #504638;
   padding: 20px;
}
#adminmenu{
   font-size: 14px;
   line-height: 140%;
   color: #000000;
}
#adminmenu a{
   color: #0099ff;
   text-decoration: none;
}
#adminmenu a:hover{
  color: #0099ff;
  text-decoration: underline;
}
.redtext{
  color: #cc1400;
}

