body {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    width: 1024px;
    font: 8pt/14pt Palatino Linotype, Book Antiqua, Palatino, serif; color: #333333;
}

a:visited {
    text-decoration: none; color: blue;
    }
    
a:link {
    text-decoration: none; color: red;
    }

a:hover {
    color: #ff0000;
    text-decoration: underline;
}
    
strong {
    color: #003366;
}

b {
    font-size: 105%;
}
p {
    font: 10pt/14pt Palatino Linotype, Book Antiqua, Palatino, serif; color: #333333;
    text-align: justify;
    margin: 0px 1px 1em 1px;
}

p.center {
    text-align: center;
}

ol {
    font: 10pt/14pt Palatino Linotype, Book Antiqua, Palatino, serif; color: #333333;
}

ul {
    font: 10pt/14pt Palatino Linotype, Book Antiqua, Palatino, serif; color: #333333;
    list-style: disc;
}

ul li {
    margin: 0em 0em .5em 0em;
}

ul li.menuitem {
    margin: 0;
}

h1 {
    font: 12pt/13pt Palatino Linotype, Book Antiqua, Palatino, serif; font-weight: 800; color: #000000;
}

h3 {
    font: 16pt Arial, font-weight: 800; color: #ffffff;
}

sup {
    font-size: 50%;
}

#framecontentLeft, #framecontentRight {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 205px; /*Width of left frame div*/
    height: 100%;
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    background: #5387c3 url(/images/site-images/gradient.png) repeat-x;
    color: white;
}

#framecontentRight {
    left: auto;
    right: 0; 
    width: 150px; /*Width of right frame div*/
}

#framecontentRight p {
    color: white;
    text-align: left;
    font-family: Arial, sans-serif;
}

#maincontent {
    position: fixed; 
    top: 0;
    left: 205px; /*Set left value to WidthOfLeftFrameDiv*/
    right: 150px; /*Set right value to WidthOfRightFrameDiv*/
    height: 100%;
    bottom: 0;
    overflow: auto; 
    background: #fff;
}

.innertube {
    margin: 8px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body { /*IE6 hack*/
    padding: 0 150px 0 205px; /*Set value to (0 WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent { /*IE6 hack*/
    height: 100%; 
    width: 100%; 
}

#mccopyright {
    background-color: white;
    position: relative;
    margin-top: 15px;
    bottom: -50px;
    font-weight: normal;
    font-size: 10px;
    color: blue;
    font-family: Arial, sans-serif;
}

/* Google CSE division */
#cse {
    margin: 2px;
    width: 95%;
    font-weight: normal;
    font-size: 10px;
    color: #ffffff;
    font-family:
    Palatino Linotype, Book Antiqua, Palatino, serif;
}

/* Credits: Dynamic Drive CSS Library      */
/* URL: http://www.dynamicdrive.com/style  */
.shiftcontainer {
    position: relative;
    left: 5px; /*Number should match -left shadow depth below*/
    top: 6px; /*Number should match -top shadow depth below*/
}

.shadowcontainer {
    width: 100%; /* container width */
    height: 95%;  /* container height */
    background-color: #d1cfd0;
}

.shadowcontainer .innerdiv {
    /*width: 99%; /* container width */
    height: 98%;  /* container height */
    background-color: white;
    border: 1px solid #5387C3;
    padding: 6px;
    position: relative;
    left: -5px; /*shadow depth*/
    top: -6px; /*shadow depth*/
}

.button, .formbutton {
    margin-top: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    cursor: pointer;
    border: outset 1px #ccc;
    background: #999;
    color: #666;
    font-size: 10pt;
    font-weight: 800;
    width: 6em;
    padding: 3px;
    background: url(/images/site-images/form-button-bg.gif) repeat-x left top;
}

.button:hover, .formbutton:hover {
    background: url(/images/site-images/form-button-bg-hover.gif) repeat-x left bottom;
}

.formbutton {
    float: left;
    display: inline-block;
}

