@charset "UTF-8";
body { margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ padding: 0; text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ color: #FFFFCC; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.95em; background-color: #625652; line-height: 1.5em; }
.oneColFixCtrHdr #container { width: 780px; margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */ border: none; text-align: left; /* this overrides the text-align: center on the body element. */ }

.oneColFixCtrHdr #container #mainContent p { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; }

.oneColFixCtrHdr #container #footer font { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.85em; line-height: 1.2em; font-weight: bold; color: #FFFFCC; }

.oneColFixCtrHdr #container #mainContent #menu { font-size: 80%; font-weight: bold; }
.oneColFixCtrHdr #header h1 { margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ padding-top: 0px; padding-right: 10; padding-bottom: 0px; padding-left: 10; }
footer p { margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */ padding-top: 5px; padding-right: 0; padding-bottom: 5px; padding-left: 0; }

a { color: #4B8887; text-decoration: none; }

a:visited { color: #4B8887; }

a:hover { color: #FFFFCC; text-decoration: underline; }

