
@font-face {
    font-family: NotoSans Regular;
    src: url(fonts/NotoSans-Regular.ttf);
}


@font-face {
    font-family: LibreCaslonText Regular;
    src: url(fonts/LibreCaslonText-Regular.ttf);
}

@font-face {
	font-family: PTSans Regular;
	src: url(fonts/PTSans-Regular.ttf);
}



body {
    margin: 0;
    padding: 0;
    font-family: PTSans Regular, LibreCaslonText Regular, Arial, Times, serif;
    color: #252525;
    font-size: 13px;
    text-align: justify;
    background: url('images/seal.jpg') bottom right no-repeat;
    
}
.bkg{
background: url('images/pgBkg.jpg') top left repeat-x;
}

.leftcol{
width: 59px;
}
.col {
    margin: 0;
    padding: 0;font-family: PTSans Regular, LibreCaslonText Regular, Arial, Times, serif;
    color: #FFFFFF;
    background: #FFFFFF url('images/colBkg.jpg') top left repeat-x;
}
h1, h2 {
    font-weight: bold;  
    font-size: 18px;
    padding-top:15px;
}
a {
    color: #ffffff;
    text-decoration:none;
}

a:hover {
    color: #909090;
    text-decoration:none;
}
.footer{
font-size:70%;
}

.navlinks {
    padding:0px;
    margin-left:20px;
    color:#ffffff;
}

.navlinks li {
    display:inline;
    margin-right:10px;
    font-family:NotoSans Regular, sans-serif;
    font-size:14px;
    line-height:25px;
}





