body {
    background-color: #F1F1F2;
    color: black;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
    line-height: 16px;
    padding:0px;
    margin:0px;

}

#container {
    position:absolute;
    height: 500px;
    width: 800px;
    margin: -250px 0px 0px -400px;
    top: 50%; 
    left: 50%;
    text-align: left;
    padding: 0px;
    background-color: white;
}

#banner {
    float: left;
    height: 126px;
    width: 391px;
    margin: 0px;
    text-align: left;
    padding: 0px;
	border-left: solid 1px #26679B;
	border-top: solid 1px #26679B;
}

#logo {
    float: left;
    height:126px;
    width: 407px;
    margin: 0px;
    padding:0px;
	border-right: solid 1px #26679B;
	border-top: solid 1px #26679B;
}

#content {
    float: left;
    height: 353px;
    width: 798px;
    margin: 0px;
    text-align: left;
    padding: 0px;
    overflow: auto;
	border-left: solid 1px #26679B;
	border-right: solid 1px #26679B;
}

#navi_left {
    float: left;
    height: 20px;
    width: 351px;
}

#navi_left ul {
    padding: 0px;
	margin: 0px;
	text-align: center;
	list-style: none;
}

#navi_left li {
	float: left;
	border-right: solid 1px #DBDBDB;
	background-color: #26679B;
	width: 87px;
	height: 20px;
	line-height: 18px;
	z-index: 20;
}

#navi_left li.last {
    border: none;
}

li.first_sub {
	border-top: solid 1px #26679B;
}

#navi_left li:hover, #navi_left li.over  {
	background-color: #5191c2;
}

#navi_left li.locked {
    background-color: #387EB4;
}

#navi_left a {
    text-decoration: none;
    font-size: 11px;
    color: white;
}

#navi_right {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 448px;
	height: 19px;
	border-bottom: solid 1px #26679B;
	border-right: solid 1px #26679B;
}
	
#navi_right p {
    padding-top: 1px; 
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 9px;
    text-align: right;
	margin: 0px;
	vertical-align: middle;
	font-size: 10px;
	color: #999999;
}

#navi_right a {
    color: #999999;
}

#navi_right a:hover {
    color: black;
}  

img {
    border-style: none;
}

.nodecoration {
    text-decoration: none;
}


.justify {
	text-align: justify;
}

.blue {
	color: #26679B;
}

.black {
	color: black;
}

.green {
	color: #00CC00;
}

.red {
	color: red;
}

.orange {
	color: #FF9900;
}

ul.square {
	padding: 0px 0px 0px 20px;
	margin: 5px 0px 13px 0px;
	
	list-style-image: url(/img/list_square.gif);
}

p {
	margin: 0px;
	padding: 0px;
}

table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;	
}

th {
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 8px 0px;
	font-weight: normal;
	color: #26679B;
	text-align: left;
}

td {
	font-size: 12px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

#button {
	margin: 8px 0px 0px 0px;
	padding: 0px;
}

#valid a{
	text-decoration: none;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	
}

h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

strong {
	font-weight: normal;
}