/* Layout elements */

/* Fundamentals */

html {
          font: 0.75em/1.3 Tahoma, Verdana, Helvetica, Arial, Sans-serif;
          text-align: center;
          background: #e5ce18 url(images/background.jpg)
          repeat-x scroll;
}


/* Body container */

body {
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 731px;
  color: #ffffff;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background:#ffffff; 
}

table {
  border-collapse: collapse;
  border: 0;
  padding: 0;
  margin: 0;
  background: #efff94; 
}

td img {
  display:block;
}

#menu table {
  border-collapse: collapse;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background:#b23d33;
}

#menu td {
  width: 20px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#menu {
  padding: 6px 0;
  margin: 0;
  width: 100%;
  background-color: #000000;
  text-align: center;/*set value to "right" for example to align menu to the
  right of page*/
}

#menu li{
  list-style: none;
  display: inline;
}

#menu li a{
  padding: 3px 15px;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #000000;
  border: 0;
}

img {
        border: 0;
}

hr { 
  color:#000000;
  background:#000000;
  width: 95%;
}

/* Links */

#home a:link, #home a:visited {
        color: #000000;
}

#home a:hover, #home a:active {
	color: #000000;
}

#textBox a:link, #textBox a:visited {
        color: #000000;
}

#textBox a:hover, #textBox a:active {
        color: #000000;
}

#menu a:link, #menu a:visited {
        color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}


/* Headings */
h1 {
        color: #ffffff;
/* 
        color: #990033;
        color: #8e5a64; 
*/
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1px;
        text-decoration: underline;
        text-indent: 0px;
        text-transform: uppercase;
        z-index: 2;
}

h2 {
        color: #ffffff;
/* 
        color: #990033;
        color: #8e5a64; 
*/
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1px;
        text-decoration: underline;
        text-indent: 0px;
        z-index: 2;
}

h3 {
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        text-indent: 2px;
}

p, td {
  color:#3b482a;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  vertical-align: top;
  margin-right: 10px;
  margin-left: 20px;
}

#home p {
        color: #ffffff;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        vertical-align: top;
        margin: 0 5px 0 0;
}

#textBox {
       color: #000000;
       background: #e5ce18; 
       font-family: Tahoma, Arial, Helvetica, sans-serif;
       font-size: 12px;
       vertical-align: top;
       float:right;
       width:180px;
       padding: 10px;
}


textarea {
        width: 80%;
        height: 100px;
}



/* Lists */

ul {
        margin-left: 35px;
        padding: 0 5px 0 10px;
}


li {
	list-style-type: square;
}

/* Layout IDs */

/* Header */

#head {
	width: 733px;
	height: 186px;
	background: transparent ;
}

/* Main content */


#main {
 width: 710px;
 text-align: center;
 color:#483c32;
 display:inline-table;
 z-index: 2;
 padding: 10px;
}


/* Footer */

#foot {
  margin: 0;
  padding: 0;
  text-align: center;
  clear: both;
  background:#FFFFFF; 
  font-size: 11px;
  color: #445d93;
}

#foot a:hover, #foot a:active, #foot a:link, #foot a:visited {
	color: #445d93;
	text-decoration: none;
        font-weight: normal;
}


