
@font-face
{
    font-family: mainfont;
    src: url(fonts/Lato-Reg.ttf); /* source: http://www.fontsquirrel.com/fonts/lato */
}

body 
{
    font-family:mainfont;
    /*background-color: #000033; */ /*660000; /*d5c4dc;*/
    color: #e2cdd9; 
    background-image: url('noise.png');
}
h2 
{
    margin-top: 35px;
    padding-left: 15px;
    background-color:  transparent; /*#000066; #1162e7;*/
    border-bottom: 2px solid #660000; /* #0065a5; /*#dbf0f4; */
    letter-spacing: 1px;
}
h3
{
    /* letter-spacing: 1px; */
    padding-top: 30px;
    border-bottom: 1px solid #440000; /* #0065a5; */
}
h4
{
    /*letter-spacing: 1px; */
}

a
{
    color: #000049;  /* #cc9999; */
    /*background-color: #00066;*/
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    
}

a:hover
{
    background-color: #9999ff;  /* #610B0B; */ /*#660033;*/ /*d5e4e4;*/
}


p 
{
    background-color: transparent;
}

ul.publist{
    list-style-type: none;
    padding-left: 0px;
}
ul.hotlist{
    padding-left: 15px;
}

ul.hotlist li
{
    padding: 5px;
    padding-top: 10px;
}

ul.publist li
{
    padding: 5px;
    padding-top: 15px;
}



.menubar
{
    display: block;
    /*border-bottom: 3px solid #770000;*/
    padding-left: 100px;
    /*position: absolute;*/
    margin-top: 100px;
}

.menuitem
{
    font-size: small;
    background-color: transparent;
    margin: 10px;
    letter-spacing: 2px;
    border: 3px;
}
.menuitem a
{
    background-color: #660000; /*white; /*#a795aa;*/
    /*border: 1px solid #e2cdd9;*/
    padding: 12px 15px 10px 15px;
    /*border-bottom: 7px solid transparent;*/
    /*padding: 30px 30px 30px 30px*/
    /*letter-spacing: 3px;*/
    /* color: #e2cdd9; */
    color: #ffffff; 
    text-decoration: none; /* not underline */
    font-weight: bold;
    /*padding: 5px 5px 5px 5px;*/
}
.menuitem a:hover
{	
    /*border: 1px solid #660000; */ /* 0064a4;*/
    /*color: #e2cdd9;*/
    background-color: #000033;
}
a img {border: none; } 

img.toleft {
    float:left;
    margin-right: 30px;
}

img.toright {
    float:right;
    margin-left: 20px;
}

div.containsall {
    position:absolute;
    left:100px;
    width:900px;
    padding-bottom:50px;
}

div.content {
    display: block;
    background-color: #fafafa; /* dcdcdc; #330000; */ /*98bfdb;*/
    /*position:absolute;
    left:100px;
    width:900px;
      */
    border: 5px solid #660000; /* #330000; */ /* e2cdd9; */
    margin-right: 0px;
    padding: 0px 30px 30px 30px;
    color: #000000; /* #e2cdd9; font color of the content */
}
div.lefthalf {
    width:50%;
    float:left;
}
div.righthalf {
    width:40%;
    display:inline-block:
    float:right;
}
div.righthalf p {
    padding-left: 30px;
    border-left: 10px;
}

div.topheader
{
    display: block;
    background-color: #660000;
    margin-top: 3px;
    padding: 15px 15px 15px 15px;
    color: #ffffff; /* #e2cdd9; font color of the content */
    font-size: xx-large;
    letter-spacing: 2px;
}

var {
    display: block;
    border: 5px solid #660000; /* #330000; */ /* e2cdd9; */
    left:100px;
    /*top:100px;*/
    width:900px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    background-color: #660000;
    display: block;
    position:relative;
    font-size: xx-large;
    color:#ffffff;
    letter-spacing: 2px;
}



.refs {
    font-size:70% /* make a little smaller */
}

a.backref{
    font-size:70% /* make a little smaller */
}



br.sep {
    margin-top: 0px;
}

