@charset "utf-8";
/* CSS Document */
/****************************** Main Css ******************************/
*/
html, body {border: 0; margin: 0; padding: 0; height: auto;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333; /*Font color*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	right: auto;
}
	p {}
	p, ul, ol { margin: 0; padding: 0; }
	img, img a { border: none; }
 	img, div { behavior: url(../css/iepngfix.htc) }
	img, div, a, input { behavior: url(../css/iepngfix.htc) }
	form { margin: 0; padding: 0; } 
	html div#map img { behavior: none; } 
	
	
td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #333333;	
}	

#ssl_container {font-size: 12px; width: 570px; margin: 0 auto; clear:both; background:#f8f8f8;}
.ssl_width {width:100%; clear:both;}
.ssl_searchbox {width:98%; background:#d9e4cd ; border:1px dotted #6c953c; padding:5px;}
.ssl_news {width:100%; padding:0px; margin:0px; clear:both;}
.ssl_date {width:20%; float:left; list-style-type:none; color:#58595b; font-weight:bold;}
.ssl_title {width:79%; float:right; list-style-type:none; color:#6c953c; padding:0px 0px 5px 0px;}
.ssl_title a:link{color:#333333;text-decoration:none;}
.ssl_title a:visited{color:#666666;text-decoration:none;}
.ssl_title a:hover{color:#333333; text-decoration:underline;}
.ssl_divider {background: url(../images/home/dot.gif) repeat-x; height:10px; }
.ssl_fullwidth {width:100%; clear:both;}

