*{
	margin:0;
	padding:0;
}
body{
	font-family:Arial,Sans-Serif;
	margin-top:0px;
	overflow:visible;
	padding-left:10px;
	font-size: small;
/*	background:#ddd; */
}
.newsbox{
	font-size:.8em;
	background:#F8FBFE;
	color: #003366;
	padding:0px;
/*	width:195px; */
	margin:0 0 0 0;
	border: solid 1px; 
	border-color: #003366;
}
a:link{color:#267dd4;}
a:visited{color:#267dd4;}

.centeredImage	{ text-align:center; display:block; }

.newsboxtitle{
	padding:0px;
	margin:0 0 0 0;
	background-image: url(../images/bar_bg.gif);
	font-family: verdana, arial;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	line-height: 16px;
}

ul {
	list-style: disc;
	text-indent: 0px;
	margin: 15px;
	}
li	{
	margin-bottom: 10px;
	}
	
.tablediv {
display:  table;
width:575px;
/* background-color:#eee; */
border:1px solid  #666666;
border-spacing:5px; /*cellspacing:poor IE support for  this*/
border-collapse:separate;
}
.celldiv {
float:left;/*fix for  buggy browsers*/
display:  table-cell;
width:50%;
/* background-color:#ccc; */
}
.rowdiv  {
display:  table-row;
width:auto;
}
/*
      <div  class="tablediv">
        <div class="rowdiv">
          <div  class="celldiv">one cell of content in a table</div>
          <div  class="celldiv">one cell of content in a  table</div>
        </div>
        <div class="rowdiv">
          <div  class="celldiv">one cell of content in a table</div>
          <div  class="celldiv">one cell of content in a  table</div>
        </div>
      </div>
      <div> 
*/

#boundary{
	font-size:.8em;
/*	border:1px solid #999; */
	background:#fff;
	padding:0px;
	width:700px; 
	margin:0 0 0 0;
}
#content{
	clear:both;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width: 575px;	
}
#content img{
	border:0px solid #666;
	padding:0px 0px;
	display:inherit;
	margin:0px 0px 10px 0px; /*top right bottom left */
}
#content p{
/*	line-height:0; */
	padding-bottom:5px;
}
h1{
	font-size:x-large;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	color:#369;
	font-family:"trebuchet ms",Arial,sans-serif;
/*	text-transform:uppercase; */
	font-weight:bold;
	letter-spacing:-1px;
	text-align: center;
}
h2{
	font-size:1.5em;
	padding:0 0 .5em 0;
	color:#666;
	font-family:"trebuchet ms",Arial,sans-serif;
	text-transform:uppercase;
	font-weight:normal;
}
#content ul{
	list-style-type:square;
	margin-left:2em;
}
#content li{
	padding:0px 0;
}
#footer{
	color:#666;
	font-size:.75em;
	padding:5px 20px;
	text-align:right;
	width:700px;
	margin:0 auto;
}

#footer a{color:#333;}
.nextprev{
	padding:1em;
	font-weight:bold;
	text-align:right;
}
pre{
	font-size:1.1em;
	font-family:courier,monospace;
	margin-bottom:.5em;
	padding:1em;
	border-left:#eee 2px solid;
}
#content a:link{
	color:#369;
}
#content a:visited{
	color:#036;
}
#content a:hover,#content a:active{
	color:#036;
	text-decoration:none;
}
/* =navigation */
#nav{
	clear:both;
	font-weight:bold;
	color:#666;
/*	margin-left:4px; */
	float:left;
	list-style-type:none;	
	background:url(../images/navshadow.gif) no-repeat 8px 100% #fff;
	padding-bottom:21px; 
}
html>body #nav{
	margin-left:0px;
	background:url(../images/navshadow.gif) no-repeat 4px 100% #fff;
}
#nav li{
	list-style-type:none;
	float:left;
	margin:0 0 0 2px;
	padding:0 0 0 10px ;
	border-bottom:1px solid #999;
	background:url(../images/tabgrey.gif) #c0c0c0 top left no-repeat;
}
#nav li a{
	color:#666;	
	background:url(../images/tabgrey.gif) transparent top right no-repeat;
	display:block;
	padding:0 10px 0 0;
}
#nav li a:link,
#nav li a:visited{
	color:#000;
	text-decoration:none;
}
#nav li a:hover,
#nav li a:active{
	color:#fff;
	text-decoration:none;
}
#nav li.cur,
#nav li.over,
#nav li:hover
{
	background:url(../images/tabblue.gif) #3375b2 top left no-repeat;
	border-bottom:1px solid #036;
}
#nav li strong,
ul#nav li.cur a,
ul#nav li.over a,
ul#nav li:hover a
{
	display:block;
	color:#fff;
	padding:0 10px 0 0;
	text-decoration:none;
	background:url(../images/tabblue.gif) transparent top right no-repeat;
}
