/* CSS Document */

body{
	margin:0;
	font-family: verdana;
	font-size: 12px;
	scrollbar-arrow-color: white;
	scrollbar-face-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-track-color: white;
	background-image: url(images/BG.jpg);
	background-repeat: repeat-x;
	background-color: #333333;

	
}
td{
	font-family: verdana;
	font-size: 13px;
	line-height: 145%;
	text-align: justify;
	color: #666666;
}

.td10{
	font-family: verdana;
	font-size: 11px;
	line-height: 145%;
	text-align: justify;
	color: #000000;
}

.tdwhite{
	font-family: verdana;
	font-size: 13px;
	line-height: 145%;
	color: #fff;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
A.tab {
	PADDING-RIGHT: 5px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 5px;
	WIDTH: auto;
	COLOR: #FFFFFF;
	PADDING-TOP: 0px;
	TEXT-DECORATION: none;
	font-family: Calibri;
	padding: 18px 5px 0;
	margin-right: 0px;
	height: 46px;
	text-align: center;
	border-right-color: #FFFFFF;
	border-right-style: dotted;
	border-right-width: thin;
	white-space: normal;
	font-size: 18px;
	font-style: normal;
}
A.tab:visited {
	DISPLAY: block;
	FONT: 12px arial, verdana, sans-serif;
	COLOR: #999999;
	
	
}
A.tab:hover {
	DISPLAY: block;
	background-color: #0058B0;
	color: #FFFFFF;
}

A.tab1 {
	PADDING-RIGHT: 5px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 5px;
	WIDTH: auto;
	PADDING-TOP: 0px;
	TEXT-DECORATION: none;
	font-family: Calibri;
	padding: 30px 30px 0;
	margin-right: 0px;
	height: 80px;
	text-align: center;
	border-right-color: #CCCCCC;
	border-right-style: dotted;
	border-right-width: thin;
	white-space: normal;
	font-size: 20px;
	font-style: normal;
	color: #999999;
	background-color: #EEEEEE;
}
.footer
	{
	font-family:Calibri;
	font-size:10px;
	color:#FFFFFF;
	letter-spacing: 2px;
	padding-left: 75px;
}

A.linktab {
	DISPLAY: block;
	WIDTH: 166px;
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-family: Calibri;
	height: 30px;
	text-align: center;
	border-right-color: #000000;
	border-right-style: dotted;
	border-right-width: thin;
	border-left-color: #000000;
	border-left-style: dotted;
	border-left-width: thin;
	border-top-color: #666666;
	border-top-style: dotted;
	border-top-width: thin;
	border-bottom-color: #666666;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	white-space: normal;
	font-size: 15px;
	font-style: normal;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	background-color: #A6C626;
}
A.linktab:visited {
	DISPLAY: block;
	FONT: 12px arial, verdana, sans-serif;
	COLOR: #000000;
	
	
}
A.linktab:hover {
	DISPLAY: block;
	background-color: #202020;
	color: #FFFFFF;
}

A.linktab1 {
	DISPLAY: block;
	WIDTH: 166px;
	COLOR: #A6C626;
	TEXT-DECORATION: none;
	font-family: Calibri;
	height: 30px;
	text-align: center;
	border-right-color: #000000;
	border-right-style: dotted;
	border-right-width: thin;
	border-left-color: #000000;
	border-left-style: dotted;
	border-left-width: thin;
	border-top-color: #666666;
	border-top-style: dotted;
	border-top-width: thin;
	border-bottom-color: #666666;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	white-space: normal;
	font-size: 15px;
	font-style: normal;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	background-color: #202020;
}

.title

	{ font-family: Calibri;
	font-size:40px;
	color:#666666; }

.borderright { border-right:#FFFFFF thin dotted;}
.borderright1 { border-right:#000 thin dotted;}
.borderbottom { border-bottom:#FFFFFF thin solid;}

#linkss { position:absolute;}




#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  line-height: 1;
  /*border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background: #141414;
  background: -moz-linear-gradient(top, #333333 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #333333 0%, #141414 100%);
  background: -o-linear-gradient(top, #333333 0%, #141414 100%);
  background: -ms-linear-gradient(top, #333333 0%, #141414 100%);
  background: linear-gradient(to bottom, #333333 0%, #141414 100%);
  border-bottom: 2px solid #0fa1e0;*/
  width: auto;
  height:20px;
  padding-top:22px;
  
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  /*background: #141414;
  background: -moz-linear-gradient(top, #333333 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #333333 0%, #141414 100%);
  background: -o-linear-gradient(top, #333333 0%, #141414 100%);
  background: -ms-linear-gradient(top, #333333 0%, #141414 100%);
  background: linear-gradient(to bottom, #333333 0%, #141414 100%);*/
  color: #FFFFFF;
  display: block;
  font-family: Calibri;
  border-right:#FFFFFF thin dotted;
  padding: 25px 20px 0;
  text-decoration: none;
  height:38px;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul > li {
  display: inline-block;
  float: left;
  margin: 0;
  
}
#cssmenu.align-center {
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  font-size: 18px;
  
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0fa1e0;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu.align-right > ul > li:first-child > a,
#cssmenu.align-center > ul > li:first-child > a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#cssmenu.align-right > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a {
  color: #fff;
  background: #400000;
  /*box-shadow: inset 0 0 3px #fff;
  -moz-box-shadow: inset 0 0 3px #fff;
  -webkit-box-shadow: inset 0 0 3px #fff;
  
  background: -moz-linear-gradient(top, #262626 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #262626 0%, #070707 100%);
  background: -o-linear-gradient(top, #262626 0%, #070707 100%);
  background: -ms-linear-gradient(top, #262626 0%, #070707 100%);
  background: linear-gradient(to bottom, #262626 0%, #070707 100%);*/
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu.align-right .has-sub ul {
  left: auto;
  right: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;

}
#cssmenu .has-sub ul li a {
  background: #0fa1e0;
  border-bottom: 1px dotted #fff;
  font-size: 18px;
  filter: none;
  display: block;
  line-height: 120%;
  padding: 10px;
  height:35px;
  color: #ffffff;
}
#cssmenu .has-sub ul li:hover a {
  background: #0c7fb0;
}
#cssmenu ul ul li:hover > a {
  color: #ffffff;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu.align-right .has-sub .has-sub ul,
#cssmenu.align-right ul ul ul {
  left: auto;
  right: 100%;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #0c7fb0;
  border-bottom: 1px dotted #31b7f1;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #0a6d98;
}
#cssmenu ul ul li.last > a,
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul ul li.last > a,
#cssmenu ul ul ul li:last-child > a,
#cssmenu .has-sub ul li:last-child > a,
#cssmenu .has-sub ul li.last > a {
  border-bottom: 0;
}
.SMALLTITLE {
font-family: Calibri;
	font-size:20px;
	color:#0066FF;
}
.newsband {-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;background-color:#0C9686;"}
.bluefont { font-family:Calibri; font-size:20px; color:#0066FF;}
#fbmenu {
  position: fixed;
  top: 50%;
  width:33px;
  margin-top:0px;
  list-style:none;
  margin-left:-35px;
}
