
a {
    color: #005B9C;
}

    a:hover {
        color: #0B2444;
    }

images {
    border: 0;
}



p, ul {
    padding-bottom: 1.2em;
}

li {
    list-style: none;
}

h1 {
    font: normal 1.8em calibri,sans-serif,Tunga;
    margin-bottom: 4px;
    color: #005B9C;
    margin: 0 0 7px 0;
}

h2 {
    font: normal 1.3em calibri,sans-serif,Tunga;
    margin-bottom: 4px;
    color: #005B9C;
    margin: 0 0 7px 0;
}


.clearer {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.container {
    background-color: #FFF;
    font-size: 1.2em;
    margin: 0 auto;
    padding: 0 8px 8px;
    /*width: 780px;*/
    width: 900px;
}


.top {
    padding: 0 8px 0;
}




.header2 {
    background-color: #fff;
    margin: 0 auto;
    /*width: 780px;*/
    width: 900px;
    height: 75px;
    margin-top: 10px;
    /*padding-bottom:10px;padding: 8px 8px 5px;
	margin-top:-10px;*/
}

.header21 {
    background-color: #fff;
    margin: 0 auto;
    /*width: 780px;*/
    width: 900px;
    height: 40px;
    margin-top: 10px;
}
/*
.header .left, .header .right
{
	background-color: #000033;
	color: #fff;
	color: #FFF;
	height: 80px;
}
.header .left
{
	background: transparent url(../images/top.jpg) top left repeat-x;
	font: normal 2.8em "Trebuchet MS" ,sans-serif,Tunga;
	line-height: 105px;
	width: 567px;
	text-align: left;
}
.header .right
{
	overflow: auto;
	width: 207px;
}

.header .right div
{
	padding-left: 16px;
	padding-top: 16px;
	font: normal 1.6em "Trebuchet MS" ,sans-serif,Tunga;
}


*/

.navigation {
    /* margin: 0 auto;
    width: 100%;
    border: 1px solid #7795BD;
    height: 23px;
    overflow: hidden;
    background-color: #742160;
    color: white;*/
    max-width: 980px;
    margin: 0 auto;
    height: 23px;
    overflow: hidden;
    background-color: #742160;
    color: white;
    border: 1px solid #7795BD;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 10pt;
}

    .navigation a {
        background-color: #742160;
        border-right: 1px solid #7795BD;
        color: white;
        display: block;
        float: left;
        font-size: 13px;
        font-family: Verdana,Arial;
        /*font-weight: bold;*/
        line-height: 23px;
        text-decoration: none;
        padding: 0 18px;
        width: 100%;
    }

        .navigation a:hover {
            background-color: #f098b7;
            color: #3c232b;
            font-weight: bolder;
            width: 100%;
        }


.main {
    border-top: medium solid;
    /*background: url(../images/bgmain.jpg) repeat-y;*/
    min-height: 325px;
    border-color: #66CCFF;
    border-style: solid;
    border-bottom: solid 1px #66CCFF;
    border-left: solid 1px #66CCFF;
    border-right: solid 1px #66CCFF;
    border-top: solid 1px #66CCFF;
}


.sidenav {
    float: right;
    width: 205px;
}

    .sidenav h2 {
        color: #333300;
        font-size: 1em;
        font-weight: bold;
        line-height: 30px;
        margin: 0;
        padding-left: 12px;
    }

    .sidenav ul {
        padding: 0;
        border-top: 1px solid #e4e4e4;
    }

    .sidenav li {
        border-bottom: 1px solid #e4e4e4;
    }

        .sidenav li a {
            font-size: 1.1em;
            color: #333300;
            display: block;
            padding: 8px 0 8px 5%;
            text-decoration: none;
            width: 95%;
        }

            .sidenav li a:hover {
                background-color: #ebebeb;
                color: #654;
            }

/* content */
.content {
    float: left;
    margin: 10px 0;
    padding: 0 16px;
    /*width: 536px;*/
    width: 745px;
}

.content {
    color: #666;
    font-size: 1.0em;
    margin-bottom: 6px;
}


    .content .imagesright {
        padding: 5px;
        border: 1px solid #666;
        margin-left: 4px;
        float: right;
    }




.adjustedZIndex {
    z-index: 1;
}
