.PIC
{
	background-image: url(img/pic.jpg);
	background-repeat: no-repeat;
	width: 520px;
	height: 190px;
	margin:  0px;
	padding: 0px;
}

.rMENU
{
	width: 207px;
	background: #FFFFFF;
	margin-left: 8px;
}

.rMENU_cont
{
	background-image: url(img/right.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.rITEMS
{
	width: 187px;
	margin-left: 20px;
}

.rITEMS TD
{
	background-image: url(img/i.gif);
	padding: 3px 0px 3px 15px;
	vertical-align: top;
}

.rITEMS A, .rITEMS A:link, .rITEMS A:visited, .rITEMS A:active, .rITEMS A:hover
{
	color: #238ED5; 
	text-decoration: none;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

.content
{
	width: 100%;
	background: #D5E68A;
}

.content P, .content UL, .content LI 
{
	color: black;
}

.content H2
{
	border-left: 6px solid #ED7324;
	color: #292929;
}

.content A, .content A:link, .content A:visited, .content A:active, .content A:hover
{
	color: #2F730B; 
}

.content_header
{
	background: #D5E68A;
	text-align: top;
	vertical-align: top;
}


{
	padding: 0px; 
	margin: 0px;
	background-image: url(img/cont_b.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 5px;
}

.c_top
{
	padding: 0px 30px 10px 50px;
	font: 8.5pt Arial;
}

.c_bot {
background-image:url(img/cont_b.gif);
background-position:center bottom;
background-repeat:no-repeat;
height:5px;
margin:0;
padding:0;
}

@media print{

.c_top, .content P, .content H2
{
	background-color: #ffffff;
	padding: 0px 40px 0px 0px;
	font: 10pt Arial;
}
.PIC, .rMENU_cont, .content_header
{
	display: none;
}

}
