/* CSS Document */


/*  General rules */
img	{
	margin:0;
	padding:0;
	border: 0;
	}
body
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 70%;
	color:#858585;
	line-height:1.3em;
}	

#pubimage
{
	width:160px;
}

#mainmenu
{
	width:160px;
}


a, a:active, a:link, a:visited 
{
	color:#0097cf;
	text-decoration: none;	
}

a:hover, a:focus, a:active
{
	text-decoration: underline;
}


.unavailable
{
	color:#999999;
	font-weight:bold;
}

/*  Headers and footers  ------------------------------------------------  */
h2, h3
{
	margin:0;
	padding:0;
	color:#0089c4;
}

h1 
{
	margin:0;
	padding:0 0 5px 0;
	font-size:1.7em;
	font-weight:normal;
	margin-bottom:5px;
	color:#0089c4;
	text-transform:uppercase;
}

h2 
{
	font-size:1.2em;
	font-weight:bold;
	
}




/*  END --- Headers and footers  ------------------------------------------------  */






/*  Layout ---------------------------------------------------------------------  */

#pagewrapper
{
	padding:0px;
	margin:0px;
	text-align:left;
	font-size:1em;
	width:760px;
	overflow:hidden;		
}

#topheader
{
	height:150px;
	text-align:left;
	width:760px;
	margin-bottom:10px;
}

#topheader #logoimg
{
	padding:0;
	margin:0;
	float:right;
}

#topheader #tdtitle
{
	width:430px;
	margin:0;
	float:left;
	text-align:right;
}

#topheader #tdtitle img
{
	align:right;
	padding:5px 0 0 10px;
}


#topheader #helptitle
{
	width:160px;
	padding:0;
	padding-right:3px;
	float:right;
}
#topheader #helptitle img
{
	padding:7px 0 0 5px;
}

#pagebody 
{
	
}

#leftcol
{
	width:170px;
	height:400px;
	padding:0;
	margin:0;
	float:left;
	padding:5px 0 0 0;
}

#centercol
{
	width:590px;
	padding:0;
	margin:10px 5px 0 5px;
	float:left;
}


#rightfloat
{
	width:160px;
	padding:0;
	margin:0;
	float:left;
}


#rightcol
{
	width:160px;
	padding:0;
	margin:0;
	float:left;
}

#introtext
{
	height:140px;
	width:560px;
}

#crumbnav
{
	width:590px;
	border-top:1px dotted #9e9fa2;
	border-bottom:1px dotted #9e9fa2;
	margin-bottom:10px;
	font-size:10px;
}

#contentarea
{
	width:590px;
	overflow:hidden;
}

#widecontent
{
	width:590px; float:left; position:relative;

}

#contentarea div
{
	position:relative;
}

#contentarea div div
{
	width:100%;
}	

#contentarea div .colheader, #sidecolumn div .colheader, #widecontent div .colheader
{
	height:17px;
	width:100%;
	background-color:#0089c4;
}					 

#contentarea div div h2, #sidecolumn div div h2, #widecontent div div h2
{
	color:#FFF;
	text-transform:uppercase;
	padding-left:5px;	
}

#contentarea div .colcontent, #widecontent div .colcontent
{
	
}

#contentarea div .colcont, #widecontent div .colcont
{
	padding:5px;	
}


#contentarea div .colcontent span, #widecontent div .colcontent span
{
	display:block;
	padding:10px;
}

#contentarea div .colcontent .bggrey
{
	background-color:#efefef;
}

UL, OL
{
	margin-top:5px;
	margin-bottom:5px;
}


.queryheader
{
	background-color:#0089c4;

}

.queryheader h3
{
	font-weight:bold;	
	color:#fff;
	font-size:1em;
	width:530px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	background:#0089c4;
}

.queryheader .top_arrow
{
	position:absolute;
	right:5px;
	top:5px;
}


#contentarea div .colfooter
{
	position:absolute;
	bottom:0;
	background-color:#efefef;
	text-align:right;
	border-top:solid 1px #9e9fa2;
}



#contentarea .widecolumn
{
	display:block;
	width:567px;
	margin-top:5px;
	border:1px solid #0089c4;
}

#contentarea .leftcolumn
{
	height:150px;
	width:280px;
	float:left;	
	margin-right:5px;
	margin-top:5px;
	border:1px solid #0089c4;
}


#contentarea .rightcolumn
{
	height:150px;
	width:280px;
	float:left;
	margin-top:5px;
	font-weight:normal;
	border:1px solid #0089c4;
}

#rightcontent
{
	margin-top:17px;
}

#sidecolumn
{
	width:160px;
	background-color:#efefef;
	border:1px solid #0089c4;
}

#sidecolumn div p
{
	margin:10px 5px;
}


.middlealign
{
	vertical-align: middle;
}

/*-- END -------------- Layout ------------------------------------------*/



/* Fieldset and legend ------------------------------------------------- */
/* --------------------------------------------------------------------- */
fieldset.boxcontent 
{
	position:relative;
	margin-top:5px;
	margin-right:0px;
	font-size:0.9em;
	border: 1px solid #0089c4;
}


.boxcontent legend
{
	color:#0089c4;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
}


/* ------------------------------------------------- */
*html fieldset.boxcontent div 	/* IE Only start */
{ 
	margin:-15px 0 -15px 10px;
}
								/* IE Only end */
/* ------------------------------------------------- */			

fieldset.boxcontent div 
{ 
	margin:2px 0 0px 5px;
}

fieldset label
{
	display: block;
	padding:0;
	margin:0;
}

fieldset input
{
	font-size:0.95em;
	width:90px;
}

/* Fieldset and legend ------------------------------------------------- */
/* --------------------------------------------------------------------- */


#footer {width:760px; height:15px; border-top:5px solid #fff; background:#0089c4; margin-top:10px; clear:both;}






