﻿img {
	border: none;
}
/* Layout */
html, body {
	margin: 0px 0px 0px;
	padding: 0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.body {
    background-position: top;
    background: #FFFFFF url(images/def_layout_bkg.jpg) repeat-x scroll top;
}
a:link, a:visited, a:active {
	color: #3571b8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container-page {
	margin: 0 auto;
	width: 750px;
	position: relative;
	min-height: 100%; /* For Modern Browsers */;
	height: auto !important; /* For Modern Browsers */;
	height: 100%; /* For IE */;
	background-repeat: repeat-y;
}
#container-header {
    width: 750px;
    height: 190px;
    top: 13px;
    padding-top: 10px;
}
#container-header .logo {
    width: 519px;
    height: 189px;
}
#container-body {
  width: 750px;
}

#container-body .top {
    background-position: top;
    width: 750px;
    height: 8px;
    background: url(images/def_content_top.png) no-repeat top;
}
#container-body .middle {
    background-position: top;
    width: 734px;
    background: url(images/def_content_middle.png) repeat-y top;
    padding-right: 8px;
    padding-left: 8px;
    overflow: hidden;
}
#container-body .bottom {
    background-position: top;
    width: 750px;
    height: 8px;
    background: url(images/def_content_bottom.png) no-repeat top;
}
#container-menu {
    width: 218px;
    padding-right: 8px;
    float: left;
    overflow: hidden;
}
#container-menu .menuHeader {
    background-position: top;
    width: 210px;
    height: 30px;
    background: url(images/def_nav_header.gif) no-repeat top;
}
#container-menu .menu {
    width: 208px;
    border-width: 1px;
    border-color: #ced5db;
    border-style: none solid solid solid;
    background-position: top;
    background: url(images/def_nav_shadow.gif) repeat-x top;
    overflow: hidden;
    background-color: #f1f4f6;
}
#container-menu .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#container-menu .menu li {
	margin: 0;
}
#container-menu .menu li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #f1f4f6;
	color: #000000;
	text-decoration: none;
	width: 180px;
}
html > body #container-menu .menu li a {
	width: auto;
}
#container-menu .menu li a:hover {
	border-left: 10px solid #3a6b8e;
	background-color: #ced5db;
	color: #000000;
	font-weight: bold;
}
#container-menu .menu-button {
    padding-top: 8px;
}
#container-content {
    overflow: hidden;
    width: 508px;
}
#container-footer {
	width: 100%;
	height: 25px;
	bottom: 0;
}
#container-footer .copyright {
    height: 18px;
    text-align: center;
    width: 750px;
    margin: 0 auto;
    padding-top: 3px;
    color: #3a6b8e;
    font-size: 10px;
    font-family: Verdana;
}