body{
	font-family:Arial, Helvetica, sans-serif;
	color:#060606;
	font-size:100.01%;
	background:#e7e7e4 url('/images/template/bg.gif') top center repeat-y;
}

.off{
	position:absolute;top:-10000px;left:-10000px;
}

p{
	padding-bottom:10px;
}

#wrapper{
	font-size:0.8em;
	width:75.7em;
	margin-left:auto;
	margin-right:auto;
	line-height:1.5em;
}

#innerwrapper{
	margin:20px;
	margin-top:0;
}

.clear{
	clear:both;
}

a{
	color:#016390;
	text-decoration:none;
	outline:none;
}

a:hover{
	color:#e52b3a;
}

ul#nav li{
	padding-bottom:12px;
	padding-right:30px;
	font-weight:bold;
}

a.act{
	color:#e52b3a;
}

ul#nav li ul li{
	padding-top:6px;
}

h2,h6{
	font-size:1.3em;
	color:#e52b3a;
	margin-bottom:20px;
	font-weight:bold;
}

h3{
	font-weight:bold;
	margin-bottom:20px;
}

h4{
	font-weight:bold;
	margin-bottom:2px;
	color:#e52b3a;
}

h5{
	font-weight:bold;
	color:#e52b3a;
}

.left{
	float:left;
	width:23%;
}

.center{
	float:left;
	width:54%;
}

.right{
	float:left;
	width:23%;
}

#panel{
	margin-top:10px;
	width:930px;
	height:165px;
	overflow:hidden;
	position:relative;
}

#text1{
	position:absolute;
	top:15px;
	font-size:1.1em;
	left:400px;
	color:#e52b3a;
	z-index:2;
	width:190px;
	height:86px;
	font-weight:bold;
}

#text2{
	position:absolute;
	top:35px;
	font-size:1.1em;
	left:600px;
	color:#e52b3a;
	z-index:2;
	width:190px;
	height:86px;
	font-weight:bold;
}

#main{
	margin-top:40px;
}

.center ul{
	margin:5px 0 5px 13px;
	list-style-type:square;
}

.center ul li{
	padding-bottom:10px;
}

.tooltip1,.tooltip2,.tooltip3,.tooltip4{
	display:none;
	height:250px;
	width:480px;
	font-size:11px;
	color:#fff;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#e52b3a;
	font-size:11px;
	font-weight:bold;
}

