@charset "utf-8";
.container {
	width: 980px;
	border: 1px solid #364CA2;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	min-height:550px;
}
.imgrechts {
	float: right;
	margin-bottom: 3px;
	margin-left: 8px;
}

body {
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	color: #454C92;
	background-color: #D8D5D1;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-x;
}
h1 {
	font-size: 1.3em;
}
.header {
	height: 150px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.left {
	width: 201px;
	float:left;
}
.content {
	float:left;
	margin-left: 30px;
	margin-top: 20px;
	width: 700px;
	margin-bottom: 20px;
}
.footer {
	clear:both;
}
img {
    border: none;
}


/*- Menu 2--------------------------- */

#menu2 {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #D8D5D1;
	border-size: 1px;
	border-width: 1px;
	font-weight: bold;
	margin-top: 40px;
	font-size: 1em;
        }
#menu2 ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }
#menu2 li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#menu2 li a:link, #menu2 li a:visited {
	color: #454C92;
	display: block;
	background:  url(images/menu2.gif);
	padding: 8px 0 0 30px;
        }

#menu2 li a:hover, #menu2 li #current { 
        color: #3688BA;
        background:  url(images/menu2.gif) 0 -32px;
        padding: 8px 0 0 32px;
        }
h3 {
	font-size: 1.1em;
	margin-bottom: 1px;
}
a:link, a:visited {
	color: #514C8E;

}
a:hover, a:active {
	color: #453EFE;

}
.container .content p {
	line-height: 16px;
	margin-bottom: 2px;
	margin-top: 2px;
}
.container .content ul {
	margin-top: 0px;
}

