html, body {
	height : 100%;
	padding: 0;
	margin : 0;
}
/*TOP*/
body.top {
	clear: both;
	padding: 0px;
	margin: 0px;
	background-color: #5689BA;
	background-image: url(img/bg_top.gif);
	background-repeat: repeat-x;
}

.doc {
	width: 980px;
	height:88px;
	margin: 0;
/*	margin: 0 auto; */
}
.logo a {
	float: right;
	background-image: url(img/logo_top.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 280px;
	height: 88px;
}
.hdr {
	float: left;
	background-image: url(img/hdr_reg.png);
	background-repeat: no-repeat;
	background-position: 23px top;
	width: 700px;
	height: 88px;
}
/*NAV*/
.nav {
	background-image: none;
	width: 980px;
	height: 32px;
	padding-left: 23px;
}
.nav a {
	display: inline-block;
	width: 60px;
	height: 32px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 6px;
}
.nav a#link1 {
	background-image: url(img/btn_inside_ug.jpg);
	width: 230px;
}
.nav a#link1:hover, .nav a#link1.selected {
	background-image: url(img/btn_inside_ug_f2.jpg);
}
.nav a#link2 {
	background-image: url(img/btn_inside_pg.jpg);
	width: 220px;
}
.nav a#link2:hover, .nav a#link2.selected {
	background-image: url(img/btn_inside_pg_f2.jpg);
}
.nav a#link3 {
	background-image: url(img/btn_inside_general.jpg);
	width: 308px;
}
.nav a#link3:hover, .nav a#link3.selected {
	background-image: url(img/btn_inside_general_f2.jpg);
}
/*GLOBAL*/
.global {
	float:right;
	display:inline-block;
	width:90px;
}
.global a {
	background-image: url(img/btn_global_home.png);
	background-repeat: no-repeat;
	background-position:center center;
	height:32px;
	width:60px;
}