/* CSS Document */
/*------------------------------------------------------------------
[Master Stylesheet]
Project:		Safer
Version:		1.0
Last change:	31/07/08 
___________________________________________________________________
[Color codes]


Background:	#FFFFFF;
Content:	#636363; 
Header h1:	#2A3EB6; 
Footer:		#7F7F7F;


a (standard):	#2A3EB7; 
a (hover):	    #2A3EB7;


-------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
}
body {
	background:url(img/bg.gif) repeat-x top left;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
a {
	color:#2A3EB7;
	text-decoration:none;
}

	a:hover {
		color: #898989;
	}
#wrap {
	width:770px;
	margin:0px auto;	
}	
.content {
	margin-top:10px;
}


.logo {
	margin-top:10px;
}

/*Left content "News"*/
.left_content {
	width:154px;
	border-top:solid 1px #C0C5E3;
	border-bottom:solid 1px #C0C5E3;
	background-color:#E8EAF5;
}
.newsdate {
	color:#74757A;
	font-weight:bold;
	font-size:10px;
	margin:5px 5px 0px 5px;
}


/*Short Description News*/
.newscont {
	margin:0px 5px 0px 5px;
	color:#000000;
}
/*Details link*/
.newsdetails {
	text-align:right;
	margin-right:10px;
	margin-bottom:16px;
}
	.newsdetails a {
		font-size:10px;
		font-weight:bold;
		text-decoration:none;
	}
/*Left content*/	
.right_content {
	width:607px;
	padding-bottom:10px;
	padding-left:4px;
}
/*Footer*/
.footer {
	background:url(img/footer_background.gif) repeat-x top left;
	color:#7F7F7F;
	font-size:10px;
	height:102px;
	text-align:center;
	padding-top:18px
}
	.footer a {
		text-decoration: none;
		color:#7F7F7F;
	}
	.footer a:hover {
		text-decoration: underline;
	}
	.footer p {
		padding-top:9px;
	}
/*Contact */
.txtform{
	border:solid 1px #C4C8D0;
	width:180px;
}
.button {
	padding:0px 3px;
	background-color:#8E9FB1;
	cursor:hand;
	border:solid 1px #6D7894;
	color:#FFFFFF;
}
.ul li{
	margin-top:10px;

}

