html{height: 100%; margin-bottom: 1px;}
	
body{
	font-family: Verdana, arial, helvetica, sans-serif;
	background-color: #8E9BA8;
	color: #00254D;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 100%;
}

/* Layout */

#container{
	position: absolute;
   left: 50%;
   top: 50%;
   margin-top: -280px; /* half of the height */
   margin-left: -385px;  /*half of the width */
	width: 770px;
	height: 570px;
}

#container_banner{
	position: absolute;
   left: 50%;
   top: 50%;
   margin-top: -325px; /* half of the height */
   margin-left: -385px;  /*half of the width */
	width: 770px;
	height: 650px;
}

#header{
	background-color: #0054A4;
	background-image: url(../images/layout/backg_header.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 70px;
	font-size: 70%;
}

#page{
	bottom: 0;
	width: 770px;
	height: 500px;
}

.transpBg{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*ie*/
	-moz-opacity: 0.9; /*mozilla*/
	-khtml-opacity: 0.9; /*safari 1.1*/
	opacity: 0.9; /*safari 1.2*/
	background-color: #C2C5D8;
	/*border: 1px red solid;*/
}

.holderRight{
	position: relative;
	top: 20px;
	right: 5px;
	float: right;
	padding: 10px;
	width: 290px;
	height: 400px;
}

.holderRightLg{
	position: relative;
	top: 20px;
	right: 5px;
	float: right;
	padding: 10px;
	width: 400px;
	height: 400px;
	/*border: 1px red solid;*/
}

.holderRight2{
	position: relative;
	top: 300px;
	right: 5px;
	float: right;
	width: 220px;
	height: 150px;
	/*border: 1px solid red;*/
}

.holderRight3{
	position: absolute;
	bottom: 20px;
	right: 5px;
	float: right;
	width: 220px;
	/*border: 1px solid red;*/
}

/* Content boxes */

#contentPage{
	position: relative;
	left: 10px;
	width: 740px;
	height: 480px;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
}

#contentHeader{
	position: relative;
	top: 10px;
	left: 10px;
	width: 740px;
	height: 70px;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
	border-top: 5px solid #FFF;
	color: #FFF;
	text-align: right;
}

.hidden{
	/*display: none;*/
	visibility: hidden;
}

/* Navigation */

a.navLng{
	text-decoration: none;
	color: #FFF;
}

ul#navTop{
	margin: 10px 10px 0;
	padding: 0;
}

#navTop li{
	display: inline;
	/*font-size: 80%;*/
	font-size: 10px;
}

#navTop a{
	padding: 3px 5px;
	text-decoration: none;
	color: #fff;
	line-height: 20px;
}

#navTop a.active{
	border: 1px solid #FFF;
}

#navLeft{
	position: relative;
	top: 10px;
	left: 5px;
	float: left;
	width: 205px;
   margin: 0;
	padding: 0;
	font-size: 70%;
}

#navLeft ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

#navLeft li{
	width: 205px;
	line-height: 15px;
	margin: 1px 0;
	padding: 0;
}

#navLeft li.next{
	margin-top: -1px;
}

#navLeft a{
	-moz-box-sizing: padding-box;
	display: block;
	width: 205px;
	padding-left: 20px;
	text-decoration: none;
	background-color: #C2C5D8;
	color: #00254D;

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*ie*/
	-moz-opacity: 0.9; /*mozilla*/
	-khtml-opacity: 0.9; /*safari 1.1*/
	opacity: 0.9; /*safari 1.2*/
}

#navLeft a:hover{
	background-color: #00254D;
	color: #fff;
	
	background-image: url(../images/layout/square.gif);
	background-position: left;
	background-repeat: no-repeat;
}


/* positions, sizes ... */

.alignLeft{
	text-align: left;
}

.alignCenter{
	text-align: center;
}

.alignRight{
	text-align: right;
}

.alignMiddle{
	margin-top: -50%;
}

img{
	border: 0;
	margin: 0;
	padding: 0;
}

/*moz fix for img align*/

img[align="middle"] {
  vertical-align: middle
}

.h100{
	height: 100%;
}
	
.h20{
	height: 20px;
}

.h15{
	height: 15px;
}

.pad25{
	padding: 25px;
}

.pad20{
	padding: 20px;
}

.pad15{
	padding: 15px;
}

.pad10{
	padding: 10px;
}

.pad5{
	padding: 5px;
}

.width100{
	width: 100%;
}
	
/* Typography */

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}

h1{
	font-size: 150%;
	font-weight: normal;
}

h2{
	font-size: 120%;
	font-weight: normal;
}

h3{
	font-size: 100%;
	font-weight: bold;
}

h4{
	font-size: 70%;
	font-weight: bold;
}

h5{
	font-size: 70%;
	font-weight: bold;
}

h6{
	font-size: 64%;
	font-weight: bold;
}

p{
	margin: 5px 0 5px 0;
	/*line-height: 120%;*/
	font-size: 70%;
}

a.nU{
	text-decoration: none;
	color: #00254D;
}

a.nU:hover{
	text-decoration: underline;
}

/*a{

}

a:link{
}

a:visited{
}

a:active{
}

a:hover{
	hover doesn't work in nn4
}
*/

a.video{
	color: #00254D;
	text-decoration: none;
	font-size: 70%;
}

pre{
	font-family: monospace;
}

strong, b{
	font-weight: bold;
}

hr{
	border: none 0;
	border-top: 1px solid #00254D;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

br{
	margin: 0;
	padding: 0;
}

/* Forms */

form{
	font-size: 70%;
	margin: 0;
	padding: 0;
/*	border: 1px solid green;*/
}

form br{
	clear: left;
}

fieldset{
	padding: 10px;
}

legend{
	color: #000;
}

label{
	float: left;
	width: 260px;
	height: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
}

textarea{
	background-color: #FFFFFF;
	overflow: auto;
	width: 300px;
	margin-bottom: 5px;
}

select.text{
	width: 205px;
}

input.box200{
	width: 200px;
	height: 15px;
	margin-bottom: 5px;
}

.check{
	margin-top: -3px;
}

.mandatory{
	background-color: #FFFFE0;
}

#uword{
	margin: 5px 0 5px 0;
}

.check{
	vertical-align: top;
}
	
/* classes for validator */

.captcha{
	border: 1px solid #CCC;
	width: 205px;
}

.tfvHighlight{
	color: red;
}

.tfvNormal{
	font-weight: bold;
}

/*Special*/

table.tab{
	width: 97%;
	font-size: 70%;
	border: 1px solid #FFF;
	border-collapse: collapse;
	margin: 2px 0 0 2px;
}

table.tab td{
	border: 1px solid #FFF;
	padding: 3px;
	text-align: center;
}

