/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */	

#tlc, #trc {zoom: 1;}

a:link    { color: #0354c2 }    	/* unvisited links */
a:visited { color: #0354c2 }   	/* visited links   */
a:hover   { color: #0354c2 } 	/* user hovers     */
a:active  { color: #0354c2 }   	/* active links    */

	
body
	{
	background-color: white;
	font-size: 100.01%;
	text-align: center; 
	}

#topleft 
	{
	background-image: url(../images/click-tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 0;
	left: 0;
   	z-index: 100;
   	width: 108px;
	height: 113px;
	float: left;
	}
		
#topleft a
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 108px;
	height: 113px;
	}	
	
#box
	{
	font-size: 1em;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 1em;
	text-align: left;
	width: 50em;				/* <-- use this for a set width */
	background-color: #eeeeee;
	}
 	
#content
	{
	padding:3em;
	padding-bottom:1em;
	}

#content p
	{
	line-height: 1.4;
	color:#3b3b3b;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
	}

img
	{
	border: none;
	}

table
	{
	width:100%;
	}
	
td
	{
	vertical-align: top;
	}
		
.floatR
	{
	float: right;
	}
	
.floatL
	{
	float: left;	
	}
	
.right
	{
	text-align: right; 	
	}
	
.left
	{
	text-align: left; 	
	}
	
 .br
	{
	clear: both;
	font-size: 1em;
	}

 .clear
	{
	clear: both;
	}
	
.bold
	{
	font-weight: bold;
	color:#3b3b3b;
	font-family: arial, helvetica, sans-serif;
	}
				
.warn
	{
	color:red;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	font-family: helvetica, geneva, arial, sans-serif;	
	}

.red
	{
	color: #ff0000;
	}		

.ltblue
	{
	color: #809FFF;
	}
	
.blue
	{
	color: #036;
	}

.bgyellow
	{
	background-color: #f0e68c;
	}
	
.bgblue
	{
	background-color: #80e0e6;
	}
	
.bggreen
	{
	background-color: #98f898;
	}

.bggreen
	{
	background-color: #98f898;
	}
	
.bgpink
	{
	background-color: #ffc0cb;
	}

.bgbrown
	{
	background-color: #deb887;
	}

.bgdkgray
	{
	background-color: #c0c0c0;
	}

.bggray
	{
	background-color: #e0e0e0;
	}

.bgred
	{
	background-color: #FF8080;
	}
		
.plain 
	{
	margin: -0.7em;
	}
	
.plain ul
	{
	margin: -0.5em;
	}	
	
.myRow0
	{
  	background-color: yellow;	
	}
	
.myRow1
	{
  	background-color: #809FFF;
	}
				
h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}

h1.minor
	{
	background: url("/common/images/border/bird.gif") top left no-repeat;
	line-height: 2;			/* make room for the bird */
	}
		
h2
	{
	color:#0354c2;
	font-size: 0.9em;
	font-family: helvetica, geneva, arial, sans-serif;
	}

h3
	{
	color: #ff0000;
	font-size: 0.9em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
				
p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
					
#copyright						/* --- copyright box --- */
	{
	width: 20em;
	margin-left: auto;
	margin-right: auto;
	padding-top:.6em;
	padding-bottom:.6em;
	background: white;	
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;	
	border-right: 2px solid #cccccc;	
	border-bottom: 1px solid #666666;		
	}

#copyright p
	{
	color:#585858;
	font-size: .9em;
	line-height: 1.5;
	font-family: arial, helvetica, "gill sans", sans-serif;
	text-align: center;
	}	

pre
	{
	color: #039;
	background: white;	
	text-align: left;
	font-family: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace;
	font-weight: normal;
	font-size: small;
	line-height: 1.3em;
	padding: 1% 2%;
	margin: 1% 2%;
	border-style: solid;
	border-width: 2px 2px 1px 2px;
	border-color: #dfdfdf #dfdfdf #666 #ccc;
	}
	

.rightlinks
	{
	width: 20em;
	margin-left: 25em;
	padding-top: 1em;
	padding-bottom: 1em;
/*	border: 1px solid red; */
	}

.rightlinks p, .rightlinks a
	{
	padding: 0;
	margin: 0;
	font-size: 1em;
	text-align: right;
	line-height: 1.1;
	color: blue;
	font-family: arial, helvetica, sans-serif;
	}

.leftlinks
	{
	width: 20em;
	margin-left: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
/*	border: 1px solid red; */
	}

.leftlinks p, .leftlinks a
	{
	padding: 0;
	margin: 0;
	font-size: 1em;
	text-align: left;
	line-height: 1.1;
	color: blue;
	font-family: arial, helvetica, sans-serif;
	}

.minor img
	{
	vertical-align:middle;
	line-height: 2;			/* make room for the bird */
	}
				
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(../images/border/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(../images/border/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../images/border/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(../images/border/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(../images/border/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(../images/border/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(../images/border/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #eeeeee;
	background-image:url(../images/border/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
