/* Jeeves and Green Stylesheet */
body, p, td, tr, th, input, h1, h2, h3, h4, h5, h6, select, option, textarea, li, ol, ul {
font-family: arial, verdana, sans-serif;
} 
body {
margin:10px;
padding:0px;
color:#000000;
background:#fff;
}
p {
font-size:0.9em;
line-height:1.3em;
margin:6px 11px;
padding:8px;
}
h1 {
font-family: Arial, verdana, sans-serif;
font-size:1.4em;
line-height:1.9em;
color:#404040;
margin:6px 11px 0px 11px;
padding:6px 0 0 0;
}
h2 {
text-decoration:underline;
font-family: Arial, verdana, sans-serif;
font-size:0.9em;
font-weight:bold;
margin:2px 11px;
padding:4px;
}
h3 {
font-size:0.8em;
font-weight:bold;
margin:2px 11px;
padding:4px;
}
li {
font-size:0.8em;
line-height:1.6em;
}
li.nav {
font-size:0.7em;
line-height:1.6em;
}
li ul li, li ol li {
font-size:1.0em;
line-height:1.6em;
}
ul, ol {
margin:2px 40px;
padding:2px;
}

a, a:link, a:active {
text-decoration:underline;
}
a:visited {
text-decoration:underline;
}
a:hover {
text-decoration:none;
}


/*ID's*/
#redframe {
margin:0 auto 0 auto;
padding:0px;
width:779px;
background:#fff;

}
#whiteframe {
margin:0 auto 0 auto;
padding:0;
background:#fff;

}
#maincontent {
float:right;
width:779px;
background:#FFFFFF;
}


/*classes*/
.brown1 {
font-family:arial;
font-size:1.8em;
color:#CC6600;
}
.brown2 {
font-family:arial;
font-weight:bold;
font-size:1.3em;
color:#CC6600;
}
.green2 {
color:#008000;
font-family:arial;
font-weight:bold;
font-size:1.3em;
}
.green3 {
color:#008000;
font-family:arial;
font-weight:bold;
font-size:1.2em;
}
a.green {
color:#008000;
}
a.brown {
color:#CC6600;
text-decoration:none;
}
h1.green {color:#008000;}
p.green {color:#008000; font-weight:bold;}
h1.brown {color:#CC6600;}
span.brown {color:#CC6600;}
p#nav, p#nav a {
text-align:center;
color:#BB9E66;
font-size:0.8em;
}