body{
	font-family:Verdana,sans-serif;
	font-size:12px;
	background: url(img/home_bg.jpg) repeat-x;
	color:#444444;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: justify;
}
h2{
	color: #990000;
	font-size: 12px;
}
img{
	border: 0px;
	margin: 0px;
}
a {
	margin: 0px;
}
a:link {
	color:#000000;
	text-decoration: underline;
}

a:visited {
	color:#000000;
	text-decoration: underline;
}

a:hover {
	color:#990000;
	text-decoration: underline;
}
a:active {
	color:#000000;
	text-decoration: underline;
}

.list_nr{
	border: 1px solid #333;
	padding: 2px 4px;
	text-decoration: none;
}
.page_title{
	margin-top: 0px;
}

/* -- Layout -- */


.wrap{
	width: 880px;
	margin: 0px auto;
}

.wrap_2{
	width: 860px;
	background: none;
	/*border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;*/
	overflow: hidden;
	padding-top: 30px;
}

.wrap_3{
	background: none;
	width: 860px;
	background: none;
	/*border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;*/
}

#header{
	width: 860px;
	margin: 0px;
	background: url(img/bg_header.png) repeat-x;
	padding: 10px 10px 11px;
	
}
#log_reg{
	height: 30px;
	float: right;
	font-size: 10px;
	margin: 0px;
}
#log_reg ul {
	margin: 0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#log_reg li {
	float:right;
}

#log_reg li a {
	color:#333333;
	display:block;
	margin-left:3px;
	padding: 5px 7px 4px;
	text-decoration:none;
}

#log_reg li a:hover {
	color:#9A9A9A;
}

#header_nav{
	margin-top: 0px;
	height: 30px;
	width: 860px;
	clear: left;
}

#header_nav ul {
	margin: 0px;
	padding-right: 20px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#header_nav li {
	float:right;
}

#header_nav li a {
	color:#000099;
	display:block;
	margin-left:3px;
	padding: 7px 7px 9px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: bold;
}

#header_nav li a:hover {
	background:#F8F8F8;
	color:#3399FF;
	font-weight: bold;
}

#logo{
	height: 83px;
	width: 450px;
	padding: 10px 10px 0px;
	float: left;
}

#hd_title{
	height: 35px;
	border: 1px solid #000000;
	margin: 0px;
	margin-top: 31px;
	background: #000000;
	text-align: right; 
}

.content{
	padding: 0px 10px 10px;
	float: left;
	min-height: 110px;
	background: url(img/bg_top_content.gif) no-repeat;
	width: 375px;
	margin-left: 10px;
}

.content h2{
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 1px dashed #cccccc;
	font-size: 13px;
	font-weight: bold;
}

#right_side{
	float: right;
	clear: none;
	width: 202px;
	margin: 0pt;
	padding: 0pt;
}


#left_side{
	float: left;
	clear: none;
	width: 640px;
	margin: 0pt;
	padding: 0pt;
}

.right_box{
	width: 164px;
	background: url(img/bg_top_content_right.gif) no-repeat;
	min-height: 0px;
	margin-left: 0px;
	border-top: 3px solid #ccc;
	border-bottom: 5px solid #fff;
}

.right_box ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.right_box ul li{
	padding: 0px;
	margin: 0px;
}

.right_box ul li {
	line-height: 20px;
	border-bottom: 1px solid #F2F2F2;
	padding-left: 15px;
}

.left_box{
	margin-left: 0px;
}
.left_box ul{
	clear: both;
}

.double_box{
	margin-left: 0px;
	width: 780px;
	background: url(img/bg_top_content_double_box.gif) repeat-x;
	clear: none;
	overflow: auto;
}

#footer{
	height: 130px;
	text-align: center;
	background: #EBE3DD;
	border: 1px solid #BFBFBF;
	padding: 10px;
	clear: left;
	margin-top: 10px;
	margin-bottom: 20px;
}

#left_side_left{
	float: left;
	padding-right: 20px;
	min-height: 350px;
}
#left_side_right{
	float: right;
	width: 420px;
	clear: none;
}

.menu_box{
	border: 1px solid #ccc;
	border-top: 3px solid #ccc;
	float: left;
	width: 180px;
	padding: 0px 10px 10px;
	margin-bottom: 10px;
	clear: left;
	background: url(/css/img/bg_left_info.jpg) repeat-x scroll bottom;
}

.menu_box h2{
	border-bottom:1px dashed #CCCCCC;
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:0;
	padding:5px;
}
.menu_box ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.menu_box ul li{
	padding: 0px;
	margin: 0px;
}

.menu_box ul li {
	line-height: 20px;
	border-bottom: 1px solid #F2F2F2;
	padding-left: 15px;
}
.menu_box ul li a{
	text-decoration: none;
}
.menu_box ul li:hover {
	text-decoration: underline;
}
.light_row{
	
}
.dark_row{
	background-color: #EBE3DD;
}

/***** info tooltip *****/
a.popup_info {
	position: relative;
}
/* Added to solve the z-order problem of IE */
a.popup_info span{
	display: none;
}
a.popup_info:hover {
	z-index: 2;
	text-decoration: none;
	background-color: #FFF;
}
/* End */
a.popup_info:hover{
	font-weight: bold;
	font-size: 9px;
	color: #000099;
}
a.popup_info:hover span{
	display: block;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	min-width: 50px;
	border: 5px;
	background-color: #FFFFFF;
	border: 1px solid #000099;
	padding: 5px;
}