* {
    padding: 0px;
    margin:0px;
}

body {
    font-family:'Verdana', 'Arial', 'Helvetica', sans-serif;
    color:#000000;
    text-align:center;
}

acronym {
    cursor:help;
    color:#008f00;
    font-weight:bold;
}

a {
    text-decoration:none;
    color:#ff6700;
    font-variant:small-caps;
    font-weight:bold;
}

*.hidden {
    display:none;
}

a:link {
}

a:visited {
}

a:focus {
    text-decoration:underline;
    color:#b34800;
}

a:hover {
    text-decoration:underline;
    color:#b34800;
}

a:active {
}

div.container {
    background-color:#ffffff;
    color:#000000;
    background-image:url(images/menu_bg.png);
    background-repeat:repeat-y;
        border-style:solid;
        border-color:#008f00;
        border-width:1px;
        clear:                  both;
        position:               relative;
        text-align:             left;
        margin:                 1% auto;
        width:                  98%;
}

div.header {
    width:99%;
    padding-left:1%;
    font-size:2em;
    font-weight:bold;
    background-color:#ffffff;
    color:#008f00;
    background-image:url(images/head_bg.png);
    background-repeat:repeat-y;
    height:100px;
}

    img.logo {
        position:absolute;
        left:-5px;
        top:-5px;
    }

    img.photo {
        position:absolute;
        border-width:0px;
        right:0%;
        z-index:10;
    }

    span.title {
        position:absolute;
        height:100px;
        left:140px;
        top:10px;
        z-index:20;
    }

div.menu {
    float:left;
    width:18%;
    padding-left:1%;
    padding-right:1%;
    padding-top:3em;
    line-height:1.5em;
}

/* BEGIN correct width for IE */
* html div.menu {
    width:23%;
    padding-left:3%;
}
/* END   correct width for IE */

    div.menu a {
        display:block;
        padding-bottom:1px;
        padding-left:5px;
        border-left-width:0.5em;
        border-left-style:solid;
        border-left-color:#b34700;
        border-right-width:0.5em;
        border-right-style:solid;
        border-right-color:#b34700;
    }

    div.menu a:hover {
        background-image:url(images/menu2_bg.png);
        background-repeat:repeat-y;
        background-position:0px;
        background-attachment:fixed;
    }

    div.menu a.sub {
        margin-top:-1em;
        margin-left:1.5em;
        border-width:0px;
        border-style:none;
    }

    div.menu a.selected {
        background-image:url(images/menu2_bg.png);
        background-repeat:repeat-y;
        background-position:0px;
        background-attachment:fixed;
    }

div.content{
    float:right;
    width:76%;
    padding-left:2%;
    padding-right:2%;
    text-align:justify;
    background-color:#ffffff;
    padding-bottom:3%;
    padding-top:1%;
    line-height:1.5em;
    color:#000000;
    background-image:url(images/cont_bg.png);
    background-repeat:repeat-x;
}

h1 {
    margin-bottom:1em;
    margin-top:1.5em;
    font-size:1.5em;
    font-weight:bold;
    color:#008f00;
    border-right-width:2px;
    border-right-style:solid;
    border-right-color:#ff6700;
    border-bottom-width:2px;
    border-bottom-style:solid;
    border-bottom-color:#ff6700;
    padding-bottom:3px;
}

h2 {
    margin-top:1.5em;
    margin-bottom:0.5em;
    font-size:1.1em;
    font-weight:bold;
    color:#006000;
}

h1 + h2 {
    margin-top:0px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 10px;
}

div.floatright {
    float:right;
    text-align:center;
    margin-top:2.2em;
    margin-left:1em;
    margin-bottom:1em;
    margin-right:-1%;
    font-size:0.8em;
    line-height:1.2em;
}

div.floatleft {
    float:left;
    margin-top:2.2em;
    margin-right:1em;
    margin-bottom:1em;
    margin-left:-1%;
    font-size:0.8em;
    line-height:1.2em;
}

* html div.floatleft {
    margin-left:0%;
}

* html div.floatright {
    margin-right:0%;
}

img.whiteborder {
    border-width:5px;
    border-color:#ffffff;
    border-style:solid;
}

div.reset {
    clear: both;
}

table {
    padding:0px;
    margin:0px;
    border-style:solid;
    border-color:#ff6700;
    border-width:2px;
    border-collapse:collapse;
}

tr {
    padding:0px;
    margin:0px;
    border-style:solid;
    border-color:#ff6700;
    border-width:1px;
}

th {
    font-weight:bold;
    color:#008f00;
    padding:3px;
    margin:0px;
    border-style:solid;
    border-color:#ff6700;
    border-width:1px;
    vertical-align:top;
}

td {
    padding:3px;
    margin:0px;
    border-style:solid;
    border-color:#ff6700;
    border-width:1px;
    vertical-align:top;
}

div.scroll {
    overflow:auto;
    width:100%;
    height:100%;
}

ul {
    margin-left:1em;
    margin-bottom:1em;
    margin-top:1em;
    color:#b34700;
}

ol {
    margin-left:2em;
    margin-bottom:1em;
    margin-top:1em;
}

div.formleft {
    float:left;
    width:75%;
    margin-top:4px;
}
div.formright {
    float:right;
    width:20%;
}

div.formbutton {
    margin-top:1em;
}

li {
    clear:both;
}

strong {
    display:block;
    color:#ff6700;
    font-weight:bold;
    font-size:large;
    margin-top:1em;
}

strong.inline {
	display:inline;
	margin-top:0px;
}

div.img3col {
	padding-bottom: 10px;
	margin-top: 10px;
}

div.img2col {
	width: 590px;
	margin-top: 10px;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #ff6700;
	padding-left: 20px;
}

div.img3col div.col {
	width: 29%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
}

div.img2col div.col {
	float: left;
	padding: 0;
}

div.img2col div.col1 {
	float: left;
	padding-right: 20px;
	line-height: 0px;
	font-size: 0px;
}

p.left {
	float: left;
	width: 340px;
}

p.right {
	float: right;
	width: 320px;
}

ul.none {
	list-style-type: none;
}
