@charset "utf-8";

.clearall {clear: both;}

body{
    background-attachment:fixed;
    background-color:#FFFFFF;
    background-repeat:repeat-x;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000000;
    margin: 0px;
}

div#frame{
    width: 800px;
    position: absolute;
    left: 50%;
    margin-left: -400px;
}

div#navigation {
    height: 200px;
}

div#nav-logo {
    position: absolute;
    left: 0px;
}

div#nav-menu {
    position: absolute;
    right: 0px;
    top: 80px;
}

div#nav-menu ul{
    font-variant: small-caps;
}

li.menuitem{
    display:inline;
    font-size: 10pt;
    font-weight: bold;
}

li.menuitem a{
color:#999999;
text-decoration:none;}

li.menuitem a:hover{
color:#FF9900;
text-decoration:none;
font-weight:800px;}

li.listSpace{
color:#999999;
    display:inline;
    font-size:10pt;
    padding: 0 2px 0 2px;
}

div#container{
    color:#000000;
    background:#FFFFFF;
    min-height:600px;
    width:800px;
}

div#footer{
background:#FFFFFF;
border-top: 1px solid #999999;
width:800px;
margin-top: 50px;
}

div#copyright {
    color: green;
    text-align:right;
    font-size:75%;
    color:#999999;
    padding:2px;
}

.horizSpacer{
    height:28px;
    background-image:url(../images/bgPattern.jpg);
    background-repeat:repeat-x;
    background-position:center;
    border-top: 4px solid #cccccc;
    border-bottom:4px solid #3366cc;
    padding: 20px 0 3px 0;
}

#horizDivideDiv{
    height:28px;
    background-image:url(../images/bgPattern.jpg);
    background-repeat:repeat-x;
    background-position:center;
    border-top: 4px solid #cccccc;
    border-bottom:4px solid #3366cc;
    padding: 5px 0 5px 0;

}

#horizDivide{
height:3px;
}

#leftCol{
width:70%;}

#rightCol{
width:30%;}

h1{
    color:#0c205f;
    letter-spacing:0.2em;
}

.text{
    display:block;
    width:400px;
    text-align:justify;
    padding: 10px 5px 10px 5px;
    margin: 2px;
}

.leftSpaceArrows{
    text-align:right;
    margin-left:100px;
    padding-top: 15px;
}

div#content {
    width: 500px;
    float: left;
    padding-left: 60px;
/*    background-image: url(/images/yellowBulletarrows.jpg);
    background-repeat: no-repeat;
    background-position: 25px 9px;*/
}

div#content a {
    color: #003399;
    font-weight: bold;
}

div#content a:visited {
    color: #003399;
    font-weight: bold;
}

div#sub-nav {
    margin: 0px;
    padding: 0px;
    width: 198px;
    float: right;
    background-image:url(/images/RightCellBG.jpg);
    background-repeat:repeat-x;
    background-position:bottom;
    border-right:1px solid #ffffff;
    padding: 2px 2px 20px 0px;
    font-size: 9pt;
    font-variant: small-caps;
    font-style: italic;
}

#sub-nav ul {
    list-style: none;
}


ol.SUBrow{
list-style:none;
}

#sub-nav {
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

#sub-nav ul{
    padding-left: 15px;
}

#sub-nav ul a{
    display:inline-block;
    color:#333333;
    text-decoration:none;
    font-weight: bold;
}

#sub-nav ul li {
    margin-bottom: 10px;
    padding: 0px;
}

#sub-nav ul a:hover{
    color:#FF9900;
    text-decoration:none;
    font-weight:800px;
}

li.SUBmenuitem a{
    display:inline-block;
    color:#000000;
    font-weight:bolder;
    text-decoration:none;
}

li.SUBmenuitem a:hover{
    color:#3366cc;
    font-weight:bolder;
    text-decoration:none;
    font-weight:800px;
}

li.SUBlistSpace{
    display:inline-block;
    color:#999999;
    font-size:9px;
    height: 20px;
    padding: 0 2px 0 2px;
}

.form-error {
    color: #cc0000;
    font-size: 8pt;
    font-weight: bold;
}

.form-good {
    color: #003399;
    font-size: 8pt;
    font-weight: bold;
}


a.subtle {
    text-decoration: none;
    font-weight: bold;
}
