body, table, td, input, select, textarea, p, div, img, h1,h2,h3,h4,h5,h6, ol, li, form {
	margin: 0;
	padding: 0;
	font: 12px verdana;
	color: black;
	text-align: left;
}
table {
	border-collapse: collapse;
	margin: 0 auto;
}

td {
	vertical-align: top;
}

ol {
	list-style: circle;
}

a {
	text-decoration: none;
	color: black;
}

/** - **/

body {
	background: url(../images/top-right.gif) top right no-repeat;
}

#top {
	height: 138px;
	background: url(../images/top-middle.gif) top center repeat-x;
}

#top A {
	color: #004c86;
	font-size: 12px;
	font-weight: bold;
}
#top .top-left {
	height: 138px;
	background: url(../images/top-left.gif) 0 0 no-repeat;
}

#top .top-left .top-1 {
	height: 80px;
	float: left;
	width: 100%;
}

#top .top-left .top-1 .links {
	width: 175px;
	padding: 2px 0 0 25px;
	height: 78px;
	float: left;
	color: #004c86;
	font-size: 10px;
}
#top .top-left .top-1 .links A:hover {
	text-decoration:underline;
}
#top .top-left .top-1 .links A {
	color:#004c86;
	font-size: 10px;
	font-weight:normal;
}
#top .top-left .top-1 .image {
	padding: 0 0 0 75%;
	margin-top: -40px;
}
#top .top-left .top-1 .tenac {
	padding: 0 0 0 25%;
	margin-top: 20px;
	font-size:24px;
	font-weight:bold;
	color: #004c86;
}

#top .top-left .top-2 {
	height: 15px;
	float: left;
	width: 100%;
}

#top .top-left .top-2 .menu {
	padding-top: 1px;
	padding-left: 120px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#top .top-left .top-2 .menu .link {
	padding: 0 27px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	display:inline;
}
#top .top-left .top-2 .menu .link A:hover{
	color:#ff7c1d;
}
#top .top-left .top-3 {
	float: left;
	width: 100%;
	height: 43px;
}

#top .top-left .top-3 .name {
	float: left;
	width: 200px;
	color: #236da6;
	font-size: 26px;
	padding: 5px 0;
	text-indent: 20px;
}

#top .top-left .top-3 .submenu {
	float: left;
	padding-right: auto;
	padding-left: auto;
	padding-top: 24px;
}

#top .top-left .top-3 .submenu .submenu-left {
	background: url(../images/submenu-left.gif) 0 0 no-repeat;
	width: 14px;
	height: 19px;
	float: left;
}

#top .top-left .top-3 .submenu .submenu-middle {
	background: url(../images/submenu-middle.gif) 0 0 repeat-x;
	float: left;
	color: #004c86;
	font-size: 9px;
	text-align: center;
	padding: 4px 3px;
}

#top .top-left .top-3 .submenu .submenu-right {
	background: url(../images/submenu-right.gif) 0 0 no-repeat;
	width: 14px;
	height: 19px;
	float: left;
	margin-right: 10px;
}



#content {
	width: 100%;
}

#content .left-image {
	width: 200px;
	float: left;
}

#content .right-text {
	width: 65%;
	float: left;
	padding: 55px 0 0 35px;
	text-align:justify;
	color: #004c86;
}

#footer {
	float: left;
	width: 100%;
	background: url(../images/footer-border.gif) 0 10px repeat-x;
	padding-top: 20px;
}

#footer div,
#footer A {
	font-size: 10px;
}
#footer A:hover {
	text-decoration:underline;
}
#footer .copyright {
	float: left;
	padding: 0 10px 10px 10px;
}

#footer .sitemap {
	float: right;
	padding: 0 10px 10px 10px;
}