html{height: 100%; margin-bottom: 1px;}
	
body{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/layout/bg_page.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	color: #535548;
	margin: 0 0.2em 0.2em 0.2em;
	padding: 0;
	/*height: 100%;*/
	font-size: 100%;
	word-wrap: break-word;
}

/* Layout */

#header{
	background-color: #FFF;
	padding: 3px;
	clear: both;
}

#navTop{
	background-image: url(../images/layout/topmenu_bg.png);
	background-repeat: repeat-x;
	height: 33px;
	margin-top: 2px;
	padding: 4px 0 0 5px;
}

#footer{
	clear: both;
	width: 100%;
	text-align: center;
}

.separator{
	background-image: url(../images/layout/bg_gradient.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 2em;
}

.colorTeal{
	color: teal;
}

/* Content boxes */

#left {
	float: left;
	width: 180px;
	margin-top: 1.5em;
}
		
#center3Cols {
	margin: 1.5em 195px 0 190px;
	padding: 0;
}

#center2Cols {
	margin: 1.5em 0 0 190px;
	padding: 0;
}
		
#right {
	float: right;
	width: 185px;
	margin-top: 1.5em;
}

#right2{
	float: right;
	width: 185px;
	margin-top: 1.5em;
}

/* Cornered boxes */

.t {background: url(../images/layout/1px_grey.gif) 0 0 repeat-x; background-color: #FFF;}
.b {background: url(../images/layout/1px_grey.gif) 0 100% repeat-x}
.l {background: url(../images/layout/1px_grey.gif) 0 0 repeat-y}
.r {background: url(../images/layout/1px_grey.gif) 100% 0 repeat-y}
.bl {background: url(../images/layout/corner_bl.png) 0 100% no-repeat}
.br {background: url(../images/layout/corner_br.png) 100% 100% no-repeat}
.tl {background: url(../images/layout/corner_tl.png) 0 0 no-repeat}
.tr {background: url(../images/layout/corner_tr.png) 100% 0 no-repeat; padding:10px}

/* Results table */

table.results{
	background-color: #FFF;
	border: solid 1px #CCC;
	border-collapse: collapse;
	font-size: 70%;
}

table.results td{
	border: solid 1px #CCC;
}

table.results td.field{
	width: 25%;
	background-color: #DFE9F5;
	font-weight: bold;
}

table.results td.field h2{
	font-size: 150%;
	font-weight: bold;
	color: #535548;
}

table.results td.lastUpdate{
	background-color: #DFE9F5;
	font-weight: bold;
	text-align: right;
}

table.results td p{
	font-size: 100%;
}

table.results td ul{
	list-style-type: disc;
	font-size: 100%;
}

table.overview{
	background-color: #FFF;
	border: solid 1px #CCC;
	border-collapse: collapse;
	font-size: 65%;
}

table.overview td{
	border: solid 1px #CCC;
	width: 200px;
}

table.overview td.field{
	background-color: #DFE9F5;
	font-weight: bold;
}

table.overview td.darker{
	background-color: #F5F5F5;
}

table.search{
	background-color: #F5F5F5;
	border-collapse: collapse;
}

table.search td{
	border: solid 1px #CCC;
}

.searchBG{
 background-color: #DFE9F5;
}

.alignLeft{
	text-align: left;
}

.alignCenter{
	text-align: center;
}

.alignRight{
	text-align: right;
}

.alignMiddle{
	margin-top: -50%;
}

img{
	border: 0;
	margin: 0;
	padding: 0;
}

.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%;
}

/* Navigation */

#navLeft{
	list-style-type: none;
   margin: 0;
	padding: 0;
	font-size: 70%;
}

#navLeft li{
	padding-left: 1.5em;
	/*background-image: url(../images/layout/sidemenu_bullet.gif);
	background-repeat: no-repeat;*/
	background-position: 0.5em 0.5em;
}

#navLeft li a{
	color: #008080;
}

#navLeft li ul{
	list-style-type: none;
	margin-top: 0.5em;
	margin-left: 0;
	font-size: 100%;
}

#navLeft li ul li{
	background-image: url(../images/layout/sidemenu_bullet.gif);
	background-repeat: no-repeat;
}

#navRight{
	list-style-type: none;
   margin: 0;
	padding: 0;
	font-size: 70%;
}

