body{
	background:url(../images/background_01.png) #6FC0FF repeat-x;
	background-position: top center;
	margin:0;
	padding:0;
	font-family: Trebuchet MS;
	color:#555;
	font-size:14px;
}
#left, #mainBox, #right{
	/*float:left;*/
}
#left{
	position: absolute;
	top:30px;
	left:0px;
	z-index: 10;
	/*margin-top:30px;*/
}
 #right{
	position: absolute;
	top:30px;
	right:0px;
	z-index: 10;
}

a{
	color:inherit;
	text-decoration: none;
}

a:hover{
	color:#136BEB;
}

#boxContainer{
	background: url(../images/THIweb_trans_19.png);

}

#mainBox{
	width:918px;
	text-align: left;
}
#top{
	overflow: hidden;
	width:888px;
	padding:0px 14px 0px 14px;
	display: inline-block;
	margin-left:0px;
	/*margin-left:-1px;
	background: #fff;*/
}
#content{
	padding:0px 14px 0px 14px;
	width: 873px;
	overflow: hidden;
	min-height: 500px;
	display: inline-block;
}
#footer{
	width:918px;
	height:77px;
	background: url(../images/template/THIweb_20.png);
	color:#fff;
	display: table;
}
.menu_item div{
	margin-top: 10px;
}
.menu_item img{
	
}
.menu_item{
	margin-top:20px;
	/*background: url(../images/menu_bg_01.png);*/
	padding: 10px 10px 0 10px;
	position: relative;
	/*font-size: 18px;*/
	font-size: 16px;
	color:#6f6f6f;
	display: inline-block;
}
.menu_item a:link,.menu_item a:visited,{
	color:#6F6F6F;
}
.menu_item a:hover{
	color:#136BEB;
}

.btn-big{
	background:url(../images/menu/menu_btns_05.png);
	text-align:center;
	padding:0;
	position:relative;
	cursor: pointer;
	font-size:17px;
	font-weight:bolder;
}
.btn-highlighted{
	background:url(../images/menu/menu_btns_02.png);
}
.btn-big a:hover{
	color:#fff;
}
.btn-big a{
	color:#fff;
	text-decoration: none;
}
img,div{
	padding: 0;
	margin: 0;
	vertical-align:bottom;
}

.screencap{
	width: 182px;
	margin-left:20px;
	border: 1px #3d3d3d solid;
}

/* INPUT STYLES */


	input[type=text], input[type=password]{
		border:1px #999 solid;
	}
	input[type=submit]{
		background: #2677ED;
		color:#fff;
		border:1px #999 solid;
	}
	input[type=text]:hover, textarea:hover, input[type=text]:focus, textarea:focus, input[type=password]:hover, input[type=password]:focus{
		outline: 1px #6FC0FF solid;
		border: 1px #1995FF solid;
	}
	textarea{
		border:1px #999 solid;
	}