/* CSS Document */
#caption { font-style:italic; font-size:10px; text-align:right;}
#title{color:#393939; font-size:14px; font-weight:bold; background-color:#efefef; width:100%; padding:5px;}
html, body {margin:0px; padding:0px; width: 100%; background-color:#d2d2d2; text-align:center; background-image:url(images/bg-tile.jpg); background-position:center; background-repeat:repeat-y; color:#393939; font-family:Verdana, Arial, Helvetica, sans-serif; }
#header {width: 730px; background-color:#ffffff;}
#main {margin: 0px; padding:0px; margin-left:0px; width:100%; text-align: left; position:inherit; background-color:#d1d4db; text-align:center;}
#contentbox{text-align:left;  padding:10px 10px 10px 10px; width:710px;  background-color:#FFFFFF; }
#sidebox {padding:10px 20px; 10px 20px; font-size:10px; font-weight:bolder; color:#000000;}
#footer { width: 730px; background-color:#ffffff;}
#nav {}
#housekeeping {font-size:9px; color:#818181;}
body{font-size: 0.7em; color:#666666; font-family : Arial, verdana, Geneva, Helvetica, sans-serif;}
a{color:#FF3939;}
p {padding: 0.5em 1em 1em 0em; margin: 0; line-height:1.4em;}
td {font-size: 0.8em;}
.nav-bullet { 
width:35px; text-align:center; 
border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#ededed;
border-right-width:1px; border-right-style:solid; border-right-color:#ededed;
}
.nav {border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#ededed; color:#515151; font-weight:bold;adding-left:15px;}
.nav a {color:#515151; text-decoration:none; font-size:12px; font-weight:bold;}

.newsheadline {
        color: #000000;
        font-size:11px;
        text-decoration:none;
              }
  
.extendable {
	width: 100%;
	float: left;
        
}

.extendable a h1 {
	display: block;
	background: url(images/plus.gif) no-repeat left #FFFFFF;
	border: 1px solid #efefef;
	padding: 5px 5px 5px 5px;
	margin: 0 0 10px 0;
	text-decoration: none;
        font-size: 12px;
        font-weight: bold;
        color: #393939;
}

.extendable a:hover h1 {
	text-decoration: underline;

}

.extendable p{
	position: relative;
	top: -12px;
	border: 1px solid #efefef;
	border-top: none;
	color: #393939;
	padding: 5px;
        font-size: 12px;
	background: #efefef;
	margin: 0;

}

.extendable span.more {
	display: none;
}
