* {
margin:0;
padding:0;
}

body {
text-align: left;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
}

div {
font-size: 11px;
}

img {
border: 0;
}

a,
a:link 
a:active {
text-decoration: none;
background-color: inherit; 
color: #ff4900;
}

a:visited {
text-decoration: none;
background-color: inherit;
color: #ff4900;
}

a:hover {
text-decoration: underline;
background-color: #f3f3f3;
color: #ff4900;
}

body {
background-color: #fff;
color: #676767;
margin:1em;
}

div#pagewrapper {
margin: 0 auto;
max-width: 750px;
min-width: 750px;
background-color: #fff;
}

div#header {
border-bottom: 3px solid #33cc33;
font-size: 24px;
margin-bottom:15px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
}

div#content {
color: #666666;
margin-left: 180px;
margin-right: 210px;
width: 354px; /* minus 6px due to ie6 */
}

div#leftcol {
float: left;
width: 150px;
display: inline;  /* FIX IE double margin bug */
/* margin-left: 0; */
}

div#rightcol {
float: right;
width: 175px;
}

div#footer {
clear: both;
background-color: #ffffff;
color: #000000;
border-top: 3px solid #33cc33;
}

div#footer p {
font-size: 0.8em;
padding: 0.6em;
text-align: center;
margin: 0;
}

div#footer p a {
color: #000000;
text-decoration: underline;
}

div#footer p a:hover {
text-decoration: none;
}

h1 {
color: #666666; 
font-size: 16px; 
text-align: left; 
line-height: 1.5em;
margin: 0 0 0.5em 0;
}

h2 {
color: #666666; 
font-size: 14px; 
text-align: left; 
line-height: 1.5em;
margin: 0 0 0.5em 0;
}

h3 {
color: #666666; 
font-size: 13px;
line-height: 1.3em;
margin: 0 0 0.5em 0;
}

h4 {
color: #666666; 
font-size: 12px;
line-height: 1.3em;
margin: 0 0 0.25em 0;
}

h5 {
color: #666666; 
font-size: 11px;
line-height: 1.3em;
margin: 0 0 0.25em 0;
}

p {
margin: 0 0 0.7em 0;
line-height: 1.6em;
padding: 0;
}

strong, b {
font-weight: bold;
}

em, i {
font-style:italic;
}

div#content ul,
div#content ol,
div#content dl {
font-size: 11px;
line-height: 1.6em;
margin: 0 0 1.5em 0em;
}

div#content ul li,
div#content ol li {
margin: 0 0 0.25em 3em;
}

div#content dl dt {
font-weight: bold;
margin: 0 0 0 1em;
}

div#content dl dd {
margin: 0 0 1em 1em;
}

div#content dl {
margin-bottom: 2em;
padding-bottom: 1em;
border-bottom: 1px solid #c0c0c0;
}

#menuitems {
padding-left: 0;
margin-left: 0;
}

#menuitems li {
list-style: none;
margin: 0;
border-bottom: 1px solid #c0c0c0;
display: block;
}

/** fix ie bug with display:block; **/
* html #menuitems li a { height: 1%; } 
* html #menuitems li hr { height: 1%; }
/** end fix **/

div#menuitems a {
text-decoration:none;
display: block;
padding: 0.8em 0.5em 0.8em 5px;
color: #ff6600;
min-height:1em;
}

div#menuitems ul a:hover{
background: #E0E0DE;
}
