/* CSS Document */
* { margin:0; padding:0;}




/*body and main text*/
body{
	scrollbar-3dlight-color: #AFAFAF;
    scrollbar-track-color: #AFAFAF;
    scrollbar-shadow-color: #AFAFAF;
    scrollbar-face-color: #7B7B7B;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkShadow-color: #AFAFAF;
}

td {
	font-family: arial;
	font-size: 12px;
	line-height: 13px;
	color: #000000;
	font-stretch: normal;
	line-height:1.5em;
}
td a:link {
	color: #497edf;
	text-decoration: underline;

}
td a:visited {
	color: #efefef;
	text-decoration: underline;

}
td a:hover {
	color: #497edf;
	text-decoration: none;

}


#content{ width:100%; text-align: left}
#content .indent_main{padding:25px 25px 25px 25px}
#content .indent_col1{padding:0px 10px 0px 0px}
#content .indent_col1_1{padding:0px 10px 0px 0px}
#content .indent_col2{padding:35px 0px 0px 0px; width:228px;}

/*block*/
.block{ background:#4372ca; width:100%; color: #ffffff;}
.block a:link {color:#ffffff; text-decoration:underline;}
.block a:visited {color:#efefef; text-decoration:underline;}
.block a:hover {color:#ffffff; text-decoration:none;}
.block .bg_top{ background: url(images/bg_top.gif) repeat-x top}
.block .bg_bottom{ background: url(images/bg_bottom.gif) repeat-x bottom }
.block .bg_left{ background: url(images/bg_left.gif) repeat-y left }
.block .bg_right{ background: url(images/bg_right.gif) repeat-y right}
.block .bg_top_left{ background: url(images/bg_top_left.gif) no-repeat top left }
.block .bg_top_right{ background: url(images/bg_top_right.gif) no-repeat top right }
.block .bg_bottom_left{ background: url(images/bg_bottom_left.gif) no-repeat bottom left }
.block .bg_bottom_right{ background: url(images/bg_bottom_right.gif) no-repeat bottom right }
.block .indent_block{ padding:14px 15px 21px 22px; }
.block .indent_block2{ padding:14px 15px 10px 22px; }

.pad{ padding:5px 0px 10px 20px;}


ul {margin:0 0 10px 10px; padding:0; list-style:disc}
ul li{ padding-left:12px; margin-left:0px; margin:0 0 0 10px; line-height:1.5em; }




/*footer*/
td.footer {
	font-family: Verdana;
	font-size: 11px;
	line-height: 17px;
	color: #ffffff;
	font-stretch: normal;
	padding:0px 0px 7px 0px;
	
}
td.footer a:link {
	color: #cdcdcd;
	text-decoration: underline;
		font-weight:bold;	
}
td.footer a:visited {
	color: #cccccc;
	text-decoration: underline;
		font-weight:bold;	
}
td.footer a:hover {
	color: #cccccc;
	text-decoration: none;
		font-weight:bold;	
}




/*image alignment IE fix*/
img.floatright { 
float:right; 
margin:0 0 4px 8px; 
} 

img.floatleft { 
float:left; 
margin:0 8px 4px 0; 
} 





.subheading {
	font-family: Tahoma;
	font-size: 14px;
	line-height: 13px;
	color: #666666;
	font-weight: bold;
	font-stretch: normal;
}



.style1 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.style1 a:link {color: #b3ceff;
	text-decoration: underline;}
.style1 a:visited {color: #b3ceff;
	text-decoration: underline;}	
.style1 a:hover {color: #b3ceff;
	text-decoration: none;}
	
	




/*form imput fix for Google toolbar*/
input {
   background: #ffffff !important;
} 


