@charset "utf-8";
/* CSS Document */

body {
	background: #4396CA;
	
}
#Space {
	background: #FFF url(../images/body_bg.jpg) no-repeat center top;
	width: 100%;
	text-align: center;
}
#wrapper {
	background: url(../images/wrapper_bg.jpg) no-repeat center top;
	width: 1032px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

/*html, body, #wrapper {
	height: 99.18%;
}*/
#border {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: left;
}
#border #header {
	float: left;
	width: 250px;
	overflow:hidden;
}
#border #main {
	float: right;
	width: 750px;
	overflow:hidden;
}
#border #header h1 {
	margin-top: 62px;
	margin-bottom: 22px;
	margin-left: 26px;
}
#border #header #nav {
	width: 250px;
	overflow: hidden;
}
#border #header #nav #navHome {
	height: 48px;
	width: 250px;
}
#border #header #nav #navHome a {
	background: url(../images/nav_home.jpg) no-repeat;
	height: 48px;
	width: 250px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#border #header #nav table {
	margin: 0px 0px 445px;
	padding: 0px;
	border-collapse: collapse;
	border: none;
}
#border #header #nav table a:hover {
	background: #E0EFF8 url(../images/nav_a.gif);
}



#border #header #nav table tr td {
	vertical-align: middle;
	height: 50px;
	width: 250px;
	line-height: 50px;
	border-bottom: 2px solid #245B7D;
	overflow: hidden;
	padding: 0px;
}


#border #header #nav table tr td a {
	background: url(../images/nav_a.gif) no-repeat;
	font-weight: normal;
	color: #245B7D;
	text-decoration: none;
	display: block;
	height: 50px;
	width: 250px;
	padding-left: 60px;
	font-size: 16px;
}
#border #header #nav table tr #inner {
	width: 250px;
	background: #E0EFF8 url(../images/nav_circle.gif) no-repeat 38px center;
	height: 50px;
	color: #245B7D;
	padding-left: 60px;
	font-size: 16px;
}
#border #header #nav table tr .in {
	height: 30px;
	width: 250px;
	background: #E0EFF8 url(../images/nav_outer.gif) no-repeat;
	color: #245B7D;
	line-height: 30px;
	padding-left: 80px;
	font-size: 14px;
}

#border #header #nav table tr .outer {
	line-height: 30px;
	height: 30px;
	width: 250px;
	font-size: 14px;
}
#border #header #nav table tr .outer a {
	background: url(../images/nav_outerA.gif) no-repeat;
	height: 30px;
	width: 250px;
	line-height: 30px;
	padding-left: 80px;
	font-size: 14px;
}
#border #header #nav table tr .outer a:hover {
	background: #E0EFF8 url(../images/nav_outerA.gif);
}
#border #main #breadcrumbs {
	height: 30px;
	width: 640px;
	margin-left: 55px;
}
#border #main #breadcrumbs ul li {
	background: url(../images/breadcrumbslist.gif) no-repeat right center;
	padding-right: 20px;
	height: 28px;
	line-height: 28px;
	float: left;
	padding-left: 10px;
}
#border #main #breadcrumbs ul li.lastcrumbs {
	background: url(none);
}

#border #main #breadcrumbs ul li a {
	color: #333;
}
#border #main h2 {
	width: 750px;
	height: 182px;
}
#border #main #contener {
	width: 640px;
	margin-left: 55px;
	overflow: hidden;
}

#border #main #contener h3 {
	height: 30px;
	width: 640px;
	margin-bottom: 15px;
}
#border #main #contener h4 {
	background: url(../images/h4.gif) no-repeat left center;
	height: 19px;
	width: 100%;
	border-bottom: 1px solid #717382;
	padding-left: 20px;
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 20px;
}
#border #main #contener .h3contents {
	width: 570px;
	margin-right: 35px;
	margin-left: 35px;
	overflow: hidden;
}
#footer {
	height: 25px;
	width: 100%;
	background: #4396CA;
	text-align: center;
}

#footer p {
	font-weight: bold;
	color: #FFF;
	line-height: 25px;
}
