html {
height: 100%;
-ms-overflow-y : scroll;
overflow: -moz-scrollbars-vertical;
}

body{
padding:0px;
margin: 10px;
background-color:#000000;
font-family:"Century Gothic" , sans-serif;
}

a:link {
	text-decoration: none;
	color:#ffffff;
}
a:visited {
	text-decoration: none;
	color:#ffffff;
}
a:active {
	text-decoration: none;
	color:#ffffff;
}
a:hover {
	text-decoration: underline;
	color:#ffffff;
}

a, img {
	border:0px;
}

#top{
  margin:0px auto ;
  width: 1000px ;
  height: 128px ;
 }

#middle{
  width: 100% ;
  background-color:#0d64ac;
  padding:0px;  
}

#content{
  margin:0px auto ;
  width: 1000px ;
  padding: 50px 0px; 
  background-image:url('../images/bg2.png');
}

#content2{
  margin:0px auto ;
  width: 1000px ;
  padding: 25px 0px; 
  background-image:url('../images/bg3.png');
  border-top: 4px solid #0d64ac;
  color:white;
}

.thumbnail_container{
margin:0px 5px ;
//width:1000px;
overflow: hidden;
}

.img_thumb{
  float: left;
  width: 179px ;
  height: 179px;
  margin: 6px;
  text-align: center;
  border:1px dashed black;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.img_thumb img{
 vertical-align: middle;
}

#bottom{
  width: 100% ;
}

#footer{
  margin:0px auto ;
  width: 1000px ;
}

#NEWS{
	border:1px dotted black;
	padding:10px;
}



p  {text-align:justify;}

ul li{margin:10px;padding-left:15px;}

/* Bold lists */
ul.bold-list li {font-weight: bold;}

/* Image properties */
/*------------------*/

  /* Medium sized images */
 .photocontainLeft{width:490px;padding-right:40px; padding-top:10px;padding-bottom:10px;float:left;}
 .photocontainRight{width:490px;padding-left:40px;padding-top:10px;padding-bottom:10px;float:right;}
 .photo{width:470px;height:300px;}
 .photocaption{width:470px;font:italic 90% Arial, Helvetica, sans-serif;line-height:1.5;text-align:center;}

 /* Large centred images */
 .photoLarge{width:878px;height:573px;}
 .photocontainLarge{width:878px;padding-top:20px;padding-bottom:20px; margin-left: auto; margin-right: auto;}
 .photocaptionLarge{width:878px;font:italic 90% Arial, Helvetica, sans-serif;line-height:1.5;text-align:center;}

 /* Image alignment */
 .align-right { float:right; margin: 0 0 15px 15px; }
 .align-left { float:left; margin: 0 15px 15px 0; }





/* Table properties */
table {
  text-align:center;
  border-collapse:collapse;
}

th {
  background-color: #000000;
  color: #ffffff;
  padding: 6px 12px;
}

td{
	padding: 6px 12px;
}


tr.row0{
background-color: #ffffff;
}

tr.clickable:hover{
background-color: #888888;
cursor: hand; cursor: pointer;
}

tr.row1{
background-color: #cccccc;
}

tr.clickable:hover{
background-color: #888888;
cursor: hand; cursor: pointer;
}






