body{
	margin             : 0px;
	font-family        : Arial, Verdana, San-Serif;
	font-size          : 11px;
	background-color   : #ffffff;
	background         : url(images/background.gif);
}
.subfooter{
  padding            : 20px;
  background-color    :#ffffff;
  height             : 25px;
}
.tutLink{
    text-decoration       : none;
    color                 : #0000cc;
  }
  .tutLink:hover{
    text-decoration       : underline;
    color                 : #0000cc;
  }
.greyBorder{
  border             : 1px solid #cccccc;
  padding            : 5px;
  background         : url(images/geryBorderBackground.gif) no-repeat;
}
a{
  text-decoration    : none;
  font-weight        : bold;
  color              : #990000;
}
a:hover{
  text-decoration    : underline;
  font-weight        : bold;
  color              : #990000;
}
.whiteLink{
  text-decoration    : none;
  font-weight        : bold;
  color              : #ffffff;
}
.code{
  font-family           : Courier, Sans;
  font-size             : 12px;
  letter-spacing        : 0px;
  padding               : 5px;
  border                : 1px solid #cccccc;
  background-color      : #F8FCFF;
}
.tutorial{
  font-family           : Sans-Serif;
  font-size             : 12px;
  width                 : 500px;
}
.intro{
  font-family           : Sans-Serif;
  font-size             : 12px;
  font-weight           : bold;
}
.note{
  font-family           : Sans-serif;
  font-size             : 11px;
  color                 : #990000;
  border                : 1px solid #990000;
  padding               : 5px;
}
.tutorialContainer{
  border           : 1px solid #9BB2C6;
  padding          : 5px;
}
.tutorialHeader{
  background-color : #ECF5FD;
  border           : 1px solid #9BB2C6;
}
.tutorialLink{
  color             : #424293;
  text-decoration   : none;
}
.tutorialLink:hover{
  color             : #159C15;
  text-decoration   : underline;
}
.error{
  color             : #ff0000;
}
.tutorialsList{
  border            : 1px solid #cccccc;
  padding           : 5px;
}
.smallBlueHeading{
  height            : 20px;
  background        : url(images/smallBlueHeader.gif) repeat-x;
  padding-left      : 5px;
  font-weight       : bold;
  font-size         : 13px;
}
.smallYellowHeading{
  height            : 20px;
  background        : url(images/smallYellowHeader.gif) repeat-x;
  padding-left      : 5px;
  font-weight       : bold;
  font-size         : 13px;
}
.smallHeader{
  height            : 20px;
  background        : url(images/smallHeader.gif) repeat-x;
  padding-left      : 5px;
  font-weight       : bold;
  font-size         : 13px;
}
input, textarea{
  font-size         : 11px;
  font-family       : Sans-Serif;
}
img{
  margin            : 0px;
}
.logo{
  border-bottom     : 1px solid #5b5b5b;
}
.menuContainer{
  padding-left      : 2px;
}
.copyright{
  background-color  : #5b5b5b;
  color             : #ffffff;
}
.leftPage{
  background        : url(images/menuStrip.gif) repeat-y;
}
.linkHome{
  color             : #5b5b5b;
  text-decoration   : none;
  font-size         : 12px;
  border				    : 1px solid #ffffff;
  padding           : 3px;
  padding-left      : 20px;
  background-color  : #ffffff;
  background        : url(images/homeOff.gif) no-repeat;
  background-position: center left;

}
.linkHome:hover{
  color             : #991e1e;
  text-decoration   : none;
  font-size         : 12px;
  border            : 1px solid #cccccc;
  padding           : 3px;
  padding-left      : 20px;
  background-color  : #EFEDED;
  background        : url(images/homeOn.gif) no-repeat;
  background-position: center left;
}
.linkTutorial{
  color             : #5b5b5b;
  text-decoration   : none;
  font-size         : 12px;
  border				    : 1px solid #ffffff;
  padding           : 3px;
  padding-left      : 20px;
  background-color  : #ffffff;
  background        : url(images/tutorialOff.gif) no-repeat;
  background-position: center left;

}
.linkTutorial:hover{
  color             : #991e1e;
  text-decoration   : none;
  font-size         : 12px;
  border            : 1px solid #cccccc;
  padding           : 3px;
  padding-left      : 20px;
  background-color  : #EFEDED;
  background        : url(images/tutorialOn.gif) no-repeat;
  background-position: center left;
}
.linkPhoto{
  color             : #5b5b5b;
  text-decoration   : none;
  font-size         : 12px;
  border				    : 1px solid #ffffff;
  padding           : 3px;
  padding-left      : 20px;
  background-color  : #ffffff;
  background        : url(images/photoOff.gif) no-repeat;
  background-position: center left;

}
.linkPhoto:hover{
  color             : #991e1e;
  text-decoration   : none;
  font-size         : 12px;
  border            : 1px solid #cccccc;
  padding           : 3px;
  padding-left      : 20px;
  background-color  : #EFEDED;
  background        : url(images/photoOn.gif) no-repeat;
  background-position: center left;
}
.linkMusic{
  color             : #5b5b5b;
  text-decoration   : none;
  font-size         : 12px;
  border				    : 1px solid #ffffff;
  padding           : 3px;
  padding-left      : 20px;
  background-color  : #ffffff;
  background        : url(images/trackOff.gif) no-repeat;
  background-position: center left;
}
.linkMusic:hover{
  color             : #991e1e;
  text-decoration   : none;
  font-size         : 12px;
  border            : 1px solid #cccccc;
  padding           : 3px;
  padding-left      : 20px;
  background-color  : #EFEDED;
  background        : url(images/trackOn.gif) no-repeat;
  background-position: center left;
}
.linkCodeLib{
  color             : #5b5b5b;
  text-decoration   : none;
  font-size         : 12px;
  border				    : 1px solid #ffffff;
  padding           : 3px;
  padding-left      : 20px;
  background-color  : #ffffff;
  background        : url(images/codeLibOff.gif) no-repeat;
  background-position: center left;

}
.linkCodeLib:hover{
  color             : #991e1e;
  text-decoration   : none;
  font-size         : 12px;
  border            : 1px solid #cccccc;
  padding           : 3px;
  padding-left      : 20px;
  background-color  : #EFEDED;
  background        : url(images/codeLibOn.gif) no-repeat;
  background-position: center left;
}
.linkApplication{
  color             : #5b5b5b;
  text-decoration   : none;
  font-size         : 12px;
  border				    : 1px solid #ffffff;
  padding           : 3px;
  padding-left      : 20px;
  background-color  : #ffffff;
  background        : url(images/applicationOff.gif) no-repeat;
  background-position: center left;

}
.linkApplication:hover{
  color             : #991e1e;
  text-decoration   : none;
  font-size         : 12px;
  border            : 1px solid #cccccc;
  padding           : 3px;
  padding-left      : 20px;
  background-color  : #EFEDED;
  background        : url(images/applicationOn.gif) no-repeat;
  background-position: center left;
}
.linkSupport{
  color             : #5b5b5b;
  text-decoration   : none;
  font-size         : 12px;
  border				    : 1px solid #ffffff;
  padding           : 3px;
  padding-left      : 20px;
  background-color  : #ffffff;
  background        : url(images/supportOff.gif) no-repeat;
  background-position: center left;

}
.linkSupport:hover{
  color             : #991e1e;
  text-decoration   : none;
  font-size         : 12px;
  border            : 1px solid #cccccc;
  padding           : 3px;
  padding-left      : 20px;
  background-color  : #EFEDED;
  background        : url(images/supportOn.gif) no-repeat;
  background-position: center left;
}
.pageContainer{
  border            : 1px solid #5b5b5b;
  background-color  : #ffffff;
}
form{
  margin            : 0px;
}
.donationDiv{
  padding           : 2px;
  border            : 1px solid #cccccc;
  width             : 75px;
}
#flame{
  color             : #cc0000;
  text-decoration   : none;
  font-size         : 12px;
  border            : 1px solid #cc0000;
  padding           : 3px;
}