	@charset "utf-8";
	/* CSS Document */
	
	body {
		background-image: url(../images/blue/bgtop01.jpg);
		background-repeat: repeat-x;
		background-position: top;
		background-color: #0E5A80;
		margin: 0px;
		padding: 0px;
	}
	a{color: #00C7FA;}
	a:hover{}
	.wrapper{
		padding: 0px;
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}
	.header {
		
		height: 85px;
	}
	.header .logotype, .header .logotypeEsp {
		background-image: url(../images/blue/logotype.jpg);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 85px;
		width: 240px;
	}
	.content {
		background-image: url(../images/blue/bg01.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		height: 481px;
		width: 1000px;
		margin: 0px;
		padding: 0px;
	}
	.navigator {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 20px;
	}
	.navigator ul {
		margin: 0px;
		padding: 0px;
		margin-left:auto;
		margin-right:auto;
		padding-left:45px;
	}
	.navigator li {
		margin:0px;
		padding:0px;
		float: left;
		list-style-type: none;
	}
	.navigator .item {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		text-decoration: none;
		margin: 0px;
		padding-top: 0px;
		padding-right: 30px;
		padding-bottom: 0px;
		padding-left: 30px;
	}
	.navigator .item a {
		color: #00C7FA;
		text-decoration: none;
		font-size:11px;
	}
	.navigator .s a {
		color: #FFFFFF;
	}
	.navigator .item a:hover {
		color: #FFFFFF;
		text-decoration: none;
		font-size:11px;
	}
	
	.interio {
		padding: 0px;
		width: 820px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding-bottom:15px;
		color: #00C7FA;
	}


.icontent {
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.icontent1 {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-image: url(../images/blue/topbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* min box */
.mainbox {
	width: 202px;
	margin:2px;
}
.mainbox .bar {
	background-image: url(../images/blue/horizontaldee.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.mainbox .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0088B5;
	background-color: #002B40;
	padding: 10px;
}
.mainbox  .p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #02B3E3;
	background-color: #000000;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #002B40;
	border-bottom-color: #002B40;
	border-left-color: #002B40;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 95px;
}
.mainbox  .p p {
	margin: 0px;
	padding: 2px;
}

.mainbox .ban {
	background-color: #002B40;
	height: 180px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #002B40;
	border-left-color: #002B40;
}
/* hover */
.mainbox.hover {
	width: 202px;
	margin:2px;
}
.mainbox.hover .bar {
	background-image: url(../images/blue/horizontaldee.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.mainbox.hover .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #004C66;
	
	padding: 10px;
}
.mainbox.hover .p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #004C66;
	border-bottom-color: #004C66;
	border-left-color: #004C66;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #004C66;
	height:95px;
}
.mainbox.hover .p p {
	margin: 0px;
	padding: 2px;
}

.mainbox.hover .ban {
	background-color: #004C66;
	height: 180px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #004C66;
	border-left-color: #004C66;
}
	
/* end main box */
	.footer {
	background-image: url(../images/blue/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}	.footer .letters {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #00CCFF;
		padding: 2px;
	}
	.footer .letters a {
		color: #00CCFF;
		text-decoration: none;
	}
	.footer .letters a:hover {
		text-decoration: underline;
	}
.profile {
	margin: 0px;
	padding: 0px;
}
.profile .line {
	background-image: url(../images/blue/hline.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 102px;
}
.profile .photo {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 102px;
	width: 102px;
}
.profile h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.profile p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	width: 140px;
}
.vline {
	background-image: url(../images/blue/vline.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 356px;
}
.textContent {
	margin: 0px;
	padding: 10px;
	width: 450px;
}
.textContent h2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.textContent h3 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.textContent p {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
.textContent ul{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:30px;
	margin-right:0px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
.textContent li {
	list-style:disc;
	list-style-position:inside;
}
/* */
#txtContact { float:left;margin:0px; padding-left:12px; padding-top:175px; width:311px;}
#REGISTRATION{
	padding:0px;
	margin:0px;
	padding-left:20px;
	padding-top:26px;
	width:420px;
	color: #00CCFF;
    font-size:11px
}
#REGISTRATION .disc {
	padding-right: 30px;
}

#REGISTRATION form {margin:0px; padding:0px}
#REGISTRATION ul {padding:0px; margin:0px;}
#REGISTRATION label {float: left;width: 100px;margin: 0px; padding:0px; padding-top:5px;}
#REGISTRATION li {
	padding:10px;
	list-style:none;
}
.f300{
	width: 268px;
	font-family: Arial, Helvetica, sans-serif;
	color: #767676;
	background-color: #082E41;
	padding: 3px;
	font-size: 11px;
	background-image: url(../images/blue/fields.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 18px;
}

.focus{
	background-color:#0B4562;
	background-image: url(../images/blue/fieldsover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.valid{
	background-color:#092F3A;
	background-image: url(../images/blue/fields.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.invalid{
	background-color:#0B4562;
	background-image: url(../images/blue/fieldsover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}#trans_left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 220px;
}
#trans_right {
	margin: 0px;
	float: left;
	width: 640px;
	padding-left: 20px;
}
#trans_right li a {
	color: #FF9900;
	text-decoration: none;
}
#trans_right li a:hover {
	text-decoration: underline;
}
.transpon {
	opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	cursor:pointer;
}
.transpoff {
 	cursor:default;

}
.fill{
	width:240px;
	height:85px;
}
/* subnavigator */
.subnavigator {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	width: 500px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #91C4C4;
	text-decoration: none;
	margin-left:auto;
	margin-right:auto;
	padding-left:220px;
	}
.subnavigator ul {
		margin: 0px;
		padding: 0px;
	}
.subnavigator li {
		float: left;
		list-style-type: none;
	}
.subnavigator .item {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		text-decoration: none;
		margin: 0px;
		padding-top: 0px;
		padding-right: 20px;
		padding-bottom: 0px;
		padding-left: 20px;
	}
.subnavigator .item a {
	color: #00C7FA;
	text-decoration: none;
	}
.subnavigator .item a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
.subnavigator .s a {
		color: #FFFFFF;
	}
.transpon {
	opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	cursor:pointer;
}
#submenu{  
	padding-top: 5px; 
	margin-left:auto;
	margin-right:auto;
}
.cont{
	width:500px;
	margin:auto;
}

