body {
  	font: 90% Tahoma,"MS Sans Serif";
	color: #404040;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #53D5FF;
}

/************** color styles **************/
.column-background {
  background-color:#53D5FF;
}

.color-red {
    color: #FF0000;
}

.color-orange {
  color: #FF9900;
}

.color-yellow {
  color: #FFCC00;
}

.color-yellow-light {
  color: #FFFF33;
}

.color-pink {
  color: #FF33CC;
}

.color-pink-light {
  color: #FF66FF;
}

.color-green {
  color: #66CC33;
}

.color-green-light {
  color: #99FF33;
}

.color-blue {
  color: #0099FF;
}

.color-blue-light {
  color: #99CCFF;
}

.color-blue-dark {
  color: #004993;
}


/************** header tag styles **************/
h1{
 font: bold 100% Tahoma,"MS Sans Serif";
 color: #fff;
 text-align: left;
 padding: 3px 0px 3px 10px;
 background-color: #0066CC;
}

h2{
 font: bold 100% Tahoma,"MS Sans Serif";
 color: #ffffff;
 text-align: left;
  padding: 3px 0px 3px 10px;
 background-color: #f34093;
}

h3{
 font: bold 100% Tahoma,"MS Sans Serif";
 color: #fff;
 text-align: left;
  padding: 3px 0px 3px 10px;
 background-color: #0099FF;
}

h4{
 font: bold 100% Tahoma,"MS Sans Serif";
 color: #cf0063;
 text-align: left;
 padding: 3px 0px 3px 5px;
}

h5{
 font: bold 100% Tahoma,"MS Sans Serif";
 color: #ffb300;
 text-align: left;
  padding: 3px 0px 3px 5px;
}

h6{
 font: bold 100% Tahoma,"MS Sans Serif";
 color: #62bd18;
 text-align: left;
 padding: 3px 0px 3px 5px;

}



strong, b {
	font-style: bold;
	color: #00CC00;
}

em {
	font-style: normal;
	color: #ffb300 ;
  font-weight: bold
}





#content p {
	padding: 0px 10px 0px 25px;
}

#home h1, #home h2,#home h3,#home h4,#home h5,#home h6, #home table, #home table td {
	margin: 0px;

}


.note {
  font-size: 85%;
}

#nav {

/*float: left; */
  /*width: 780px;*/
  margin: 0 0px 0 350px ;
  list-style: none;
  font-size: 90%;
  background: #8DDD00 url(../image/gradient_tab.png);

}

#nav ul {
    border-left: 1px solid #666;
}


#nav li {
  float: left;
  margin: 0 0 0 0;
  padding: 0;
  font-family: Tahoma,"MS Sans Serif", sans-serif;
  font-weight: bold;
}

#nav a {
  float: left;
  display: block;
  margin: 0;
  padding: 4px 10px;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #fff;
  background: #0066cc url(../image/gradient_tab.png) repeat-x top left;
/*background: #f9e9a9 transparent;   */
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-width: 1px;
  font-family: Tahoma,"MS Sans Serif", sans-serif;
 }

#nav #t-home a {
  border-left-width: 2px
}


#nav a:hover, body#home #t-home a, body#activities #t-activities a, body#knowledge #t-knowledge a, body#histoy #t-history a, body#about #t-about a, body#contact #t-contact a {
  background: #f34093 url(../image/gradient_tab.png) repeat-x left top;
  color: #ffffff;

}


#siteinfo{
	clear: both;
	color: #3366CC;
	padding: 5px 0px 5px 0px;
	margin: 0px;
     border-top: 2px solid #3366CC;
   /*	background-color: Lime;*/
   text-align: center;
   font: 90% Tahoma,"MS Sans Serif"
}


/*************** list tag styles ***************/

/*li {
	margin-bottom: 10px;
	text-align: left;
	color: #000000;
	font-weight: bold;
	font-size: 90%;
}*/

/*ul li {
  font-size: 100%;
}*/


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

#list_small ul li{
  font-size: 80%;
   list-style-type: none;
   margin: 7px -10px;
}

ul li {
  margin-top: 15px;
}


/********************* Highlight **********************/
.highlight1 {
	background-color: #EBEDEC;
	padding: 10px;
}

.highlihgt1 strong {
	color: #003366;
}


.highlight2 {
	margin: 0px 25px 10px 25px;
	padding: 5px;
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #ffcc33;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ffcc33;
}

.highlight2 strong {
	color: #ffcc33;
}

.highlight3 {
	background-color: #E6E6FA;
	padding: 2px;
	margin: 0px;
	text-align:center;
 }


 /********************* Table **********************/

 table {
	margin: 0px;
    text-align: left;
}

/*table td {
  text-align: left;
}*/

table.smallText td {
  font-size: 90%;
}


#siteinfo table {
	margin: 0px 0px;
}

table.tabledata {
/*font-size: 80%;*/
	background-color: #fdd9f0;
	border: solid #ffffff;
	border-left-width: 2px;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;

}

table.tabledata td, th {
	border: solid #ffffff;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-width: 0px;
	padding: 5px;
	}


table.tabledata th
{
color: #cf0063;
/*background-color: #f34093;*/
text-align: right;
}


.tabledata li {
	margin-left : -25px;
	margin-bottom: 0px;
	list-style-image: url(../images/bullet3.gif);
}

.box500 {
	width: 500px;
}


table.tabledata2 {
/*font-size: 80%;*/
	background-color: #fdd9f0;
	border: solid #ffffff;
	border-left-width: 2px;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;

}

table.tabledata2 td, th {
	border: solid #ffffff;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-width: 0px;
	padding: 5px;
	}


table.tabledata2 th
{
color: #ffffff;
background-color: #cf0063;
text-align: center;
}

table.tabledata2 ul li
{
margin-left: -25px;
}

/******* hyperlink and anchor tag styles *******/

a:link {
	color: #00F;
	text-decoration: none;

}

a:visited{
	color: #663399;
	text-decoration: none;

}

a:hover{
	text-decoration: underline;
}


a img {
  border: 0;
}



