/*******************************************************************************
* STYLES FOR PRESINGOLL FARM WEB
*
*
* 
*
*********************************************************************************/

/********************************************************************************/
/*                              Body styles 							  									  */
/********************************************************************************/
body {
 
  font-family: Verdana, Arial, Helvetica; 
  font-size: 1em;
  background: "#FFFBD7";
  color: #6A8545;
    TOPMARGIN: 2 ;
  LEFTMARGIN: 2 ;
  MARGINWIDTH ;
}

/********************************************************************************/
/*                                 Table styles 																*/
/********************************************************************************/

table {

  BORDER: 0;
  background: "#FFFBD7";
		
}

td {

	BORDER-RIGHT: ;
	FONT-WEIGHT: normal;
	FONT-SIZE: 1em;
	color: #6A8545";#AAC288"
  	BORDER-BOTTOM: ;
	FONT-FAMILY: Verdana, Arial, Helvetica;

}

th {

	BORDER-RIGHT: ;
	FONT-WEIGHT: normal;
	FONT-SIZE: 1.5em;
	color: #6A8545;
	BORDER-BOTTOM: ;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	BACKGROUND-COLOR: #000000
	background: "#FFFBD7";
}

.noclass {

  BORDER-RIGHT: ;
  BORDER-LEFT: ;
  BORDER-TOP: ;
  BORDER-BOTTOM: ;
	FONT-WEIGHT: normal;
	FONT-SIZE: 9pt;
	color: #6A8545;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	BACKGROUND-COLOR: #FFFFFF
	background: "#FFFBD7";
}

/********************************************************************************/
/*                            Standard Links ... 																*/
/********************************************************************************/

A {
	color: #074858;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	font-family : Verdana, Arial, Helvetica;
}
A:VISITED {
	color: #074858;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	font-family : Verdana, Arial, Helvetica;
}
A:HOVER {
	color: #C6B464;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	font-family : Verdana, Arial, Helvetica;
}
A:VISITED:HOVER {
	color: #CC3300;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	font-family : Verdana, Arial, Helvetica;
}

/********************************************************************************/
/*                              Header styles 							  									*/
/********************************************************************************/

H1 {
	color: #6A8545;
	font-weight: bold;
	font-family : Verdana, Arial, Helvetica;
	font-size: 1.50em;
}

H2 {
	color: #6A8545;
	font-weight: bold;
	font-family : Verdana, Arial, Helvetica;
	font-size: 1.25em;
}

H3 {
	color: #003366;
	font-weight: bold;
	font-family : Verdana, Arial, Helvetica;
	font-size: 1.0em;
}

H4 {
	color: #003366;
	font-weight: bold;
	font-family : Verdana, Arial, Helvetica;
	font-size: 0.75em;
}

/********************************************************************************/
/*                              Overide default classes 		  									*/
/********************************************************************************/

DIV.example {

  BACKGROUND-COLOR: #EAE8E8;
}

PRE.programlisting {

  BACKGROUND-COLOR: #EAE8E8;
}

P.title {

  BACKGROUND-COLOR: #C6B464;
}

#MAINMENU{
    background: "#FFFBD7";
    background-repeat : repeat-x;
    height:1.5em ;
    clear: both;
    padding-bottom:1em;
    text-align : center;
   
}

#MAINMENU ul{
    font-family: verdana, helvetica, sans-serif;
    font-size: 0.85em;
    font-weight: bold;
    list-style-type : none;
    margin: 1;
    padding:0;
    text-transform : capitalize;
    text-align : center;
    vertical-align:middle;
    line-height:2em;
}   
    
#MAINMENU li.inline{
    display: inline;
    padding-left: 2em;
    padding-right: 2em;
  }
  
#MAINMENU li.inline a {
    background: #AAC288;#94C10B
    text-decoration: none;
    color:#003366;
    font-size:1em;
}

#MAINMENU li.inline a:hover {
    background: #F5FCC7;
    text-decoration: none;
    color:#CC3300;
    font-size:1em;
}

#header{
    background-color="#1D80E2" text="#fffff">
}
#cat {
    margin: 0;
    padding: 0;
}
    
#cat ul {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    clear: left;
}

#cat ul li {
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
    text-indent: 5px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

#cat ul li a {
    background: #AAC288;#F7F5EF
    width: 136px;
    height: 3em;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #DFDBD1;
    padding: 0;
    margin: 0;
    color:#6F6E69;
    text-decoration: none;
    display: block;
    text-align: left;
    font-weight: bold;
    line-height: 3em;
    font-size: 10px;
}

#html>#cat ul li a  {
    font-size: 10px;
} 

#cat ul li a:hover {
    color: #3E9397;
    background: #E7FCFD;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #D3EEF0;
    }
/********************************************************************************/
/*                              Footer styles 							  									*/
/********************************************************************************/
}
SPAN.footer  {
	color: #003366;
	text-decoration: none;
	font-weight: normal;
	font-family : Verdana, Arial, Helvetica;
	font-size: 8pt;
}

