body
{
    background: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
}

p 
{
    margin-top: 1em;
    margin-bottom: 1em;
	 line-height: 1.2em;
}

ul {
	line-height: 1.2em;
}

/*************************************************************************/

#main
{
    width: 600px;
	 border: none;
}

/* box model hack for win IE < ver6 */
#main
{
    \width: 602px;
}

/* box model hack for normal modern browsers */
#main
{
    w\idth: 600px;
}


/*************************************************************************/

/* old standards browsers */
#banner
{
    width: 600px;
    height: 58px;
	 background-image: url(images/banner_print.jpg);
	 border: none;
	 margin: 0px;
	 padding: 0px;
}

/* win IE < ver6*/
#banner
{
    \width: 602px;
    \height: 60px;
}

/* normal modern browsers */
#banner
{
    w\idth: 600px;
    he\ight: 58px;
}

/***************************************************************************/

#mainnavcontainer ul
{
display: none;
}


/****************************************************************************/


#title
{
    width: 600px;
    height: 43px;
    background-image: url(images/title14.jpg);
    line-height: 2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-indent: 15px;
	 border: none;
}

#title
{
    \width: 602px;
    \height: 45px;
}

#title
{
    w\idth: 600px;
    he\ight: 43px;
}


#title H1 {

font-size: 1em;
}

/*************************************************************************/    


#subnavcontainer ul
{

	 	 display: none;
}

#subnavcontainer ul
{
    \width: 602px;
    \height: 17px;
}

#subnavcontainer ul
{
    w\idth: 600px;
    he\ight: 15px;
}



/*************************************************************************/    

#zirconcopywrite
{
	 display:none;
}

/*************************************************************************/    

#content
{
    width: 600px;
	 border: none;
	 margin: 0px;
	 padding: 0px;
}

#content
{
    \width: 602px;
}

#content
{
    w\idth: 600px;
}

/*************************************************************************/    

#contenttext
{
    width: 600px;
	 text-align: justify;
	 border: none;
	 margin: 0px;
	 padding: 5px 5px;
}

/*************************************************************************/    

#imagecontentright
{
	 width: 600px;
	 height: 100%; 
	 font-size: 100%;
	 margin: 0px;
	 padding: 5px 5px;
	 text-align: justify;
	 border: none;
}

/*************************************************************************/

#footer
{
    width: 600px;
    position: relative;
	 border: none;
	 margin: 0px;
	 padding: 5px;
}

#footer p {
	padding: 0 0 .2em 0;
	margin: 0px;
}
/**************************************************************************/

#iiptick
{
    background-image: url(images/iiptick.gif);
	 border: none;
	 float: left;
}
/*************************************************************************/

#contactdetailscontainer
{
    margin-left: 2px;
	 float: left;
	 border: none;
}


#contactdetails
{
    margin-top: 6px;
    margin-left: 6px;
    color: #555555;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 85%;
}

/*************************************************************************/

#miscpics
{
    background-image: url(images/miscpics.jpg);
    margin-left: 2px;
	 float: left;

}


/*************************************************************************/

H1 {
	font-size:150%;
	margin-top: 0px;
}

H2 {
	font-size: 150%;
		margin-top: 0px;
}

em {
	color: maroon;
}

tr {
	border-bottom: black solid 1px;
}

.heading {
 font-weight: bold;
 	border-bottom: 1px black solid;
	text-align: center;
}

.tablehighlight {
	background-color: #87CEFA;

}

table {
border: 1px black solid ;

}

table.literature {
font-size: 90%;
}

table.noborder {
border: 0px black solid ;
}

.highlight {
	color: red;
	font-weight: bold;
}

.nodisplay {
	display: none;
}

.clear {
	clear: both;
}