body, form, div, span, p, th, td,
input, select, button, label, li,
fieldset, legend, pre {
    font-family: arial, verdana, serif;
    font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: arial, verdana, serif;
    margin: 0 0 0.8em 0;
}
h6 { font-size: 1.0em; }
h5 { font-size: 1.2em; }
h4 { font-size: 1.4em; }
h3 { font-size: 1.6em; }
h2 { font-size: 1.8em; }
h1 { font-size: 2.0em; }

body {
    margin: 0px;
    background-color: #CBDCE4;
}
form {
    margin: 0px;
}
table {
    border-collapse: collapse;
}
a {
    color: #084B8A;
    text-decoration: none;
}
a:hover {
    color: #084B8A;
    text-decoration: underline;
}
p {
    margin: 0em 0em 1.0em 0em;
}
hr {
    /*border-top: 1px solid #CCC;*/
    height: 0px;
    margin: 0px;
}

/* the whole page area where page content could be */
#pageArea {
    width: 1100px;
    padding-bottom: 50px;
}

/* page banner */
#pageBanner {
    height: 150px;
    background-image: url(/images/banner.jpg);
    background-repeat: no-repeat;
}

/* menu area <td> */
#pageMenuArea {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    background-color: #FFF;
}

/* main content area <td> */
#pageContentArea {
    border: 1px solid #CCC;
    background-color: #FFF;
    line-height: 1.2em;
}

/* menu box */
#pageMenu {
    padding-bottom: 1em;
    line-height: 1.7em;
    margin: 0 0 0 0px;
}

/* menu section header */
#pageMenu div {
    background-image: url(/images/menugrad.png);
    background-repeat: repeat-x;
    color: #FFF;
    line-height: 26px;
    vertical-align: middle;
    padding-left: 0.4em;
}

/* menu item */
#pageMenu a {
    margin: 0.1em 0.2em 0.2em 0.5em;
    vertical-align: middle;
}

/* section header */
.secHead {
    background-image: url(/images/menugrad.png);
    background-repeat: repeat-x;
    line-height: 26px;
    vertical-align: middle;
    color: #FFF;
    padding-left: 0.6em;
}

/* page titles */
.pagetitle {
	font-size: 1.6em;
	font-weight: normal;
	font-family: verdana;
}

/*******************/
/* Old stuff below */
/*******************/
.menu-title {
    /* note the absolute path to the image */
    background-image: url(/images/menugrad.png);
    background-repeat: repeat-x;
    height: 25px;
}
.menu-title-text {
    padding: 5 0 0 5;
    color: #FFF;
}
.menu-item {
    padding: 3 0 3 5;
}


