html, body {
	margin:0 auto;
	padding:0;
	height:100%;/* needed for container min-height */
	width:100%;
	background-color: #bfd5e4;	
	background-repeat: no-repeat;
	background-position: 50% 0%; 
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 13px;
	text-align: center;
}


p, ul {margin: 0; padding: 0;}

li
{
	padding-bottom: 10px;
}
sup
{
vertical-align: top;
}
#pageWrapper {
	padding:0px;
	width:960px;
	
	background-color: #ffffff;	
	background-image:url('images/background.gif');
	/*background-image:url('images/guide.jpg');*/
	background-repeat:no-repeat;
	background-position:top;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin-right: auto;
	margin-left: auto;

}

/* NAVIGATION TOP *************************************************************************************************************/
#nav_top {
	padding-right:20px;
	padding-left:20px;
	text-align:right;
	height:30px; 
	/*border-style:solid;
	border-width:1px;*/
}

#nav_top  li{
	display: inline;
	padding-left: 10px;
}

#nav_top a {
	font-size:11px;
	color:#005a93;
	
	background: url(images/bullet1.gif);
	background-repeat:no-repeat;
	background-position:5px;
	padding-left: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#nav_top a:hover {
	font-size:11px;
	color:#ed1c24;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}

/* NAVIGATION LEFT *************************************************************************************************************/
#nav_left {
	margin-top:30px;
	width:220px;
	padding-right:15px;
	padding-left:20px;
	
	/*border-style:solid;
	border-width:1px;*/
}

#nav_left hr{
	margin: 0 0 0 0;
	float:left;
	width:220px;
	height:1px;	
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #cfd3d5;
	padding:0 0 0 0;
}

#nav_left ul{
	margin: 0;
	padding: 0;
	list-style:none;
}

#nav_left li{	
	margin: 0 0 0 0;
	height:22px;
	font-size: 12px;
	font-weight:bold;
	text-transform: none;
	background-position:5px;
	background-image:url(images/bullet1.gif);
	background-repeat:no-repeat;
	padding: 5px 0 0px 18px;
	border-bottom: 1px dashed #cfd3d5;
}
#nav_left li.sub{	
	text-transform: none;
	font-weight:normal;
	background-position:20px 11px;
	background-image:url(images/bullet2.gif);
	padding: 5px 0 0 30px;
}
#nav_left li a{
	text-transform: none;
    text-decoration: none;
	color: #005a93;
}

#nav_left li.sub a{
	color: #0f2431;
}
#nav_left li.sub a:hover{
    text-decoration: none;
	color: #ed1c24;
}

/* NAVIGATION RIGHT *************************************************************************************************************/
#nav_right {
	/*padding-top:110px;*/
	width:180px;
	padding-right:10px;
	margin-right:20px;
	padding-left:20px;
	overflow:hidden;
	
	/*border-style:solid;
	border-width:1px;	
	*/
	
}

#nav_right ul{
	margin: 0;
	padding: 0;
	list-style:none;
}
#nav_right li.header{	
	margin: 0 0 0 0;
	height:22px;
	
	color: #112937;
	font-size: 12px;
	font-weight:bold;
	
	background-position:8px;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	padding: 5px 0 0 15px;
	
}
#nav_right li{	
	margin: 0 0 0 0;
	margin-top:-8px;
	font-size: 12px;
	color: #363636;
	padding-left:15px;
	
}
#nav_right li.sub{	
	padding-bottom: 10px;
	margin-bottom:5px;
	border-bottom: 1px dotted #cfd3d5;
}
#nav_right .imgspacer{
	margin-left: -15px; padding-bottom:5px;
}
	
/*
#nav_right h1{	
	color: #112937;
	font-size: 12px;
	font-weight:bold;
	
	background-position:8px;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	margin-top:0px;
}
#nav_right h2{	
	font-weight:normal;
	margin-top:-8px;
	font-size: 12px;
	color: #363636;
	padding-left:15px;
}*/
#nav_right hr{
	margin-top:5px;
	float:left;
	width:190px;
	height:1px;	
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #cfd3d5;
}



