/* \*/
* html #tlc, * html #trc {height: 1%;}
 

#tlc, #trc { zoom: 1 }

/*body
	{
	margin: 0;
	padding: 0;
	background-color: white;
	font-size: 100.01%;
	text-align: center; 
	}
*/
#box
	{
	position: relative;
	margin-left: 0px;
	margin-top: 1em;
	padding: 0;
	text-align: left;
	/* 	width:80%;				<-- use this to tie width to viewport size */
	/*width: 500px;				 <-- use this for a set width */
	background-color: #eeeeee;
	margin-bottom: 1em;
	}
 	
#content
	{
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	}

/*#content h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
	*/	
#content p
	{
	color:#666666;
	font-size: 1em;
	line-height: 1.5em;
	font-size: 1em;
	}
#content a {
	color: #0292ac;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #FF9933;
}


		
/* ---=== 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%20corner/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(../Images%20corner/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../Images%20corner/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(../Images%20corner/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(../Images%20corner/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(../Images%20corner/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(../Images%20corner/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #eeeeee;
	background-image:url(../Images%20corner/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
			
