@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/back_top.gif);
	background-repeat: repeat-x;
}
#topics {
	float: left;
	width: 670px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 20px;
}
#topics  h2  {
	font-size: 138.5%;
	color: #009FE8;
	padding-left: 10px;
	line-height: 1;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #009FE8;
	margin-bottom: 10px;
}
#topics  dl {
	margin-bottom: 40px;
}
#topics  dt  {
	float: left;
	clear: left;
	font-size: 93%;
	padding-left: 35px;
	background-image: url(../images/icon_menu.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
}
#topics dd {
	font-size: 93%;
	padding-left: 12em;
	padding-bottom: 5px;
}
#topics dd.last {
	padding-bottom: 2em;
}



#banner img {
	margin-right: 5px;  
}


#secom  {
	float: right;
	width: 210px;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
	margin-top: 135px;
}
#secom form {
	text-align: center;
	width: 60px;
	float: left;
}
#secom p {
	margin-left: auto;
	font-size: 77%;
	margin-right: auto;
	text-align: center;
	line-height: 1.4;
	padding-top: 20px;
}


@media print { 
body {
	background-image: none;
}
#nav {
	overflow:hidden;
}
#nav a {
	width: 158px;
}
