@charset "windows-874";
/* CSS Document */

/* ------------------------------------------------------------------------  body structure -----------------------------------------------------------------------------*/
body{
	margin:0px;
	text-align:center;
	background:#FFFFFF;
	font-family:"Tahoma", Arial, Vernada;
	font-size:12px;
	color:#646464;
	text-decoration:none;
}
a:link{
	color:#469ED6;
	text-decoration:underline;
}
a:visited{
	color:#469ED6;
	text-decoration:none;
}
a:hover{
	color:#469ED6;
	text-decoration:underline;
}
a:active{
	color:#469ED6;
	text-decoration:underline;
}
#sideBG{
	background:url(images/bodyBg.gif) center repeat-y;
	text-align:center;
}
/* ------------------------------------------------------------------------  main navigation -----------------------------------------------------------------------------*/
#bgsidenav{
	background:url(images/bgSideMenu.jpg) top left no-repeat;
}

/* ------------------------------------------------------------------------  content -----------------------------------------------------------------------------*/
#mainContent{
	text-align:left;
}
#binocularBG{
	background:url(images/binocular.jpg) bottom right no-repeat;
	text-align:left;
	height:99px;
}
ul{
	list-style:url(images/bullet.gif);
	margin:5px 0px 5px 25px;
}
.formTxt{
	font-size:12px;
	color:#000000;
}
.tabShade{
	background:#F0F0F0;
}
.blueTxt{
	color:#13598A;
}
/* ------------------------------------------------------------------------  footer -----------------------------------------------------------------------------*/
#footer{
	background:url(images/bgFooter.gif) repeat-x top;
	font-size:11px;
	color:#D9D9D9;
	text-align:center;
	text-decoration:none;
	height:27px;
}
#footer a:link{
	text-decoration:none;
	color:#8CCEF9;
}
#footer a:visited{
	text-decoration:none;
	color:#8CCEF9;
}
#footer a:hover{
	text-decoration:underline;
	color:#8CCEF9;
}
#footer a:active{
	text-decoration:underline;
	color:#8CCEF9;
}
#txtFooter{
	margin-top:8px;
}

