
html {

}
body {
	margin: 0px;
	background-color:#737e6e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
}
a {
        color:#245276;
        text-decoration:underline;
}
a:hover {
        color: #000000;
        background-color: #ECA000;
}
.site {
        font-size: 11px;
        font-weight: bold;
        margin: 5px;
}

#conttop {
        background-image: url(../images/top.jpg);
        background-repeat: no-repeat;
        top: 0px;
        left: 0px;
        width: 782px;
        height: 22px;
        position: absolute;
}

#logo {
        background-image: url(../images/logo.jpg);
        background-repeat: no-repeat;
        top: 26px;
        left: 20px;
        width: 199px;
        height: 71px;
        position: absolute;
        border: 0px solid #000000;
}

#menutop{
	margin: 10px 0 0 650px;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
}
#menutop a{
	color: #FFF;
	text-decoration: none;
}
#menu {
        position: absolute;
        top: 125px;
        left: 8px;
				background: url(../images/menu_bg.jpg) no-repeat #E4E4E4;
				color:#FFFFFF;
        width: 766px;
        z-index:10;
}
#container {
        background-image: url(../images/bg.jpg);
        background-repeat: repeat-y;
        margin-left: auto;
        margin-right: auto;
        top: 5px;
        width: 782px;
        position: relative;
        border: 0px solid #000000;
}
#content {
        text-align: justify;
        margin: 180px 0 40px 21px;
        width: 738px;
        float: left;
}
.men {
        margin: 0;
        float: left;
        border:0;
}

#header {
        position: relative;
        top: 166px;
        margin-left: 0px;
        background-image:url(../images/header.jpg);
        width: 782px;
        height:211px;
}
#headerLT {
        position: relative;
        top: 166px;
        margin-left: 0px;
        background-image:url(../images/headerLT.jpg);
        width: 782px;
        height:211px;
}
#column2 {
        float: left;
        margin-left: 0px;
        margin-top: 270px;
				margin-bottom: 40px;
        width: 134px;
        border: 0px solid #000000;
}
#column2 li {
        list-style-type: none;
}
#column2 ul {
        margin-top:0px;
        width: auto;
        margin-left: -32px;
}
#column2 li h1 {
        font-size: 10pt;
        margin:0;
        color:#245276;
        font-weight: bold;
}

#footer {
        bottom: 0px;
        background-image:url(../images/footer.jpg);
        position: relative;
        width: 781px;
        height: 59px;
        left: 0px;
        font-size: 10px;
        color:#000000;
        margin-bottom:10px;
}
#footer .totop:hover {
        color: #000000;
        background-color: #ECA000;
}
#footer .date {

        position: absolute;
        top: 20px;
        right: 60px;
        height: 35px;
}
#footer A {
        color:#000000;
        text-decoration:underline;
}

