@import "default.css";

body {
	background-color: #001e51;
	color: #555;
}

h1, h2 {
	margin: 5px 0;
	padding: 1px 3px;
	padding-left: 16px;
	border-top: 2px solid #800;
	border-bottom: 2px solid #00225d;
	font-size: 18px;
	color: #800;
	background: url(bg-menu1.gif) left center no-repeat;
}

h6 {
	margin: 5px 0;
	padding: 1px;
	font-size: 16px;
	color: #555;
	border-top: 2px dotted #bce1f8;
	border-bottom: 2px dotted #bce1f8;
}

div#top, div#bottom, div#container {
	width: 990px;
	margin: 0 auto;
	background-color: #fff;
}

div#top {
	position: relative;
	height: 288px;
	background: url(bg-top.jpg) top no-repeat;
}

div#bottom {
	height: 138px;
	background: url(bg-bottom.jpg) top no-repeat;
}

div#menu1 {
	position: absolute;
	left: 27px;
	top: 70px;
	width: 130px;
}

div#menu1 a {
	display: block;
	margin: 1px 0;
	padding: 2px;
	padding-left: 15px;
	border-bottom: 1px solid #bfbfbf;
	font-size: 16px;
	font-weight: bold;
	color: #001e51;
	text-decoration: none;
	background: url(bg-menu1.gif) left center no-repeat;
}

div#menu1 a:hover {
	color: #ff9c00;
}

div#tree a, a.link {
	display: block;
	margin: 1px 0;
	font-size: 14px;
	color: #001e51;
	text-decoration: none;
}

div#tree a.level1 {
	padding: 2px;
	padding-left: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background: #001e51 url(bg-menu_bullet.gif) -10px center no-repeat;
}

div#tree a.level2 {
	padding: 1px 2px;
	padding-left: 25px;
	font-size: 13px;
	background: #e4e3e3 url(bg-menu_bullet.gif) 0px center no-repeat;
}

a.link {
	padding: 1px 2px;
	padding-left: 15px;
	font-size: 12px;
	background: #e4e3e3 url(bg-menu_bullet.gif) -10px center no-repeat;
}

div#tree a:hover, a.link:hover {
	color: #ff9c00;
	background-image: url(bg-menu_bullet_.gif);
}

table#menu_icons {
	position: absolute;
	left: 0;
	bottom: 0;
}

