body {
    margin: 0px;
	background-color: #d8d8d8;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14pt;
	color: #000000;
	}
#container-big {
    width: 100%;
    margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	}
#container {
    width: 875px;
	background-color: #ffffff;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	overflow: hidden;
	}
h1 {
    font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	}
h2 {
    font-size: 12px;
	font-weight: bold;
	color: #4d5560;
	}
h3 {
    font-family: Arial, Helvetica, sans-serif;
	color: #9caa19;
	font-size: 16px;
	text-align: right;
	}
.float-left {
    float: left;
	}
.float-right {
    float: right;
	}
.red2 {
    text-align: left;
	color: #CC0000;
	font-weight: bold;
	}
.italic {
    font-style: italic;
	}
.banner1 {
    width: 188px;
	height: 100px;
	text-align: left;
	float: left;
	}
.banner2 {
    width: 188px;
	height: 100px;
	text-align: center;
	float: left;
	}
.banner3 {
    width: 188px;
	height: 100px;
	text-align: right;
	float: left;
	}

/* -- link -- */
a:link, a:active, a:visited {
    color: #9caa19;
	text-decoration: none;
	}
a:hover {
    color: #990000;
	text-decoration: none;
	}
a.site-map:link, a.site-map:active, a.site-map:visited {
    color: #ffffff;
	text-decoration: none;
	}
a.site-map:hover {
    color: #cccc66;
	text-decoration: none;
	}
a.subtitle:link, a.subtitle:active, a.subtitle:visited {
    color: #9caa19;
	text-decoration: none;
	font-size: 14px;
	}
a.subtitle:hover {
    color: #455560;
	text-decoration: none;
	font-size: 14px;
	}
a.address3:link, a.address3:active, a.address3:visited {
    color: #949595;
	text-decoration: none;
	}
a.address3:hover {
    color: #9caa19;
	text-decoration: none;
	}
	
/* -- top -- */
#top1 {
    width: 100%;
	height: 25px;
	background-color: #000000;
	text-align: center;
	}
#top2 {
    width: 100%;
	height: 1px;
	background-color: #ffffff;
	overflow: hidden;
	}
.site-map {
    width: 875px;
	height: 26px;
	padding: 0px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	}

/* -- left -- */
#left {
    width: 245px;
	height: 100%;
	background-color: #455560;
	float: left;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	}
.logo {
    width: 245px;
	height: 300px;
	}
.address {
    width: 245px;
	height: 190px;
	background-color: #455560;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #949595;
	}
.address2 {
    width: 225px;
	margin: 80px 0px 0px 20px;
	font-weight: bold;
	}
.partner {
    width: 245px;
	height: 130px;
	vertical-align: bottom;
	}
	
/* -- right -- */
#right {
    width: #630;
	background-color: #FFFFFF;
	float: left;
	}
.menu {
    width: 630px;
	height: 75px;
	background-color: #4d5560;
	}
.submenu-network {
    width: 570px;
	height: 35px;
	background-color: #ffffff;
	text-align: right;
	padding: 0px;
	}
.title {
    width: 225px;
	height: 130px;
	float: left;
	vertical-align: bottom;
	}
.title2 {
    width: 210px;
	height: 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #9caa19;
	font-size: 17px;
	font-weight: bold;
	text-align: right;
	margin: 115px 0px 0px 0px;
	}
.main-img {
    width: 405px;
	height: 130px;
	float: left;
	}
.main-img-home {
    width: 630px;
	height: 130px;
	}
.content {
    width: 630px;
	}
.content2 {
    width: 590px;
	margin: 20px;
	padding: 0px;
	text-align: left;
	}

/* -- bottom -- */
#bottom {
    width: 100%;
	height: 20px;
	background-color: #000000;
	text-align: center;
	}
.bottom2 {
    width: 875px;
	height: 20px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	}
	
/* -- form -- */
input, textarea, select, option {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #f1f1f1;
	}
	
.clear {
    clear: both;
	}