#banner 
{
	/* margin-top: 100px; */
	text-align: right;
	margin-bottom: 5px;
}
  
#banner img
{
	width: 80%;
	border: 2px solid #000000;
} 

#content 
{
 	height: 100%;
	color: #444444;
/*	border: 1px solid #AAAAAA;            */
/*	border-top: 0px solid #AAAAAA;*/
/*	border-bottom: 0px solid #AAAAAA;*/
	margin: 10px 5% 15px 5%;
	padding: 0px 0px 0px 0px;
	
	font-size: 90%;
	/*    background-image:url(../images/top.jpg); 
	background-repeat: repeat-y; */ /* no-repeat; repeat-x*/ 
}




.table
{       overflow: auto;
	height: 150px;
	display: block;
	width: 100%;
	height:100%; 
background-color: #FFFFFF; 
    /* background-color: #FF0000; */
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
    margin-bottom: 15px;
padding-bottom: 15px;
}

.table .heading
{
	padding-left: 10px;
	line-height: 40px;
	vertical-align : middle; 
	height: 40px;
	font-weight: bold;
	font-size: 105%;
	border-bottom: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	color: #0066A7; 
    background-color: #DDDDDD;
	background-image: url(../images/gradient40i.png); 
	background-position:50% 50%;
	background-repeat: repeat-x;
	vertical-align:middle;
display: block;
}

.table .left-content
{
overflow: auto;
	list-style: none;
	width: 20%;
	float: left;
/* background-color: #FF0000; */
    padding-top: 5px;
    padding-left: 5px;
	padding-right: 5px;
    /* border-right: 1px solid #AAAAAA; */
}
.table .center-content
{
overflow: auto;
	list-style: none;
/* background-color: #00FF00; */
    padding-top: 5px;
    padding-left: 5px;
	padding-right: 5px;
	display:block;
	float:none;
	height:100%;
}
.table .right-content
{
overflow: auto;
	list-style: none;
	width: 20%;
	float: right;
/* background-color: #0000FF; */
    padding-top: 5px;
    padding-left: 5px;
	padding-right: 5px;
    /* border-left: 1px solid #AAAAAA; */
    display:block;
    height:100%;
}

.table a, .table a:visited
{
	width: 85%;
	padding: 4px;
	border-bottom: 1px solid #AAAAAA;
	text-decoration: none;
	color: #0066A7; 
	display:block;
}


.table a:hover
{
	text-decoration: underline;
}

.table img
{
	width: 100%;
}

#content h1,h2,h3 
{
}

#content  h4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  /* font-weight: bold; */
  font-size: 95%;
  border-bottom: 1px solid #666;
  color: #002266; 
  /* #003399;  dark azure blue was #0033CC;  obscure dark blue */
}


#container {
/* background-color: #003399; */ 
}

#container #left {
	padding: 5px;
    float: left;
    width: 200px;
    margin: 0;
    margin-top: 50px;
    margin-right: 5px;
  }


  #right-menu
  {
	padding: 5px;
    float: right;
    width: 200px;
    margin: 0;
    margin-top: 50px;
    margin-left: 5px;
  }

/*  #right {
    float: right;
    width: 200px;
    margin: 0;
    margin-left: 5px;
    padding: 5px;
    background-color: rgb(235, 0, 0);
  }*/


