/* CSS Document */
body{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #5B5B5B;
	margin:0px auto;
	}
body {
	margin-top:5px;
	background:#808080;
	}
#hdcontainer {
	width:770px;
	margin:0px auto;
	}
.flb {
	clear:both;
	}
.hd {
	background-image:url(images/headbkgr.jpg);
	height:217px;
	width:770px;
	}
#head {
	margin-top:-217px;
	float:left;
	}
#mem {
	margin-top:-170px;
	padding-right:40px;
	float:right;
	}
#menu {
	background-image:url(images/menubkgr.jpg);
	height:59px;
	width:770px;
	}
.mtxt {
	font-weight:bold;
	line-height:51px;
	vertical-align:middle;
	padding:0px 10px 0px 10px;
	margin-top:0px;
	float:left;
	}
.di {
	background-image:url(images/menudiv.jpg);
	height:51px;
	width:2px;
	margin-top:0px;
	float:left;
	}
a, a:link, a:visited, a:visited, a:active{
	color: #0194E3;
	text-decoration:none;
	}
a:hover {
	text-decoration:none;
	color: #33B3D1;
	}
a.tpmen, a.tpmen:link, a.tpmen:visited, a.tpmen:visited, a.tpmen:active{
	font-family: Tahoma,Verdana,Arial;
	font-size: 14px;
	color: #969696;
	text-decoration:none;
	}
a.tpmen:hover {
	text-decoration:none;
	border-top:2px solid #01A0C7;
	color: #A8A8A8;
	}
a.ftmen, a.ftmen:link, a.ftmen:visited, a.ftmen:visited, a.ftmen:active{
	font-family: Tahoma,Verdana,Arial;
	font-weight:bold;
	color: #E0DEDE;
	text-decoration:none;
	}
a.ftmen:hover {
	text-decoration:none;
	color: #ccc;
	font-weight:bold;
	}
#bdycon {
	width:770px;
	min-height:233px;
	margin:0px auto;
	background-color:#E3E3E3;
	}
.maintxt {
	width:480px;
	padding:15px 20px 15px 20px;
	text-align:justify;
	float:left;
	}
#bhunet {
	margin-top:-50px;
	float:right;
	padding-right:7px;
	width:230px;
	}
h1 {
	font-size: 15px;
	color: #383838;
	margin:0px;
	}
h2 {
	font-size: 13px;
	color: #383838;
	margin:0px;
	font-weight:bold;
}
h3 {
	font-size: 12px;
	color: #383838;
	margin:-10px 0px 0px 0px;
	font-weight:normal;
	font-style:italic;
	text-align:right;
	}
ul {
	margin:5px 0px 0px 15px;
	}
li	{
	padding-bottom:4px;
	}
.port {
	width:214px;
	height:225px;
	background-color:#D5D5D5;
	float:right;
	margin:0px 10px 5px 0px;
	border:1px solid #A9A9A9;
	text-align:center;
	}
.webh {
	width:220px;
	padding:30px 20px 20px 0px;
	text-align:justify;
	float:right;
}
#foot	{
	width:770px;
	margin:0px auto;
	}
.f1 {
	background-color:#B6B6B6;
	width:210px;
	height:34px;
	float:left;
	}
.cop {
	text-align:center;
	color:#505050;
	font-size:9px;
	margin-top:5px;
	}
.f2 {
	background-color:#3A3A3A;
	color:#E0DEDE;
	width:560px;
	line-height:34px;
	vertical-align:middle;
	float:right;
	text-align:center;
	}
.fw {
	margin-top:-20px;
	color:#ccc;
	font-weight:bold;
	}
#dhtmltooltip{
	position:absolute;
	width: auto;
	padding: 0px;
	border:1px solid #000;
	background-color: #fff;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.contentslide{
	padding: 0px;
	width: 197px;
	height: 200px;
}
.contentslide .contentdiv{
	padding:5px 5px 0px 10px;
	display: none;
}
.pagination{
	width: 214px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	height:27px;
	text-align: right;
	background-image:url(images/portbkgr.jpg);
}
* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 215px; /*IE5 width*/
}
.imrt {
	
	padding:20px 5px 5px 10px;
	}
.blu	{
	color:#01A0C7;
	font-weight:bold;
	}
.bdrR {border:1px solid red;}