
/* Body Global text and Links formatting */
body {
margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
background-color: #EEEECC;}

/* Layout */

#page
{
width:100%;
height:100%;
margin: 0em;
padding: 0em;}

#page .pagecol1
{
width:15px;
}

#page .pagecol2
{

background-color: #fff;
border-left: 1px #000 solid;
border-right: 1px #000 solid;
margin: 0em;
padding: 0em;
}

#page .pagecol3
{
width:240px;
}
/*********************** main horizontal menu **********************/
#tablist{ padding: 10px 0em 3px 0em; margin: 0;}
	#tablist ul 
	{ 
	margin: 0; 
	padding : 0;
	list-style : none; 
	}

#tablist li
	{
	 list-style: none; 
	 display: inline; 
	 margin: 0; 
	 font: 12px Verdana, Helvetica, Arial, sans-serif;
}
	#tablist li a{
		text-decoration: none;
		padding: 8px 22px 6px 22px;
		margin-right: 2px;
		background: #fff url(corner.gif) no-repeat top right;
		font-weight: bold;
		color: #A63D56;

			}
	#tablist li a:hover{
		background: #FFF4FF url(corner.gif) no-repeat top right;
		color: #A63D56;
	}
	#tablist li a.current{
		background: #FFF4FF url(corner.gif) no-repeat top right;
		color: #A63D56;
		/* padding: 6px 22px; */
	}
	#tablist .key { text-decoration: underline; }
/******************* main horizontal menu end ************************/



/************************** Right Nav Start ****************************/

#Right_Boxes .BoxHeader 
{
background-image: url(Right_corner_top.gif);background-repeat: no-repeat;width: 200px;height: 28px;
}

#Right_Boxes .BoxBody
{
	background-image: url(Right_corner_mid.gif);
	width: 200px;
	height: 1px;

}

#Right_Boxes .BoxFooter 
{
background-image: url(Right_corner_bottom.gif);background-repeat: no-repeat;width: 200px;height: 4px;
}

#Right_Boxes .heading
{
color: #fff;
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight: bold;
font-size: 16px;
text-indent: 25px;
padding: 0px;
margin: 0px;
}	


div.feed ul
{
padding: 8px;
margin: 10px;
padding-top: 0em;
padding-bottom: 0em;
padding-left: 15px;}

div.feed li
{
margin-bottom: 2px;
margin-top: 2px;
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 12px;
color:#fff;
list-style-image: url(arrow2.gif);
}


div.feed li a
{
color:#fff;
text-decoration: none;

}

div.feed li a:hover
{
color:#fff;
}
/************************** Right Nav End ****************************/

