html,body {
      margin: 0;
      padding: 0;
	height:100%; 
      font-family: arial, Helvetica, sans-serif;
      font-size: 14px;
      background: #fff url(images/bkgd.jpg) center repeat-y;
}

#body-margin{
	position: relative;
	min-height: 100%;
	margin: 0 auto;    
	width: 920px;
	padding: 0px 0px 0px 2px;
}

/* hack for chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#body-margin{ 
		  margin: 0 auto;
		  width: 920px;      
		  width: 920px;
		  padding: 0px 0px 0px 3px;
	}
}
    
img { border: none; }

a { text-decoration: none;}

a:hover { text-decoration: underline; color: #fd7979; }

p{
	margin-top: 5px;
	text-indent:2em;
	line-height: 22px;
}

/*
p:first-letter{
	font-size: 166%;
	font-weight: bold;
}
*/

/*---------- Divs ----------*/
#header {
      background: url("images/header.jpg") no-repeat right; 
      height: 120px; 
}

#logo{
      padding-top: 18px; 
}

#logo a {
      float: left;
}

#container { 
	overflow: hidden; 
	padding: 0px 10px 70px 10px;
}  
  

#content{
      margin-top: 10px; 
} 

 
#mainright {
      float: right;
      width: 600px;
}

#mainleft {
      float: left;
      width: 260px;
}
 
#mainright_1 {
      float: right;
      width: 260px;
}

#mainleft_1 {
      float: left;
      width: 600px;
}
 
#footer{
	position: absolute;
	bottom: 0px;
	width: 920px;
	clear: both;
	min-height: 60px;
	background: #c51010 url(images/gradient.gif) repeat-x;
	border-top: 4px solid #828282;
	color: #fff;
}

ul.biglist li{ 
	padding: 0px 0px 10px 0px;
} 

#footertextleft{
      margin-top: 10px;
      float: left;  
      padding-left: 10px;  
}

#footertextleft a{
	  color: #FF0;
}

#footertextright a{
	  color: #FF0;
}

#footertextright{
      margin-top: 10px;
      text-align: right; 
      float: right;
      padding-right: 10px; 
}

/*------------------------- Navigation --------------------------*/

#navcontainer { 
      height: 38px;
      background: #c20404 url(images/gradient.gif) repeat-x;
      border-bottom: 4px solid #828282;
      display: block;
}

#navcontainer ul {
	position: relative;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 110%;
}

#navcontainer li {
      margin: 7px 3px 0px 3px;
      float: left;
      height: 28px; 
}

#navcontainer a { 
      display: block;
      padding: 7px 9px 7px 9px;
      color: #FFF;
      text-decoration: none;
	  font-weight: bold;
}

#navcontainer a:hover {
      background: #828282;
      color: yellow;
      cursor: pointer;
}

#navbar{
	padding: 5px 0px 4px 5px;
	background-color: #FFF2F2;
	color: red;
	border-bottom: 1px solid red;
}

#navbar .prefix{
	font-weight: bold; 
	color: #000;
	padding: 0px 0px 0px 5px;
}

.line{
	border-bottom: 1px solid red;
	margin-bottom: 10px;
}
/*---------- Headings ----------*/
.mainheading{
      font-weight: bold;
      color: #c20404;
      font-weight: bold;
      font-size: 140%;
/*	  text-decoration: underline;  */
}

.reference{
	color: #666;
	font-size: 80%;
	padding-left: 40px;
}

/*---------- Classes ----------*/
.heading{
      background: #FF0808;
      border-bottom: 4px solid #828282;
      height: 25px;
	  color: #fff; 
      padding: 5px 0 0 10px;
      font-size: 115%;
      font-weight: bold;
}

.items{
	padding: 10px 0px 5px 10px;
	border-bottom: 1px solid #ECECEC;
} 


/* -----------------------------------*/
 /* SIDEBAR*/
 
#sidebar{ 
	float:left; 
	width:260px;  
	padding:10px 5px 0 20px;  
	background:#fff url(images/sider_bg.jpg) no-repeat top right;
} 

.subnav{
	padding: 0px 0px 0px 0px;
	width: 240px;
}

.subnav li { 
	border-bottom: 1px solid #ECECEC;
	list-style: none; 
}


.subnav li a {
	display: block;
	padding: 5px 25px 5px 10px;
	color: black;  
	width: 90%;
}
.subnav a.selected {
	background: #FF0808;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/arrows.gif);
	background-position: right;
	background-repeat: no-repeat;
}

/******* table*******/

.dataTable, .newsTable
{
	border: 1px solid #000;
	border-collapse: collapse;  
	/*margin: 0px auto; */
}

.dataTable tr, .newsTable tr
{
	border: 1px solid #000;
	line-height: 25px;
}

.dataTable tr.header, .newsTable tr.header
{
	background-color:#FF0808;
	font-weight: bold;
	color: #FFF; 
	text-align: left;
}

.dataTable tr.header, .dataTable td, .newsTable tr.header, .newsTable td
{
    border: 1px solid #000;
	padding: 0px 3px 0px 3px;
	vertical-align: middle;
}

.dataTable tr:nth-child(1n+2):hover
{
	 /*background-color: #FFFF99;*/
}

.dataTable tr:first-child{
	text-align:center;
}

.dataTable tr td:first-child{
	text-align:center;
}

.dataTable tr:nth-child(2n+2){
	background-color: #FFE6E6;
}

td.secion{
	background-color: rgb(168, 208, 213);
	font-weight: bold; 
}