@import url(https://fonts.googleapis.com/css?family=PT+Sans);
/*@import url('https://fonts.googleapis.com/css?family=Rosario&display=swap');*/
/*@import url(https://fonts.googleapis.com/css?family=Old+Standard+TT);*/

BODY {
        background-color: #dcdcdc;
        font-family: "Trebuchet MS","PT Sans",Sans-Serif;
        text-align: center;
}

P {
        font-size: 0.75em;
        margin: 0px 0px 10px 0px;
}

P A:link {
        border-bottom: 1px dashed #b3bad7;
        text-decoration: none;
        color: #463a8c;
}

P A:visited {
        border-bottom: 1px dashed #b3bad7;
        text-decoration: none;
        color: #463a8c;
}

P A:hover {
        border-bottom: 1px solid #b3bad7;
}

UL A:link {
        border-bottom: 1px dashed #b3bad7;
        text-decoration: none;
        color: #463a8c;
}

UL A:visited {
        border-bottom: 1px dashed #b3bad7;
        text-decoration: none;
        color: #463a8c;
}

UL A:hover {
        border-bottom: 1px solid #b3bad7;
}

img {
    border:0px;
    width: 100%;
    height: auto;
}

h1 {
        color: #463a8c;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 1.2em;
}

h2 {
        color: #463a8c;
        margin: 0px;
        font-size: 1em;
}

h22 {
        color: #f2460c;
        margin: 0px;
        font-size: 1em;
	font-weight: bold;
}

h3 {
        color: #463a8c;
        margin: 5px 0px;
        font-size: 0.75em;
}

h4 {
        color: #463a8c;
        margin: 0px;
        font-size: 0.75em;
}

h44 {
        font-weight: bold;
}

#pageDiv {
        background-color: #ffffff;
        border: 1px solid #463a8c;
        width: 720px;
        margin: 22px auto;
        text-align: left;
}

#skipDiv
{
        position:absolute;
        left:0px;
        top:-500px;
        width:1px;
        height:1px;
        overflow:hidden;
}

#headerDiv {
        padding: 22px;
}

#logoDiv {
        float: left;
}

#menuDiv {
        margin-top: 35px;
        text-align:right;
}

#menuDiv UL {

}

#menuDiv LI {
        display: inline;
        font-size: 0.85em;
        color: #463a8c;
}

#menuDiv A:link {
        text-decoration: none;
        color: #463a8c;
        border: none;
}

#menuDiv A:visited {
        color: #463a8c;
        text-decoration: none;
        border: none;
}

#menuDiv A:hover {
        text-decoration: underline;
}


#bodyDiv {
        padding: 20px 22px 0px 93px;
        clear: both;
}

#contentDiv {
        width: 400px;
        float: left;
        clear:both;
}

#sideDiv {
        float: right;
        width: 160px;
}

#footerDiv {
        padding-top: 20px;
        padding-right: 22px;
        text-align: right;
        clear:both;
}

#shortDiv {
        padding-top: 20px;
        padding: 40px 22px 0px 99px;
        padding-right: 22px;
        text-align: right;
        clear:both;
}

.headingHR {
        height: 1px;
        line-height: 1px;
        color: #b3bad7;
        background-color: #b3bad7;
        border: 0px;
        margin-top: -3px;
}
 
ul {
        margin-top: 0px;
}

li {
        font-size: 0.75em;
} 

.footer {
        font-size: 0.65em;
        color: #463a8c;
}

.roundPanel {
        margin-top: 4px;
        margin-bottom: 20px;
}

.roundPanel P {
        margin: 0px;
}

.paneltop {
}

.panelbot {
}

.boxContents {
        border-left: 1px solid #b3bad7;
        border-right: 1px solid #b3bad7;
        padding: 0px 5px;
}

/*@import "lesshat";

a[target="_blank"]:after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}*/