/* CONTENT *************************************************************************************************************/
#content {
	margin-top:0px;
	width:470px;
	text-align:justify;
	
	/*border-style:solid;
	border-width:1px;	*/
}

#content li {
	text-align:left;
}

#content  ul{
	padding: 0px;
	margin-top: 10px;
	margin-left: 20px;
	list-style-image: url(images/bullet1.gif);
}

#content  h1, #content td h1{
	text-align:left;
	height:20px;
	margin-top:-5px;
	color: #ed1c24;
	font-size: 22px;
	font-weight:normal;
	text-transform: none;
}

#content  h2{
	font-size: 11px;
	display:inline;
	
	font-weight:bold;
	text-transform: none;
}

#content  h2 a{
	text-decoration:none;
	color: #939393;
	
}
#content  h2 a:hover{
	color: #ed1c24;
	
}
#content  h2 a.current{
	color: #005a93;
}
#content h3 {
	font-weight:normal;
	font-size: 11px;
	display:inline;
	color: #ed1c24;
	padding-left:3px;
	padding-right:3px;
}
#content  a{
	text-decoration:underline;
	color: #FF0000;	
}
#content  a:hover{
	text-decoration:underline;
	color: #ed1c24;
	
}

#content #mainform1 {
	width:auto;
	border-width:1px;
	border-style:solid;
	border-top:none;
	border-color:#91A7B4;
	
	padding-left:15px;
	padding-right:15px;
}
#content #mainform2 {
	border-width:1px;
	border-style:solid;
	border-top:none;
	border-color:#91A7B4;
	
	padding-left:15px;
	padding-right:15px;
}
.formfield {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 13px;
	width:98%;
}
.formfield2 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 13px;
}


#content #mainform1 .tnc{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
}
#content #mainform2 .tnc{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
}


#content #formtable{
	font-size: 11px;
	border: 1px thin #C1DAD7;
	color: #333333;
	text-align: left;
	padding: 3px 3px 3px 3px;
	background: #d2e9f7;
	
}
#content #formtable th {
	border: 1px thin #C1DAD7;
	letter-spacing: 2px;
	text-align: left;
	padding: 3px 3px 3px 3px;
	background: #d2e9f7 ;
}


#content #formtable td {
	border: 1px thin #C1DAD7;
	
	padding: 6px 6px 6px 6px;
	background: #fff;
}
#content #formtable_header td{
	background: #f1fafb;
	color: #033f66;
}


/* kedy  *************************************************************************************************************/

#content h4 {
	font-weight:bold;
	font-size: 12px;
	display:inline;
	color: #005a93;
	padding-left:0px;
	padding-right:3px;
	
}

#content h5 {
	text-align:left;
	font-weight:normal;
	font-size: 12px;
	display:inline;
	color: #666666;
	padding-left:0px;
	padding-right:0px;
}

#content h6 {
	font-weight:bold;
	font-size: 12px;
	display:inline;
	color: #fff;
	padding-left:0px;
	padding-right:3px;
	
}

/* end  *************************************************************************************************************/


/* Form  *************************************************************************************************************/
#content #mainform0 {
	width:438px;
	border: 1px solid #91A7B4;
	padding: 0 15px;
	margin: 0;
}
/*
#content #mainform0 .formfield{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 13px;
	width:240px;
}*/

#content #mainform0 .tnc{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
}

/* FOOTER *************************************************************************************************************/
#footer {
	padding-top:20px;
	overflow:hidden;
	width: auto;
	height:auto; 
	margin-left:20px;
	margin-right:20px;
	
}
#footer a{
	text-align:right;
	margin-right:15px;
	text-decoration: underline;
	font-size: 10px;
	color: #363636;
}
#footer a:hover{
	color: #ed1c24;
}

#footer .copyright{
	/*width:915px;*/
	margin-right:20px;
	text-align:right;
	color: #363636;
	font-size: 9px;
	font-family: Arial, Tahoma, Verdana;
}

