html, body {
	background: #51778F;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: medium;
	height: 100%;
	width: 100%;
  }
html>body {font-size: 95%;}

a:link, a:visited {
	background: transparent;
	color: white;
	font-weight:normal;
	text-decoration: underline;
  }
a:hover {
  color:#C0C0C0;
  background-color:transparent;
  text-decoration:underline;
  }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: 600;
	line-height: 1.2em;
	color: #FFFFFF;
	background-color : transparent;
	text-align: left;
	text-transform: uppercase;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: 600;
	line-height: 1.2em;	
	color: #FFFFFF;
	background-color : transparent;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: 600;
	line-height: 1em;
	padding: 0;
	margin: 0;	
	color: #FFFFFF;
	background-color : transparent;
	}

p{	
	font-weight: normal;
	line-height : 1.5em;
	text-align: left;
	}

p.p1 {
	font-size: 90%;
	text-align: right;
	padding-right: 80px;
}

.p2 { font-size: 80%;}

p.p3 {
	text-align: left;
	padding: 0;
	margin: 0;
	}

.p4 {	text-align: center;}

.noimage { list-style: none;}

.imageplus {
	list-style-image: url(../images/icon_nav.gif);
}

.bordered {
	list-style: none;
	text-decoration: none;
	border: none;
	width: 200px;
	height: 25px;
	padding-top: 2px;
	margin: 0;
}


.ab {
	clear : both;
	padding-top: 3px;
  }
.zent{
	clear : both;
	padding-top: 5px;
	width: 395px;
	text-align: center;
	}
.bez {
	float: left;
	width: 125px;
	text-align: right;
	font-weight : normal;
	}
.formw {
	float: right;
	width: 255px;
	text-align: left;
	}
.box {
	text-align: center;
	width: 400px;
	background: transparent; 
	color: #FFFFFF;
	padding: 5px;
	}

.txab {
	clear : both;
	padding-top: 3px;
  }
.txzent{
	clear : both;
	padding-top: 5px;
	width: 395px;
	text-align: center;
	}
.txbez {
	float: left;
	width: 125px;
	text-align: left;
	font-weight : normal;
	}
.txformw {
	float: right;
	width: 285px;
	text-align: left;
	}
.txbox {
	text-align: center;
	width: 430px;
	background: transparent; 
	color: #FFFFFF;
	padding: 5px;
	height: 220px;
	}
	
.cmsab {
	border: thin solid Black;
	clear : both;
	padding-top: 2px;
  }
.cmszent{
	border: thin solid Black;
	clear : both;
	padding-top: 5px;
	width: 570px;
	text-align: center;
	}
.cmsbez {
	border: thin solid Black;
	float: left;
	width: 140px;
	text-align: right;
	font-weight : normal;
	}
.cmsformw {
	border: thin solid Black;
	float: right;
	width:420px;
	text-align: left;
	}
.cmsbox {
	border: thin solid Black;
	text-align: center;
	width: 580px;
	background: transparent; 
	color: #FFFFFF;
	padding: 5px;
	}


.dbab {
	clear : both;
	height: 0;
	padding: 0;
	margin: 0;
	border: 1px solid #CCCCCC;
  }
.dbzent{
	clear : both;
	padding-top: 5px;
	width: 378px;
	text-align: center;
	}
.dbbez {
	float: left;
	width: 150px;
	height: 1.5em;
	text-align: right;
	font-weight : normal;
	padding: 2px 10px 0 0;
	margin: 0;
	border-right: thin solid #CCCCCC;
	}
.dbformw {
	float: right;
	width: 114px;
	height: 1.5em;
	text-align: center;
	padding-top: 2px;
	border-left: 1px solid #CCCCCC;
	}
.dbbox {
	text-align: center;
	width: 380px;
	background: transparent;
	color: #FFFFFF;
	padding-top: 5px;
	}


acronym {
	color:#FFFFFF;
	background:transparent;
	border:0;
	cursor:help;
	text-decoration: underline;
	}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	background: transparent;
	margin: 0;
	color: #FFFFFF;
	padding: 100px 230px 45px 230px;
	list-style-type: disc;
	list-style-image: none;
	}

#content a {
	font-weight: normal;
	text-decoration: underline; 
	line-height : 1em;
	}
#content tr{
	border: 0;
	padding: 0;
	margin: 0;
}
#content td{
	border: 0;
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height : 1.4em;
	font-size: 90%;
	}
#content ul{
	padding: 0 0 0 1.5em;
	margin: 0 0 0 0;
	}
#content li{
	padding: 0;
	margin: 0.3em 0 0 0;
	font-weight: normal;
	line-height : 1.3em;
	}
#content li span { display: none; }
	
