/*********************************************/
          /* RWR Solutions (2007) */
    /* Style sheet for College Down Farm */
/*********************************************/
/*    NOTE TO SELF: top right bottom left    */

body {
     color:             grey;
     font-family:       helvetica;
     font-size:         14px;
     background-color:  #e4da9a;
}

#container {
     position:          absolute;
     width:             945px;
     left:              50%;
     margin-left:       -472.5px;
     background-color:  white;
}

div#banner{
     height:205px;
     background: url("img/banner.gif") no-repeat center;
}
div#menu {
     margin:0px;
     padding:0px;
     width:945px;
     height:45px;
     border-bottom:5px #6c391a solid;
}

div#main{
     width:100%;
     margin:0;
     padding:15px;
     color:#000;
}


p {
	line-height:20px;
	text-align:justify;
}

li {
	line-height:20px;
}

input,textarea{
     font-family:verdana;
     font-size:12px;
}

h1{
  font-size:18px;
  font-weight:bold;
  color:#009c02;
}

h2{
  font-size:14px;
  font-weight:bold;
  color:#6c391a;
}

h3{
  font-size:12px;
  font-weight:bold;
  color:#009c02;
}

h4{
  font-size:10px;
  font-weight:bold;
  color:#009c02;
}

h5{
  font-size:12px;
  color:red;
  font-weight:bold;
}

table.1   { border-collapse: collapse;
            background-color:black }
tr#row1 { border-bottom: thick solid red }
tr#row2 { border-top: 1px solid black }
tr#row3 { border-top: 1px solid black }



a:link, a:visited, a:active {
  color:#6c391a;
  text-decoration: none;
}

a:hover{
  color:black;
  text-decoration: underline;
}

p.bold{
  font-weight:bold;
}

p.footer{
  font-weight:bold;
  font-size:10px;
  text-align:right;
  background-color:#575D31;
  padding:0;
  margin:0;
}