#navRight li{
	padding-left: 1.5em;
	background-image: url(../images/layout/sidemenu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
}

#navRight li a{
	color: #048FFD;
	font-weight: bold;
}

#navRight li a:hover{
	color: #000;
}

a.back{
	border: 1px solid #CCC;
	background-color: #DFE9F5;
	background-image: url(../images/layout/arrow_back.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 21px;
	padding-left: 25px;
	padding-right: 2px;
	color: #708090;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}

#navTop a{
	text-decoration: none;
	color: #535548;
	font-weight: bold;
	font-size: 70%;
}

a.help{
	text-decoration: none;
  float: left;
  height: 25px;
  margin-right: 5px;
}

a.help span{
	display: none;
	color: #000;
	font-weight: normal;
	font-size: 1.1em;
}

a.help:hover span {
  position: absolute;
  display: block;
	background-color: #F4F4F4;
	border: 1px solid #000;
	padding: 3px;
	width: 350px;
}

a.help2{
	text-decoration: none;
  height: 25px;
  margin-right: 5px;
}

a.help2 span{
	display: none;
	color: #000;
	font-weight: normal;
	font-size: 1.1em;
	text-align: left;
}

a.help2:hover span {
  position: absolute;
  left: 550px;
  display: block;
	background-color: #F4F4F4;
	border: 1px solid #000;
	padding: 3px;
	width: 350px;
}
	
/* Typography */

h1, h2, h3, h4, h5, h6, ol, ul{
	margin: 0;
	padding: 0;
}

h1{
	font-size: 150%;
	font-weight: normal;
}

h2{
	font-size: 120%;
	font-weight: normal;
	color: #008080;
}

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;
}

/*ol, ul, li{
	list-style: none;
	font-size: 80%;
	line-height: 120%;
	margin-left: 50;
}*/

ul{
	line-height: 130%;
	margin-left: 25px;
	font-size: 70%;
}

li{
	margin-bottom: 5px;
}

ul.results{
	list-style-type: none;
	margin-left: 5px;
}

ul.results li{
	padding-left: 1.5em;
	background-image: url(../images/layout/sidemenu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
}

ul.results li a{
	color: #048FFD;
	font-weight: bold;
}

ul.results li a:hover{
	color: #000;
}

p{
	margin: 5px 0 5px 0;
	line-height: 150%;
	font-size: 80%;
}

#footer p{
	font-size: 60%;
}

a{
   color: #048FFD;
}

a:link{
}

a:visited{
}

a:active{
}

a:hover{
	/*hover doesn't work in nn4*/
	color: #000;
}

pre{
	font-family: monospace;
}

strong, b{
	font-weight: bold;
}

hr{
	border: none 0;
	border-top: 1px solid #DFE9F5;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

br{
	margin: 0;
	padding: 0;
}

/*the following classes are to demonstrate better line heights for narrow columns*/	
.narrow1{
	width: 50%;
	line-height: 90%;
}

.narrow2{
	width: 50%;
	line-height: 105%;
}

/* Forms */

form{
	font-size: 80%;
	margin: 0;
	padding: 0;
}

form br{
	/*clear: left;*/
}

fieldset{
	padding: 10px;
}

legend{
	color: #000;
}

label{
	/*float: left;
	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;
}

.button{
	background: transparent url(../images/layout/button.gif) no-repeat center top;
	margin: 0;
	padding-bottom: 1px;
	cursor: pointer;
	cursor: hand;
	width: 200px;
	height: 21px;
	color: #000;
	border: none;
	outline: none;
}

.buttonLg{
	background: transparent url(../images/layout/button_lg.gif) no-repeat center top;
	margin: 0;
	padding-bottom: 1px;
	cursor: pointer;
	cursor: hand;
	width: 500px;
	height: 21px;
	color: #000;
	border: none;
	outline: none;
}

#uword{
	margin: 5px 0 5px 0;
}

#submitButton{
	position: relative;
	z-index: 2;
}

.check{
	vertical-align: top;
}

/* classes for search results */
	
.highlight{
	background-color:yellow;
	text-decoration:underline;
}	
	
/* classes for validator */

.captcha{
	border: 1px solid #CCC;
	width: 205px;
}

.tfvHighlight{
	color: red;
}

.tfvNormal{
	font-weight: bold;
}

