html,body{
	padding:0;
	margin:0;
	height:100%;
	background-image:url(images/t/bk.png);
	background-repeat:repeat-x;
	background-color:#f7f7f7;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10pt;
}

#m{
	width:	1024px;
	margin:0 auto;
}

#hdr{
	
	height:130px;

	margin-bottom:40px;
}

#cnt{
	width:1024px;
	margin: 0 auto;	
}

#lgo{
	float:left;	
}

#rhead{
	float:right;	
}

#sb{
	float:left;
	width:212px;
	
}

#rbar{
	float:right;
	width:194px;
	margin-width:10px;
}

#mcont{
	width:600px;
	margin-left:220px;
	
}


.fkIt { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.mod {
   position:relative;
   z-index:0;
}
.mod .mod-content{
   background-image:url(images/t/bbk.jpg);
   background-repeat:repeat-x;
   background-color:#EFEFEF;
   border:1px solid #fff;
   position:relative;
   z-index:2;
}

.mod .mod-content .bd{
	padding-left:15px;
	padding-right:5px;
}
/* x1 = top and left edges; 
   x1a = top right corner; 
   x2 = right and bottom edges; 
   x2a = bottom left corner */
.mod .x1,
.mod .x1a,
.mod .x2,
.mod .x2a {
   display:block;
   background:url(images/t/glow.png) no-repeat;
   /* turn off for IE6 or use a GIF */
   _background:transparent; 
   width:100%;
   height:100%;
   position:absolute;
}
.mod .x1{
   background-position:0 0;
   z-index:-2;
   top:-10px; /* set to the size of the glow */
   left:-10px;
   bottom:0;
   /* set glow to the edges of 'mod' */
   padding:0 10px 10px 0; 
}
.mod .x1 .x1a {
   height:10px;
   width:10px;
   background-position:100% 0;
   right:-10px;
   top:0;
}
.mod .x2 {
   background-position:100% 100%;
   z-index:-1;
   bottom:-10px;
   right:-10px;
   padding:10px 0 0 10px;
}
.mod .x2 .x2a {
   height:10px;
   width:10px;
   background-position:0 100%;
   left:-10px;
   bottom:0;
}


.mod2 {
   position:relative;
   z-index:0;
}
.mod2 .mod-content{
   background:#333;
   border:1px solid #000;
   background-image:url(images/t/sbk.jpg);
   position:relative;
   z-index:2;
}
/* x1 = top and left edges; 
   x1a = top right corner; 
   x2 = right and bottom edges; 
   x2a = bottom left corner */
.mod2 .x1,
.mod2 .x1a,
.mod2 .x2,
.mod2 .x2a {
   display:block;
   background:url(images/t/glow.png) no-repeat;
   /* turn off for IE6 or use a GIF */
   _background:transparent; 
   width:100%;
   height:100%;
   position:absolute;
}
.mod2 .x1{
   background-position:0 0;
   z-index:-2;
   top:-10px; /* set to the size of the glow */
   left:-10px;
   bottom:0;
   /* set glow to the edges of 'mod' */
   padding:0 10px 10px 0; 
}
.mod2 .x1 .x1a {
   height:10px;
   width:10px;
   background-position:100% 0;
   right:-10px;
   top:0;
}
.mod2 .x2 {
   background-position:100% 100%;
   z-index:-1;
   bottom:-10px;
   right:-10px;
   padding:10px 0 0 10px;
}
.mod2 .x2 .x2a {
   height:10px;
   width:10px;
   background-position:0 100%;
   left:-10px;
   bottom:0;
}

ul{
	list-style-image:url(images/t/bullet.jpg);	
}




#snav ul li{
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	border-bottom:4px #676767 solid;
	background-image: url(images/t/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 1em .6em;
	padding-left: 2em;
}

#snav ul {
	padding-left:0px;
	list-style-type:none;
	list-style-image:none;
}

#snav ul li a{
	display:block;
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	
	text-decoration:none;
	padding-top:8px;
	padding-bottom:8px;
	
}

#snav ul li a:hover{
	padding-left:5px;
	text-shadow:1px 1px 1px #000, 1px 1px 1px #000;
}

strong{
 color:#ff6600;	
 text-shadow:1px 1px 1px #fff, 1px 1px 1px #fff;
}

#btmFtr{
	width:100%;
    text-align:center;
	color:#999;
	margin-top:10px;

}

#btmFtr strong{
	color:#999;
}
