@charset "utf-8";
/* CSS Document */

body,td,th {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;color: #000000;}
body {background-color: #234267;}
a:link {color: #003399;	font-weight: bold;text-decoration: none;}
a:visited {text-decoration: none;color: #003399;}
a:hover {text-decoration: none;	color: #006600;}
a:active {text-decoration: none;color: #006600;}
#main {position:absolute;left:50%;top:50%;margin-left:-375px;margin-top:-275px;width:750px;height:550px; background-image:url(../images/background.jpg)z-index:1;}
#links {
	position:absolute;
	left:3px;
	top:132px;
	width:213px;
	height:369px;
	z-index:2;
}
#feeder {
	position:absolute;
	left:4px;
	top:98px;
	width:210px;
	height:279px;
	z-index:3;
	font-size:10px;
	overflow: auto;
}
#body {
	position:absolute;
	left:226px;
	top:144px;
	width:517px;
	height:355px;
	overflow:auto;
	z-index:2;
}
#footer {
	position:absolute;
	left:4px;
	top:514px;
	width:738px;
	height:30px;
	z-index:2;
}
-----------------------------------------------------
#links dt {
	background: #c80000 url(images/dt_bg.gif) bottom repeat-x;
	color: #fff;
	margin: 2px 2px 1px 2px;
	padding: 1px 0;
	text-align: center;
	font-weight: bold;
}

#links dd {
	background: #227293;
	border-bottom: 1px solid #659db4;
	padding: 0;
	margin: 0 2px;
}

#links dd a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 4px 28px;
}

* html #links dd {
	padding: 3px 27px;
	padd\ing: 0;
}

* html #links dd a {
	display: inline;
	di\splay: block;
}

#links dd a:hover {
	background: #74a7b7;
}

#links .first {
	padding-top: 1px;
}

#links .last {
	padding-bottom: 1px;
	border-bottom: 1px solid white;
}

#links .text, #links select {
	width: 160px;
}
