/* ---------------------
basic layout
--------------------- */

* {
   font-family: Arial, Helvetica, sans-serif;
}

.gelacidebody {
   background:#FFFFFF;
   color:#000000;
   padding: 0px;
   margin: 0px;
   height:100%;
   border:none
}
.pdf {
   position: absolute;
   top: 193px;
   left: 695px;
   background-color:  #C85A14;
   layer-background-color:  #C85A14;
   vertical-align: top;
   color: #FFFFFF;
   height: 200px;
   width: 220px;
}
a.pdflink {
   color: #000000;
   text-decoration: none;
   font-weight: bold;
}
a.pdflink:hover {
   text-decoration: underline;
}

div,
td,
p {
   font-size:12px;
   line-height:18px;
   color:#333333;
}


a,
a:link,
a:active,
a:visited {
	text-decoration:none;
	/*color:#C85A14;
	color:#C85A14;*/
}

a:hover {
	text-decoration:underline;
}

ul {
	margin: 5px;
	padding: 5px;
	list-style: none;
	list-style-type: square;
}

li {
	line-height: 18px;
	padding-left: 5px;
	padding-top: 0px;
	list-style-position: inside;
}

/** clear the banner to make it sit in the bottom **/
.clear {
	clear:both;
}

/* logo line */
td.logo {
   padding-top: 1px;
   padding-left: 31px;
   height: 177px;
   width: 627px!important;
}

/* left column */
td.lefttd {
   width: 215px!important;
   padding-top: 13px;
   padding-left: 27px;
}

/* right - search */
td.righttd {
   padding-left: 26px;
   padding-top: 34px;
   background-color: #C85A14;
}

/* center column */
td.centertd {
   width: 412px;
   padding-left: 5px;
   padding-right: 10px;
}

/* copyright */
td.copyright {
   padding-bottom: 10px;
}

/*
#rightcol table.moduletable {
   background-color: #C85A14;
   width: 300px;
   vertical-align: top;
   line-height: 200%;
}
*/
/*
div.search {
      margin-left: 26px;
      margin-top: 34px;
}
*/
div.componentheading {
   visibility: hidden;
}

/** search field in search div **/
.search .inputbox {
      width:190px;
      border: 1px solid #000000;
}
table.contentpaneopen {
   margin: 0px;
   padding: 0px;
   line-height: 1px;
}

td.contentheading {
   font-size: 14px;
   font-weight: bold;
   color: #C85A14;
}

a.mainlevel {
   font-size: 14px;
   text-decoration: none;
   font-weight: bold;
   margin: 10px;
   display: block;
   color: #C85A14;
}
a.mainlevel:hover {
   text-decoration: underline;
}
a.mainlevel:active {
   text-decoration: underline;
   color: #000000;
}
table.maintable {
   width: 100%;
   line-height: 100%
}

#outerleft {
   position:relative;
   float:left;
   clear:left;
   width:627px;
               
}
#outerright {
   position:relative;
   left:10px;
   width:200px;
   float:left;
   clear:right;
   background-color: #C85A14;
}
#fullheight {
   height:100%;
   width: 100%;
}

