/*     GENERAL CSS DEFINITIONS     */

* { margin: 0; padding: 0; }

BODY, TD
{ 
	color: #000000;
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4;
}

P
{
	text-align: left;
	margin-bottom: 12px;
}

A:link, A:visited, A:active
{
	color: #226BA3;
}

A:hover, A:focus
{
	color: #000000;
}

H2 { font-family:  "Lucida Grande",Helvetica,Arial,sans-serif; font-size: 18px;color:	#000000;
padding-bottom: 5px;
font-weight: bold;
text-transform:uppercase;}

a:link img{text-decoration: none;
border-width: 0px;
}
a:visited img{text-decoration: none;
border-width: 0px;
}

a.fvd_ytl {display:none;}

/*TD.content img.headlineThumbnail {padding-right:10px;padding-bottom:10px;padding-top:5px;padding-left:0;margin:0; background-color:pink}*/

TD.content img.headlineThumbnail {margin-right:10px;margin-bottom:5px;margin-top:5px;margin-left:0;padding:0;}

TD.content img.articleImageTopLeft {padding-right:10px;padding-bottom:10px;padding-top:0;padding-left:0;margin:0}
TD.content img.articleImageTopRight {padding-right:0;padding-bottom:10px;padding-top:0;padding-left:10px;margin:0}
TD.content img.articleImageBottomLeft {padding-right:10px;padding-bottom:0;padding-top:10px;padding-left:0;margin:0}
TD.content img.articleImageBottomRight {padding-right:0;padding-bottom:0;padding-top:10px;padding-left:10px;margin:0}

/************************************ right column ********************************** */

TD.rightcolumn
{
	width: 190px;
	vertical-align:				top;
/*	padding:					10px	10px	10px	0;*/
}

TD.rightcolumn #block_body {
padding-left:10px;
background-image:url(images/rightcolumn_block_body.gif);
background-position: top left;
background-repeat: repeat-y;
border-bottom:1px #CCCCCC solid;
border-left:1px #CCCCCC solid;
}

TD.rightcolumn #block_body HR { height:1px; border:1; padding: 0; color:#CCCCCC; margin: 5px 5px 5px 0px;}

TD.rightcolumn #block_bottom {height:10px;
background-image:url(images/rightcolumn_block_bottom.gif);
background-position: top left;
background-repeat: no-repeat;}

TD.rightcolumn #reg_head {
height:34px;
background-image:url(images/rightcolumn_hd_reg.gif);
background-position: top left;
background-repeat: no-repeat;
color:##045FB4;
font-weight: bold;
font-size: 12px;
padding-left: 40px;
padding-top: 10px;
vertical-align:middle;
}

TD.rightcolumn #reg_takeaction {
height:34px;
background-image:url(images/rightcolumn_hd_takeaction.gif);
background-position: top left;
background-repeat: repeat-x;
color: #045FB4;
font-weight: bold;
font-size: 12px;
padding-left: 40px;
padding-top: 10px;
vertical-align:middle;
}

TD.rightcolumn #reg_all {
height:34px;
background-image:url(images/rightcolumn_hd_all.gif);
background-position: top left;
background-repeat: repeat-x;
color:	#045FB4;
/*border-top:1px #CCCCCC solid; border-left:1px #CCCCCC solid;*/
font-weight: bold;
font-size: 12px;
padding-left: 40px;
padding-top: 10px;
vertical-align:middle;
}

TD.rightcolumn #reg_all a:link{color:#666666; text-decoration: none;}
TD.rightcolumn #reg_all a:visited{color:#666666; text-decoration: none;}
TD.rightcolumn #reg_all a:active{color:#666666; text-decoration: none;}
TD.rightcolumn #reg_all a:hover{color:#753200; text-decoration: none;}

TD.rightcolumn P
{
	/*padding:					10px	10px	10px	10px;	*/
	padding: 0;
}

TD.rightcolumn UL.takeaction {
padding: 0;
margin: 0;
margin-left: 0;
padding-left: 3em;
pading-top: 10px;
padding-bottom: 10px;
font-size: 11px;
line-height: 12px;
list-style-position: outside;
}

TABLE.loginform {
width:150px;
font-size:8pt;
padding-bottom:10px;
}

TABLE.loginform TD {
border-right:1px #CCCCCC solid; border-top:1px #CCCCCC solid; border-left:1px #CCCCCC solid; 
font-size:8pt;
}

TABLE.loginform TD INPUT {font-size:8pt;}
TABLE.loginform TD INPUT.widthdef {font-size:8pt; width:80px;}

TD.rightcolumn P.sidebar-banner, TD.rightcolumn div.sidebarBanner
{
	text-align: center;
	margin: 5px 0;
}

/************************************ iframe banners   ********************************** */
IFRAME#banners {
width: 760px; margin:auto; padding: auto; text-align: center;  height: 80px; 
	
}

/* overflow fix */

TABLE.maintablebody p a { overflow: hidden; }
