/*
	stylesheet
*/


body {
          background-color : #ffffff;
          margin : 0;
          padding : 0;
          font-family : trebuchet ms, arial, sans-serif;
          font-size : medium;
      }

img {
          border-width : 0;
          padding : 0;
          margin : 0;
      }

p {
          text-align : left;
          margin-top : 12px;
          margin-bottom : 0;
      }

.bigbody{
          text-align : left;
          margin-top : 12px;
          margin-bottom : 0;
		  font-size:large;
		  font-weight: bold;
      }

h1, h2 {
          color : #000;
          border-bottom : 1px solid #000;
          padding-bottom : 2px;
          padding-top : 8px;
          margin-top: 6px;
      }
h4 {
          color : #000;
          border-bottom : 1px solid #000;
          padding-bottom : 0;
          padding-top : 4px;
      }

h3, h5, h6 {
          color : #000;
          padding-bottom : 0;
          margin-bottom : 0;
          padding-top : 15px;
      }

h1.features, h2.features, h3.features, h4.features, h5.features, h6.features {
          text-align : center;
          text-decoration : underline;
          border : none;
      }

ul.features {
          list-style-type : square;
      }

a {
          color : #ffffff;
      }

a:visited {
          color : #000;
      }

a {
          color : #000000;
      }

a:hover {
          color : #000000;
      }

fieldset {
      border: 0;
}

#container {
          width : 782px;
          background-color : #f0d6ae;
          margin : auto;
          padding : 0;
      }

#banner {
          background-color : #ec7022;
          padding : 0;
          margin : 0;
          height: 207px;
      }

#banner img {
          border : 0;
          padding : 0;
          margin : 0;
      }

#quote {
          background-color : #53a519;
          color: #ffffff;
          font-weight : bold;
          padding : 2px 8px;
          margin: 0;
          text-align : right;
          font-size : small;
      }
	  
#quote div {
          float : right;
      }

#quote, #quote a:visited, #quote a:hover, #quote a:active {
          color : #fff;
          text-decoration : none;
      }
	  
#side {
          float : left;
          width : 200px;
          font-family : trebuchet ms, arial, sans-serif;
          font-size : medium;
          background-color : #f0d6ae;
      }
	  
ul.makeMenu {
          width : 200px;
          display : block;
          font-weight : bold;
          margin : 0;
          padding : 0;
          position: absolute;
      }
	  
ul.makeMenu ul {
          width : 280px;
          display : block;
          font-weight : normal;
          margin : 0;
          padding : 0;
      }
	  
ul.makeMenu li {
          list-style : none;
          position : relative;
          padding : 4px 22px;
      }
	  
ul.makeMenu li > ul {
          display : none;
          position : absolute;
          left : 199px;
          top : 0;
          height: 130px;
      }

ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
          background : url(assets/images/bullet_ge.gif) no-repeat;
          color : #000000;
          text-decoration : none;
      }

ul.makeMenu ul.CSStoShow {
          display : block;
          background-color : #efc08a;
          position : absolute;
          left : 169px;
          top : 0;
          color : #000000;
      }
	 
ul.makeMenu li:hover > ul {
          display : block;
          background-color : #efc08a;
          color : #000000;
          position : absolute;
          left : 199px;
      }

ul.makeMenu li a {
          color : #000000;
          text-decoration : none;
      }

ul.makeMenu li:hover > a {
          color : #000;
      }

#image {
          display : block;
          float : right;
      }
	  
#content {
          margin : 0px 22px 5px 202px;
          height : 1%;
      }

#content img {
          margin-left : 5px;
          float : right;
      }
	  
#content a {
          color : #006600;
      }
	  
#content a:hover {
          color : #000000;
      }
	  
#content hr {
          height : 1px;
          color : #000000;
      }

#footer {
          clear : both;
          background-color : #53a519;
          padding-left : 8px;
          padding-right : 8px;
          padding-top : 3px;
          height : 40px;
          font-weight : normal;
          color : #ffffff;
          font-size : small;
          text-align : right;
      }
	  
#footer img {
          float : left;
      }
	  
#footer a:link, #footer a:visited {
          font-weight : normal;
          color : #000;
          font-size : small;
      }
	  
#footer a:hover {
          text-decoration : underline;
      }
	  
