body{
	padding:0px;
	margin:0px;
	background-color: #fff;
	font-family:Verdana, Geneva, sans-serif;
	padding-top:50px;
	padding-top:0px;
}
.contents{
	clear:both;
	overflow:hidden;
	padding-bottom:8px;
}
#page{
	width:981px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
#logo{
	float:left;
	display:block;
	width:229px;
	height:47px;
	text-indent:-9999px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	margin-left:34px;
	margin-bottom:25px;
	margin-top: 20px;
}
.topSupport{
	float:right;
	padding-right:37px;
	overflow:hidden;
	margin-top:8px;
}
.topSupport li{
	float:left;
	padding-left:5px;
	padding-right:5px;
	border-right:solid 1px #7f7f7f;
	list-style:none;
	font-size:12px;
	font-weight:bold;
}
.topSupport li.last{
	border-right:none;
	padding:10px;
}
.topSupport li a{
	display:block;
	padding:10px;
	color:#000;
	text-decoration:none;
}
.topSupport li a:hover{
	color:#0070c0;
}
.topLinks{
	clear:right;
	float:right;
	margin:0px;
	padding:0px;
	width:510px;
	min-height:35px;
	background-color:#0070c0;
	background-image:url(../images/bor-left-top.png);
	background-repeat:no-repeat;
	padding-left:15px;
	margin-right:15px;
}
.topLinks li{
	float:left;
	list-style:none;
	padding-top:2px;
	border-right:solid 1px #66a9d9;
}
.topLinks li li{
	border-right:none;
}
.topLinks li.last{
	border-right:none;
}
.topLinks li.borRight{
	float:right;
	background-image:url(../images/bor-right-top.png);
	background-repeat:no-repeat;
	background-position:top right;
	width:11px;
	height:11px;
	border-right:none;
}
.topLinks li a{
	display:block;
	padding:9px;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
	text-decoration:none;
	text-align:center;
}
.topLinks li a:hover{
	color:#aacad8;
}
.topLinks li.activeMe{
	background-color:#2e2e2e;
}
.topLinks li.activeMe a{
	color:#c7c7c7;
	font-weight:bold;
}

#footer{
	clear:both;
	background-image:url(../images/bg-footer-home.gif);
	background-repeat:no-repeat;
	height:135px;
}
#footer .footerLinks{
	float:left;
	width:750px;
	padding-bottom:5px;
	padding-top:0px;
	padding-left:40px;
}
#footer .footerLinks li{
	float:left;
	padding-left:25px;
	padding-right:32px;
	background-image:url(../images/footer-lnk-sep.gif);
	background-repeat:no-repeat;
	background-position:right;
	min-height:98px;
	list-style:none;
	font-size:12px;
	
}
#footer .footerLinks li h2{
	font-size:12px;
	margin:0px;
	height:32px;
}
#footer .footerLinks li a{
	color:#0288e8;
	text-decoration:none;
}
#footer .footerLinks li a:hover{
	color:#999;
}
#footer .footerLinks li.first{
	padding-left:0px;
}
#footer .footerLinks li.last{
	background-image:none;
	padding-right:0px;
}
#footer .footerLinks li ul{
	margin:0px;
	padding:0px;
	padding-top:20px;
}
#footer .footerLinks li ul li{
	float:none;
	min-height:10px;
	padding:0px;
	background:none;
}
#footer div{
	float:right;
	width:120px;
	font-size:12px;
	text-align:right;
	padding-top:65px;
	padding-right:40px;
}
#footer div p{
	clear:left;
	padding-top:5px;
}
#footer a.comm{
	float:left;
	display:block;
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	text-indent:-9999px;
	margin-right:5px;
}
#footer a.fb{
	background-image:url(../images/ico-facebook.gif);
}
#footer a.tw{
	background-image:url(../images/ico-twitter.gif);
}
#footer a.email{
	background-image:url(../images/ico-friend.gif);
}
#footer .Logo{
	display:block;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/logo-small.png);
	background-repeat:no-repeat;
	width:188px;
	height:74px;
	margin-bottom:0px;
	text-indent:-9999px;
	margin-bottom:8px;
}
.copy{
	clear:both;
	font-size:11px;
	color:#aaaaaa;
	text-align:right;
	padding-bottom:15px;
	background-image:url(../images/bg-shadow-top.png);
	background-repeat:no-repeat;
	background-position:top center;
}
.picRight{
	float:right;
	margin-left:30px;
	margin-bottom:20px;
}
.picLeft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
em.reg{
	font-size:60%;
	font-style:normal;
	vertical-align: super;
	margin:0px;
	padding:0px;
	width:auto;
}
em.reg1{
	font-size:60%;
	font-style:normal;
	display:inline-table;
	padding-bottom:5px;
}
.tumb{
	border:solid 8px #0070c0;
}

ol {
    counter-reset: item;
}
ol li {
    display:block;
    position: relative;
}
ol li:before {
    content: counters(item, ".")".";
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px; /* space between number and text */
}
.h2terms
{
    line-height:17px;
    }
.h3terms
{
    line-height:17px;
    }
.imgthumb
{
    border:1.7px solid #ff6600;     
    border-radius:7px;  
    opacity: 0.5;
	filter: alpha(opacity=50);   
    }    
img.imgthumb:hover
{
    box-shadow: 3px 3px 3px #888888;
    opacity: 1;
	filter: alpha(opacity=100);	
    }    