@charset "utf-8";
/* CSS Document */
body {
	font-family: Tahoma;
	font-size: small;	
}
A {
	color: #00244C;
	text-decoration: underline;
}
A:hover {
	font-weight: bold;
	text-decoration: underline;
}
*.ajax {
	background-image: url(../_global/img/ajax_01.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
input, textarea {
	background-color: #FFFFFF;
	border: 1px solid #00244C;
}
.button {
	background-color: #00244C;
	color: #FFFFFF;
	border: 1px solid #00244C;
	cursor: pointer;
}
.title {
	color: #FFFFFF;
	background-color: #00244C;
	font-weight: bold;
	padding-left: 3px;
}
#SELECTION {
	position: absolute;
	background-color: #FFFFFF;
	border: 1px solid #00244C;
	min-width: 100px;
	max-width: 200px;
	visibility: visible;
	padding: 2px;
}
#CENTER {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -290px;
	margin-left: -500px;
}
#HEADER {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 120px;
	background-image: url(img/head.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	z-index: 1;
}
#NAVIGATION {
	position: absolute;
	font-size: 12px;
	font-weight: bold;	
	color: #00244C;
	width: 206px;
	top: 140px;
	left: 0px;
	width: 180px;
	height: 430px;
	overflow: auto;
	z-index: 1;
}
#NAVIGATION UL {
    padding-left: 10px;
    margin-left: 10px;
}
#NAVIGATION A {
	color: #00244C;
	text-decoration: none;
}
#NAVIGATION A:hover	{
	text-decoration: underline;
}
#CONTENT {
	position: absolute;
	top: 120px;
	left: 200px;
	width: 780px;
	height: 450px;
	overflow: auto;
	z-index: 1;
}
#CORNER {
	position: absolute;
	top: 506px;
	left: 896px;
	width: 84px;
	height: 96px;
	background-image: url(img/corner.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: hidden;
	z-index: 2;
}
#FOOTER {
	position: absolute;
	top: 580px;
	left: 0px;
	width: 980px;
	height: 30px;
	background-image: url(img/foot.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: hidden;
	z-index: 1;
}