body {
  background-image: url('../images/woodbg.jpg');
  font-family: calibri, Helvetica, sans-serif;
  font-size: 14px;
}

a:link { color: #295844; text-decoration: none; }
a:hover { color: #295844; text-decoration: underline; }
a:visited { color: #295844; text-decoration: none; }

p  {
  /* paragraph margin goes top, right, bottom, left */
  margin: 5px 0px 10px 0px;
  color: #000000;
}

p.red {
	color: #FF0000;
}

h1 {
   color: #295844;
   font-size: 18pt;
}

h2 {
   font-size: 14pt;
}

.dlright{
	float: right;
	padding-right: 10px;
}

.dlleft{
	float: left;
	padding-left: 10px;
}

img.left {
    text-align: left;
}

img.right {
    text-align: right;
}

img.floatright {
    float: right; 
    margin: 8px; 
}

img.floatleft {
    float: left; 
    margin: 8px; 
}

img.hidden {
   visibility: hidden;
}

#wrapper { 
  margin: 0 auto;
  width: 922px;
  border: 2px solid black;
}

#header {
  color: #333;
  width: 922px;
  float: left;
  padding: 0px;
  height: 230px;
  margin: 0px 0px 0px 0px;
}

#header img {
  border: 1px solid #ffffff;
}

#leftcolumn { 
  color: #000000;
  background: #dfdbcf;
  margin: 0px 0px 0px 0px;
  padding: 10px;
  height: 402px;
  width: 166px;
  float: left;
}

#gull {
  margin-top: 8px;
  width: 166px;
  text-align: center;
}

#main { 
  float: left;
  color: #000000;
  background: #dfdbcf;
  margin: 0px 0px 0px 0px;
  padding: 5px;
  height: 412px;
  width: 726px;
  display: inline;
}

#welcome {
  float: left;
  color: #000000;
  border: 1px solid #ffffff;
  background: #dfdbcf;
  margin: 0px 0px 0px 0px;
  padding: 5px;
  height: 400px;
  width: 710px;
  display: inline;
  overflow: auto;
}

#greenteam {
  border: double 2px black;
  margin: 3px;
  }

#footer { 
  color: #000000;
  text-align: center;
  width: 914px;
  height: 20px;
  clear: both;
  background: #dfdbcf;
  margin: 0px 0px 0px 0px;
  padding: 4px;
}

#footer a:link { color: #000000; text-decoration: none; }
#footer a:hover { color: #000000; text-decoration: underline; }
#footer a:visited { color: #000000; text-decoration: none; }
#footer p { font-size: 10px; }

/* Navigation Menu Style */

.glossymenu{
   margin: 0px 0;
   padding: 0;
   width: 162px; /*width of menu*/
   border: 1px solid #9A9A9A;
   border-bottom-width: 0;
}

.glossymenu a.menuitem{
   background: black url(../images/glossyback.png) repeat-x bottom left;
   font: bold 12px "Verdana";
   color: white;
   display: block;
   position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
   width: auto;
   padding: 4px 0;
   padding-left: 4px;
   text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
   color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
   position: absolute;
   top: 5px;
   right: 5px;
   border: none;
}

.glossymenu a.menuitem:hover{
   background-image: url(../images/glossyback2.png);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
   background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
   list-style-type: none;
   margin: 0;
   padding: 0;
}

.glossymenu div.submenu ul li{
   border-bottom: 1px solid brown;
}

.glossymenu div.submenu ul li a{
   display: block;
   font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
   color: black;
   text-decoration: none;
   padding: 2px 0;
   padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
   background: #DFDCCB;
   colorz: white;
}