@charset "utf-8";
/* CSS Document */
body {
	background-color: #a1aabc;
}
body,p,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* containers */

#header {
	width: 990px;
	height: 78px;
	margin: 0 auto;
	background-image: url(../images/img_pg/header_bk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top: solid 1px #666;
}
#header #topnav {
	float: right;
	color: #fff;
	/*font-size: 12px;*/
	padding: 25px 20px 0px 0px;
	font-weight: bold;
}
#nav {
	width: 990px;
	height: 32px;
	margin: 0 auto;
	border-top: solid 1px  #666;
	border-bottom: solid 1px #666;
	background-color: #fff;
	text-align:center;
	background-image: url(../images/img_pg/nav_bk.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#content {
	width: 990px;
	margin: 0 auto;
	background-color: #fff;
}
#content .clearit {
	clear:both;
	height: 20px;
	font-size: 1px;
	line-height: 1px;
}
#footer {
	width: 990px;
	margin: 0 auto;
	color: #666;
	text-align: center;
	background-image: url(../images/img_pg/nav_bk.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 32px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #666;
}

/* navigation */

#header a.hm {
	width: 335px;
	padding-left: 58px;
	height: 54px;
}
#header #topnav a {
	color: #fff;
	font-weight: bold;
	/*font-size: 12px;*/
	text-decoration: none;
	padding-left: 8px;
}
#header #topnav a:hover,#header #topnav a.on {
	text-decoration: underline;
}
#nav a {
	height: 32px;
	line-height: 32px;
	/*padding: 0px 20px 8px 20px;*/
	width: 165px;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	color:#666;
	/*border-left: solid 1px #999;*/
	display:block;
	float:left;
	background-image: url(../images/img_pg/nav_a_bk.gif);
	background-repeat: no-repeat;	
}
#nav a.end {
	/*border-right: solid 1px #999;*/
	margin-right:-3px;
}
#nav a:hover,#nav a.on {
	color: #0066CC;
}
#footer a {
	color: #666;
	text-decoration: none;
}

/* container elements */
#header img {
	border: none;
}
.iso {
	text-align: center;
	font-weight: bold;
	color: #000;
}

/* standard page elements */
img {
	border: none;
}