  body { background-image: url(../images/background.jpg) }
  h1   { color: #275421; text-align: center; }
  a:link { color: #663300; text-decoration: none; }
  a:hover { color: #996633; text-decoration: underline; font-weight: bold; }
  a:visited { color: #663300; }
  a:active { color: #663300; }

  #pagehead {
        width: 100%;
	margin: 0 auto;
	border-top: 1px solid #003300;
	border-bottom: 1px solid #003300;
	text-align: center;
        background-color: #996633; }
  #container { 
	width: 800px;
	height: 375px;
	margin: 0 auto;
	background-color: #FFFFFF; }
  #container #col1 {
	height: 100%;
        width: 140px;
	background-color: #996633; 
        float: left; }
  #container #col2 {
	height: 100%;
	width: 635px;        
	float: right;
	background-color: #FFFFFF;
	padding-left: 25px; }
  #col2 #col2mid {
        width: 375px;
	text-align: center;
        float: left; }
  #col2 #col2side {
        width: 140px;
        float: right; }
  #col2 #col2center {
        width: 550px;
	text-align: left;
        float: right; }
  .sectionextra { clear: both;
	width: 800px;
	height: 400px;
	margin: 0 auto;
	background-color: #FFFFFF; }
  #footer { clear: both;
        width: 100%;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #003300;
	border-bottom: 1px solid #003300;
	background-color: #996633; }
  .menulink { color: #006633;
        font-weight:bold;
        text-decoration: none; }
  .titlebox { width: 850px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
        font-weight: bold;
        font-size: 125%;
	background-color: #996633; 
	color: #FFFFFF }
  .headingbox { width: 650px;
	margin: 0 auto;
	background-color: #FFCC99;
	padding: 5px;
	text-align: center;
        font-weight: bold;
        font-size: 125%; 
	color: #663333; }
  .menu_vert  { width: 125px;
        float: left;
	border-style: solid;
        border-width: 1px;
        border-color: #003300;
        background-color: #FFCC99;
        margin: 25px;
        padding: 15px;
        line-height: 1.8;
	text-decoration: none;
        font-weight: bold;
	text-align: right; 
        color: #003300; }
  .content { width: 475px;
	margin-top: 65px;
	margin-left: 65px;
	text-align: justify;
	font-size: 80%;
        font-family: sans-serif; }
  .pagehalf { 
	width: 800px;
	margin: 0;
	background-color: #FFFFFF; }
