* { margin: 0; padding: 0; outline: none;}
ol, ul { list-style-type: none;}

a { color: #667700; text-decoration: none;}
a:hover { color:#aa0000;}

body.page-Home h1 { display:none; }

body{ background: #fff; font: 62.5% palatino, "times new roman", serif; color: #333; }
#wrap { width: 700px; margin: 0 auto;}
#header { text-align: center; margin: 20px 0 16px 0;}
#nav { background: #fbfbfb; border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; padding: 6px 0; font-size: 1.6em; text-transform: uppercase;}
#searchbar { padding: 30px 0; text-align: center}
#content { font-size: 1.4em; padding: 40px 0; border-top: 1px solid #efefef; text-align: justify; line-height: 1.5em; }
#footer { text-align: center; border-top: 4px double #cccccc; padding: 30px 0; font-size: 1.2em}

#nav ul { margin: 0 auto; width: 700px; text-align: center; }
#nav li { display: inline; padding-right: 15px;}

h1, h2, h3, h4 { font-weight: normal;}
h1 { font-size: 2.4em; text-align: center; margin-bottom: 15px; }
h2 { font-size: 1.8em; border-bottom: 1px solid #aaaaaa; margin-top: 20px; text-transform: uppercase; margin-bottom: 15px;}
h3 { font-size: 1.4em; margin-top: 10px; margin-bottom: 15px;}
h4 { font-size: 1.2em; margin-top: 10px; margin-bottom: 15px;}

#content p { margin: 12px 0;}
#content ol { list-style-type: decimal;}
#content ul, #content ol { margin: 15px; list-style-position: inside}

#content #toc { border: 1px solid #ccc; background: #f9f9f9; padding: 10px; font-size: 1.0em;}
#content #toc h2 { font-size: 1.2em; font-weight: bold; text-transform: capitalize; border: none; display: inline;}
#content #toc ul { margin: 0; }
#content #toc ul li ul { margin-left: 15px; }

form#search { display: none}
/* #searchInput { padding: 5px; font-size: 1.4em; -moz-border-radius:5px; -webkit-border-radius:5px; border: 1px solid #667700; margin-right: 5px; }
.searchButton { padding: 4px 10px; font-size: 1.4em; -moz-border-radius:5px; -webkit-border-radius:5px; border: 1px solid #667700 } */

.editsection { font-size: 14px; text-transform: capitalize; }
.printfooter { display: none;}

#searchInput {border: 1px solid #ddd;padding: 3px;font-size: 1.4em;font-family: palatino, "times new roman", serif;color: #666;margin-right: 5px; width: 200px;}
textarea{padding: 3px;font-family: palatino, "times new roman", serif;font-size: 1.0em;line-height: 1.5em;color: #333;width: 100%;}
.searchButton {padding: 3px 10px;color: #fff;font-weight: bold;background-color: #8EA7AA;background-image: url(images/button.png);background-repeat: repeat-x;background-position: left top;border-width: 1px;border-style: solid;border-color: #999;border-radius: 10px; -moz-border-radius: 12px; -webkit-border-radius: 10px;cursor: pointer;}