BODY {
	
	margin:0;
	color                 : #000000;
	text-decoration       : none;
	font                 : small/1.9 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}

.header
{
	background-image: url("layout_images/titl_ber.jpg");
	background-repeat: no-repeat;
	background-position: 80% 0 ;

	
	
}
.logo
{
	height:60px;
	padding-top:40px
}
.topmenu
{
	width:100%;
	background-image: url("images/header_menu_bg.gif");
	background-repeat: repeat-x;
	height:33px;
	
}
.topmenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left:53px;
	
}
.topmenu ul li
{
	display: inline;
	float: left;
	
}
.topmenu ul li a
{
	color:#135191;	
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	height:20px;
	display:block;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
}

.topmenu ul li a:visited
{
	color:#006600;	
}
.topmenu ul li a:hover
{
	background-image: url("images/menu_hover_bg.gif");
	background-repeat:repeat-x;
	color:#fff;	
	
}
.submenu
{
	width:100%;
	background-image: url("images/submenu_bg.gif");
	background-repeat: repeat-x;
	height:23px;
	margin:0px;
	
}
.submenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left:53px;
	
}
.submenu ul li
{
	display: inline;
	float:left;	
}
.submenu ul li a
{
	color:#fff;	
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	display:block;
	padding-left:20px;
	padding-right:20px;
	
}
.submenu ul li a:hover
{
	color:#99ff99;	
}
.container {
  width: 1024px;
  margin:auto;
  background-color:#fff;
  
  
}
.left
{
	float:left;
	width:205px;
	font-family: Tahoma;
	font-size:12px;
	margin-right:20px;
}


.left input
{
	border:0px;
}
.left input[type="text"], input[type="password"]
{
	border:1px solid #ccc;
	margin-top:3px;
	margin-bottom:2px;
	width:177px;
}
.center
{
	float:left;
	width:799px;
}
.join
{
	width:205px;
	clear:left;
	height:80px;
	background-image: url("images/joinnow_bg.gif");
	background-repeat:no-repeat;
	padding-top:42px;
	padding-left:21px;
	
}
.join ul
{
	font-size:11px;
	margin:0;	
	padding:0;
	list-style-type: disc;
	line-height:120%;
	list-style-position: inside;
	margin-left:-15px;
}
.join ul li
{
	color:#080672;
	
}
.join ul li a:link, .join ul li a:visited
{
	font-size:11px;
	}
.blacklist
{
	color:#000;
}
.google
{
	padding-left:13px;
	padding-top:13px;
	font-size:12px;
}

.google input
{
	margin-top:2px;
	
}
.google_radio
{
	float:left;
	height:20px;
	padding-top:6px;
}
.google_label
{
	float:left;
	height:20px;
	padding-top:6px;
}

.signin
{
	width:193px;
	clear:left;
	height:115px;
	padding-left:12px;
	background-image: url("images/signin_bg.gif");
	background-repeat:no-repeat;
	padding-top:60px;
	line-height:110%;
}

.signin label
{
	color:#333;
	
}
.latest
{
	width:205px;
	background-image: url("images/latestcomments_label.gif");
	background-position: 11px 20px;
	background-repeat: no-repeat;
	padding-top:57px;
	padding-left:11px;
}
.featured
{	
	background-image: url("images/featured_label.gif");
	background-position: 11px 20px;
	background-repeat: no-repeat;
	padding-top:57px;
	padding-left:11px;
	float:left;
	width:150px;
	height:500px;
}
.catcol
{
	float:left;
	width:610px;	
	
}
.catcol_column
{
	float:left;
	width:50%;
	
}
.cat_column_header
{
	font-size:14px;
	padding: 2px 3px;
	color: #666;
	color:#135191;
	margin-bottom:0px; margin-top:0px;
	font-weight:bold;
}
.cat_column_description
{
	clear:left;
	font-size:12px;
	padding: 2px 3px;
	color: #666;
	margin-top:5px;
	margin-bottom:5px;
	padding-right:10px;
}
.left_box
{
	padding:13px;
	font-size:12px;
	color:#135191;
	border:1px solid #a3bad1;
	margin-bottom:8px;
}
.latest_links_fp
{
	clear:left;
	/*background-image:url('images/latesttreadleads_label.gif');
	background-repeat:no-repeat;*/
	border:1px solid #9eb6ce;
	padding-top:14px;
	padding-bottom:14px;
	padding-left:5px;
	padding-right:5px;
	width:600px;
	
}
.pagination
{
	background-image:url('images/pagination_bg.gif');
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
	color:#fff;
	font-size:12px;
	clear:both;
}

.pagination_link {
    background: none;
}

.pagination a:link, .pagination a:visited
{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	
}
.pagination a:hover
{
	color:#99ff99;
}
.pagination_2
{
	margin-top:15px;
	color:#666666;
}
.footer
{
	text-align:center;
	color:#135191;
	font-weight:bold;
	
}
.footer_links
{
	clear:both;
	width:1024px;
	margin:auto;
	text-align:center;
	padding-top:12px;
	height:28px;	
	background-image:url('images/footer_bg.gif');
	background-repeat:repeat-x;
	background-position:top;
}
.copyright
{
	margin-top:15px;
	color:#666666;
}
.links_table
{
	width:100%;
	border:1px solid #ccc;
}
.links_table_header
{
	
	
}
.link_th
{
	float:left;
	background-color:#ADC9F5;
	margin-left:1px;
	margin-top:1px;
}
.separator
{
	clear:both;
}






div a:link
{
	color                 : #000066;
	font-weight: bold;
	text-decoration       : none;
	font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
div a:visited
{
	color                 : #000000;
	font-weight: bold;
	text-decoration       : none;
	font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}



.nav, .nav a {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;	
	text-align: center;
	text-decoration: none;
}	


caption {
	margin: 0;
	padding: 0;
	width: 141px;
	background: #A2ADBC;
	color: #fff;	 
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.box2 {
	font: bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	background: #D9E2E1;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
	border-left: 1px solid #A2ADBC;
}

.today, td.today a, td.today a:link, td.today a:visited {
	color: #F6F4DA;
	font-weight: bold;
	background: #DF9496;
}

.box1 {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
	border-left: 1px solid #A2ADBC;
	text-align: left;
	background: url(images/bg_calendar.gif) no-repeat right bottom;
}

td a {
	text-decoration: none;
	font-weight: bold;
	
}

td a:link, td a:visited {	
	color: #608194;
	/*background: url(images/bg_calendar.gif) no-repeat;*/
}

td a:hover, td a:active {
	color: #6aa3ae;
	/*background: url(images/bg_calendar.gif) no-repeat right top;*/
}

.profile_form
{
	width:530px;
	margin-bottom:50px;
	border:1px solid #ccc;
	padding:0 10px;
}
.profile_form label
{
	display:block;
	width:250px;
	float:left;
	color:#6AA3AE;
}
.profile_form input[type=text], .profile_form select
{
	border:1px solid #6AA3AE;
	font-size:90%;
	width:250px;
}

.review-tags {
    background: none;
}

.textmiddle {vertical-align:middle;} 
.textbelow {vertical-align:bottom;} 
.handredindex
{
	color:#000;
}
.handredindex a:link, .handredindex a:visited
{
	color:#000;
}
.nothing  a {
    background: none;
}