/* HTML ELEMENTS */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
margin: 0px; 
padding: 0px; 
}

body {
margin: 10px 0px 0px 0px;
padding: 0px;
background-color: #e3e1dc;
text-align: center;
background-image: url('images/bg.gif');
background-repeat: repeat;
background-position: top;
}

body, p, div {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #013056;
}

p {
margin: 10px 0px 10px 0px;
}

img {
border: 0px;
}


h1 {
color: #a7a7a7;
font-size: 14px;
font-weight: bold;
margin: 10px 0px 10px 0px;
}

h2 {
color: #cc3300;
font-size: 12px;
font-weight: bold;
margin: 30px 0px 20px 0px;
}

h3 {
font-size: 11px;
font-weight: bold;
}

a {
color: #0078d9;
text-decoration: underline;
}

a:visited {
color: #013056;
text-decoration: underline;
}

a:hover {
color: #0078d9;
text-decoration: none;
}

ul {
margin: 0px 0px 0px 15px;
padding: 0px 0px 0px 0px;
}

ul li {
list-style-type: square;
margin: 0px 0px 0px 5px;
padding: 5px 5px 5px 5px;
font-size: 11px;
}

code {
color: #666666;
}


/* SPECIAL CLASSES */

a.imageHighlight:hover {
background: transparent;
}

a.imageHighlight img {
border: 2px solid #acdaff;
padding: 2px;
}

a.imageHighlight:visited img {
border: 2px solid #acdaff;
}  

a.imageHighlight:hover img,
a.imageHighlight:active img {
border: 2px solid #cc3300;
}

.separator {
text-align: center;
margin: 20px 0px 0px 0px;
}

.question {
margin: 50px 0px 20px 0px;
}

.answer {
}

.help a, .help a:visited {
text-decoration: none;
}

.help a:hover {
text-decoration: underline;
}


/* LAYOUT */

#main {
margin: 0px auto;
padding: 0px;
width: 741px;
}


#top {
margin: 0px;
padding: 0px;
width: 741px;
height: 79px;
}

#menu-main {
margin: 4px 0px 0px 0px;
padding: 0px;
width: 741px;
height: 26px;
background-image: url('images/menu.gif');
background-position: top;
background-repeat: no-repeat;
background-color: #56a1de;
text-align: center;
}

#menu-main ul.menu {
margin: 0px 0px 0px 90px;
padding: 0px;
list-style-type: none;
text-align: center;
height: 24px;
}

#menu-main ul.menu li {
margin: 0px;
padding: 0px;
float: left;
list-style-type: none;
line-height: 1.1;
height: 24px;
}

#menu-main ul.menu li a, #menu-main ul.menu li a:visited, #menu-main ul.menu li a:hover {
padding: 4px 20px 3px 20px;
margin: 1px 0px 1px 0px;
text-decoration: none;
font-size: 11px;
color: #013056;
text-align: center;
height: 17px;
background-color: #b1def9;
display: block;
border-left: 1px solid #b1def9;
border-right: 1px solid #b1def9;
}

#menu-main ul.menu li a:hover {
background-color: #e7f5fd;
}

#menu-main ul.menu li.active a, #menu-main ul.menu li.active a:visited {
background-color: #e7f5fd;
border-left: 1px solid black;
border-right: 1px solid black;
}


#body {
margin: 0px;
padding: 0px;
width: 741px;
background-image: url('images/body.gif');
background-position: top;
background-repeat: repeat-y;
background-color: white;
}

#body-left {
margin: 0px;
padding: 10px 0px 0px 0px;
float: left;
width: 145px;
background-color: transparent;
}

#body-left-firefox {
margin-left: 1px;
height: 320px;
background-image: url('/images/firefox-logo.jpg');
background-repeat: no-repeat;
background-position: -60px 100px;
}

#body-content {
margin: 0px;
padding: 0px;
float: left;
width: 596px;
text-align: left;
background-color: transparent;
}

#content {
padding: 10px 20px 10px 20px;
line-height: 1.5;
}

#bottom {
margin: 0px;
padding: 0px;
width: 741px;
height: 15px;
}

#header, #footer, #header a, #header a:visited, #footer a, #footer a:visited {
font-size: 9px;
color: #66635d;
}

#header {
margin-bottom: 4px;
text-align: right;
padding-right: 10px;
}

#footer {
margin-top: 10px;
}

#header a, #header a:visited, #footer a, #footer a:visited {
}

#header a:hover, #footer a:hover {
color: black;
text-decoration: underline;
}

/*
hack to correct Containing Floats problem 
http://www.complexspiral.com/publications/containing-floats/
*/
div.clearer {
clear: both; 
line-height: 0px; 
height: 0px;
}