
/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

#tlc, #trc { zoom: 1 }

#box
	{
	width:100%;				/* <-- use this to tie width to viewport size */
	/*width: 55em;*/				/* <-- use this for a set width */
	background-color: #eeeeee;
	/*height:100%;*/
	margin-left:5px;
	padding:0px;
	padding-bottom:-10px;
}

#content
	{
	margin:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:15px;
	padding-bottom:10px;
	align:left;
	/*border: 1px solid #000;*/
}

#content h2
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 18px;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
#content p
	{
	color:#3b3b3b;
	font-size: 12px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	margin: 3px;
	}

#content img {
	display:block; 
	margin-left: auto;
	margin-right: auto;
}

#content a {
	text-decoration:none;
	color:#0033CC;
	font-weight:bold;
	font-size:12px;
}

#content #entrydate {
	font-size:11px;
	font-style:italic;
	color:#194d68;
}

/* ---=== 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/frames/images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(/images/frames/images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(/images/frames/images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(/images/frames/images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(/images/frames/images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(/images/frames/images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(/images/frames/images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	/*
	background-color: #eeeeee;
	background-color: white;
	*/
	background-image:url(/images/frames/images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}


/* ---=== 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 
*/


#b_box
	{
	width:100%;				/* <-- use this to tie width to viewport size */
	/*width: 55em;*/				/* <-- use this for a set width */
	background-color: #000000;
	height:100%;
	/*border: 1px solid #000;*/
	margin-left:5px;
	padding-bottom:2px;
}


#b_tlc, #b_trc, #b_blc, #b_brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}
#b_trc
	{
	background-image:url(/images/frames/images/b_trc.gif);
	background-position: 100% 0%;
	}

#b_blc
	{
	background-image:url(/images/frames/images/b_blc.gif);
	background-position: 0% 100%;
	}
#b_brc
	{
	background-image:url(/images/frames/images/b_brc.gif);
	background-position: 100% 100%;
	}

#b_tb, #b_bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}

#b_tb
	{
	background-image:url(/images/frames/images/b_tb.gif);
	background-position: 0% 0%;
	}

#b_bb
	{
	background-image:url(/images/frames/images/b_bb.gif);
	background-position: 50% 100%;
	}

#b_rb
	{
	background-image:url(/images/frames/images/b_r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#b_lb
	{
	/*
	background-color: #eeeeee;
	background-color: white;
	*/
	background-image:url(/images/frames/images/b_l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}		
	
a.h2_link{
	color:#FF0000;
	font-size: 18px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

a.h2_link:hover {text-decoration:underline;}