/* CSS Document */

/* GENERAL STYLES*/
body {
	background:url(/images/wbp/back_slice.jpg) repeat-x top #B9B9B9;
	margin:20px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#FFFFFF;
	text-align:center;
}
img {
	border:none;
}
ul, li {
	margin: 0; 
	padding: 0;
	display:inline;
	list-style-type: none;
}
.clear {
	clear:both;
}
.hidden {
	display:none;
}
.float_left {
	float:left;
}
.float_right {
	float: right;
}
#top {
	background:url(/images/wbp/top_back.gif) no-repeat top;
	margin:auto;
	width:792px;
	height:26px;
	text-align:left;
}
#bottom {
	background:url(/images/wbp/bottom_back.gif) no-repeat top;
	margin:auto;
	width:792px;
	height:26px;
	text-align:left;
}
#container {
	background:#000;
	margin:auto;
	width:744px;
	text-align:left;
	padding:0 24px 0 24px;
}
#footer {
	margin:auto;
	width:767px;
	text-align:middle;
	padding:10px 0px 0px 0px;
	color:#666666;
}
#logo {
	padding-top:10px;
    padding-left:180px;
        }
.menu {
	position:relative;
	
	background:url(/images/wbp/menu.gif) no-repeat top;
	width:744px;
	height:34px;
}
.first_box{
	background:#FFF;
	padding:10px;
	border: 1px solid #333333;
	
}
.second_box{
	background:#FFF;
	padding:10px;
	border: 1px solid #333333;
	margin: -60px 20px 20px 20px;
}
.box{
	
	margin:20px;

}

table.table_form {
	border-spacing: 10px;
}

#box a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
line-height:28px;
	color:#FFFFFF;
	text-align:center;
}
#box a:hover {
	font-weight:bold;
	
	
	
	
}

div.button{
	float:right;
	padding:10px;
	
}

/* GENERAL STYLES*/

/*TOP NAV*/
#topnav {
	position: absolute;
	top: 0px;
	left:0;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 34px;
	display: inline;
	overflow: hidden;
	width: 744px;

}
#topnav li {
	
	display: inline;
	list-style-type: none;
	
	}
#topnav a {
	color:#000000;
	float: left;
	margin-top:10px;
	padding-left:25px;
	
text-decoration:none;
}

#tnav_01 a {
	width:70px;
}
#tnav_02 a {
	width:80px;
}
#tnav_03 a {
	width:95px;
}
#tnav_04 a {
	width:80px;
}
#tnav_05 a {
	width:145px;
}
#tnav_06 a {
	width:110px;
}
#tnav_07 a {
	width:100px;
}
#tnav_08 a {
	width:90px;
}

#topnav a:hover {
	background-position: 0 -34px;
	text-decoration:none;
	font-weight:bold;
	border:none;
}
#topnav a:active, #topnav a.selected {
	background-position: 0 -34px;
	text-decoration:none;
	font-weight:bold;
	border:none;
}

/*HOME PAGE STYLES*/

#intro_text {
	/**	height:390px;
	font-size:16px;
	line-height:18px; **/
	margin-top: 8px;
	padding:0px 10px 10px 22px;
	overflow:auto;
}
#intro_text a {
	text-decoration:none;
	color: white;
	text-decoration: underline;

}
#intro_text p { 
	
	text-align: justify;
}

/*FONTS STYLES*/
p {
	margin:5px 0 0 0;
}
a:link { 
	color: #000000;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}
a:visited { 
	color: #000000;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}
a:hover {
	color: #6F6F6F;
}
a:active { 
	color: #000;
	text-decoration: none;
outline: none;
}



a:focus
{
-moz-outline-style: none;
}
