.container {
        width: 670px;
        padding: 10px;
        margin: 3px 0 20px 0;
        background: fff;
        font-family: verdana,' sans-serif';
	border: solid ccc 0px;
}
/* ------------------  TOP ---------------------------- */

.nav1 {
	margin: 0;
	padding: 0px 0 25px 10px;
	border-top: solid #bcCcbC 1px;
	border-bottom: solid #bcCcbC 1px;
}

.nav1 li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

.nav1 a:link, .nav1 a:visited {
        float: left;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        padding: 6px 20px 6px 20px;
        text-decoration: none;
        color: #708491;
}

.nav1 a:link.active, .nav1 a:visited.active, .nav1 a:hover {
	color: #000;
	background: url(../image/focus2.gif) no-repeat top center;
}

.nav1 span {
        float: left;
        color: #708491;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        padding: 6px 20px 6px 20px;
        background: url(../image/current2.gif) no-repeat top center;
}









/* ------------------  BOTTOM ---------------------------- */

.nav2 {
	border-top: solid #9FB1BC 0px;
	padding: 0px 0px 20px 10px;
	margin: 0px 0px 0px 0px;
}

.nav2 li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

.nav2 a:link, .nav2 a:visited {
	float: left;
	text-decoration: none;
	color: #708491;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	padding: 6px 12px 0px 12px;
}

.nav2  a:link.active, .nav2 a:visited.active, .nav2 a:hover {
        color: #000;
        background: url(../image/focus2.gif) no-repeat top center;
}

.nav2 span {
	float: left;
	color: #708491;
	background: url(../image/current2.gif) no-repeat top center;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	padding: 6px 12px 0px 12px;
}

/* ------------- title --------------------- */
.subhead {
	width: 310px;
	padding-left: 10px;
	background: url(../image/subhead2.gif) no-repeat center left;
	color: #808080;
	font-weight: bold;
	font-size: 9pt;
	border-bottom: solid #CCC 1px;
}

.subhead-aw {
	width: 280px;
	padding-left: 10px;
	background: url(../aw2009/img/subhead.gif) no-repeat center left;
	color: #808080;
	font-weight: bold;
	font-size: 9pt;
	border-bottom: solid CCC 1px;
}

.subhead00 {
	width: 250px;
	background: #FFFFFF url(../image/misi4.gif) no-repeat center left;
	color: #0000FF;
	font-weight: normal;
	font-size: 11pt;
	height: 15px;
	vertical-align: sub;
	padding-left: 10px;
	padding-top: 3px;
	border-top: solid CCC 1px;
	border-bottom: solid CCC 1px;
}

.subhead01 {
	width: 380px;
	background: #E0E0E0 url(../image/misi4.gif) no-repeat center left;
	color: #404040;
	font-weight: normal;
	font-size: 11pt;
	height: 20px;
	vertical-align: sub;
	border-bottom: solid #808080 1px;
	padding-left: 10px;
	padding-top: 3px;
}

.subhead02 {
	width: 380px;
	background: #E0E0E0 url(../image/zubo2.gif) no-repeat center left;
	color: #404040;
	font-weight: normal;
	font-size: 11pt;
	height: 20px;
	vertical-align: sub;
	border-bottom: solid #808080 1px;
	padding-left: 10px;
	padding-top: 3px;
}

.subhead03 {
	width: 380px;
	background: #E0E0E0 url(../image/suka.gif) no-repeat center left;
	color: #404040;
	font-weight: normal;
	font-size: 11pt;
	height: 20px;
	vertical-align: sub;
	border-bottom: solid #808080 1px;
	padding-left: 10px;
	padding-top: 3px;
}





/* ------------------  custom TOP ---------------------------- */
#navcontainer {
        background: #E0E0E0;
        text-transform: lowercase;
	padding: 2px 0px 1px 4px;
	margin-top: 0;
	margin-bottom: 0;
}

/* to stretch the container div to contain floated list */
#navcontainer:after {
        content: ".";
        display: block;
        line-height: 1px;
        font-size: 1px;
        clear: both;
}

ul#navlist {
        list-style: none;
        width: 100%;
        font-size: 8px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ul#navlist li {
        display: block;
        float: left;
        width: 88px;
        margin: 0;
        padding: 0;
}

ul#navlist li a {
        display: block;
        width: 100%;
        border-width: 1px;
        border-color: #ffe #aaab9c #ccc #fff;
        border-style: solid;
        color: #777;
        text-decoration: none;
        background: #F1F1EF;
	text-align: center;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
        background: #E0E0E0;
        color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
        color: #800000;
        background: transparent;
        border-color: #aaab9c #fff #fff #ccc;
}