#navigation {
	background: #5C86A3;
	color: #FFFFFF;
	position: absolute;
	top: 91px;
	left: 0;
	width: 205px;
	height: 75%;
	font-size: 95%;
	margin: 0;
	padding: 20px 10px 0 0;
	overflow: auto;
	z-index: 10;
	}
@media screen {
	body > #navigation {
    	position : fixed;
	}
}
#navigation ul {
  margin:0;
  padding:0;
  list-style:none;
  }
#navigation li {
  margin-top: 3px;
  padding: 0;
	width: 100%;
	height: 22px;
  display: block;
  }
#navigation a, #navigation a:link {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-decoration: none;
	color: #FFFFFF;
	width: 98%;
	background: url(../images/icon_nav.gif) no-repeat 5px 50%;
	}
#navigation a:visited {
	background: url(../images/icon_nav.gif) no-repeat 5px 50%;
	color: #E0E0E0;
}
#navigation span a, #navigation span a:link {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-decoration: none;
	color: #FFFFFF;
	background:transparent;
	}
#navigation span a:visited {
	background: transparent;
	color: #E0E0E0;
}
.link {
   background: url(../images/icon_nav.gif) no-repeat 5px 50%;
	padding:0 0 0 20px;
	}
.active {
   background: url(../images/icon_nav_act.gif) no-repeat 5px 50%;
	padding:0 0 0 20px;
	}
.sublink {
padding: 0 0 0 30px;
	}
.subactive {
   background: url(../images/icon_nav_act.gif) no-repeat 15px 50%;
	padding:0 0 0 30px;
	}
#navigation a span {
	display: none;
	}
#navigation a:hover {
	background:  url(../images/icon_nav_hover.gif) no-repeat 5px 50%;
	color: #000;
	}
#navigation h1 {
	display: inline; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 600;
	text-decoration: none;
	color: #000;
	background-color:transparent;
	text-transform: none;
	}
#navigation span a:hover {
	background:  url(../images/icon_nav_hover.gif) no-repeat 15px 50%;
	color: #000;
	}

#rightcolumn {
	background: transparent;
	color: #FFFFFF;
	position: absolute;
	top: 91px;
	right: 0;
	width: 200px;
	height: 75%;
	padding: 20px 5px 0 5px;
	margin: 0;
	overflow: auto;
	font-size: 75%;
	text-align: center;
	z-index: 10;
	}
@media screen {
	body > #rightcolumn {
    	position : fixed;
	}
}

#logotxt {
	background: transparent;
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
	height: 90px;
	text-align: left;
	margin: 0;
	padding: 0;
	z-index: 10;
	}
@media screen {
	body > #logotxt {
    	position : fixed;
	}
}
#logotxt ul {
	margin: 0;
	padding: 0;
}
#logotxt li {
	list-style: none;
	display: block;
 	margin: 0;
	padding: 0;
	}

#shoutbox {
	background: transparent;
	color: #000;
	position: absolute;
	top: 20px;
	right: 50px;
	text-align: right;
	margin: 0;
	padding: 0;
	z-index: 5;
	}
@media screen {
	body > #shoutbox {
    	position : fixed;
	}
}


#shoutbox  a:link, #shoutbox a:visited {
	background: transparent;
	color: #000000;
	font-weight:normal;
	text-decoration: underline;
  }
#shoutbox  a:hover {
  color:#C0C0C0;
  background-color:transparent;
  text-decoration:underline;
  }


#topright {
	background: #FFFFFF;
	color: #000;
	position: absolute;
	top: 0;
	right: 0;
	height: 90px;
	width: 100%;
	text-align: right;
	margin: 0;
	padding: 0;
	}
@media screen {
	body > #topright {
    	position : fixed;
	}
}
#topright ul {
	margin: 0;
	padding: 0;
}
#topright li {
	list-style: none;
	display: block;
 	margin: 0;
	padding: 0;
	}


#footer {
	background: #FFFFFF;
	color: #51778F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	position: absolute;
	height: 35px;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	z-index: 10;
}
@media screen {
	body > #footer {
    	position : fixed;
	}
}
#footer a, #footer a:link {
	background: transparent;
	color: #51778F;
	text-decoration: none;
	font-weight: 600;
	padding: 1px 5px 1px 5px;
	margin: 0;
}
#footer a:visited {
	color: #51778F;
	background: transparent;	
}
#footer a:hover {
	color: #000;
	background: transparent;
}
#footer b {
	background: transparent;
	color: #000;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	margin: 0;
}
#footer ul{
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
}
html>body #footer ul {padding: 0;}

#footer li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#boxright { float: right; margin: 0; background: transparent; color: #FFFFFF;  text-align: left;  }
#boxright a, #boxright a:link, #boxright a:visited {text-decoration: underline; line-height : 1,5em;}
#boxleft { float: left;  margin: 0; background: transparent; color: #FFFFFF; }
