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

body {
	font-family: Verdana, Arial, Lucida, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center; /*IE 5.x */
	background-image: url(images/header_hg.png);
	background-repeat: repeat-x;
	background-color: #829ebc;
}
* {
	margin: 0;
	padding: 0;
}
iframe {
	border: 0;
}

#wrapper {
	position: relative;
	width: 1007px;
	margin: 0 auto;
	text-align: left; /*IE 5.x */
}

#header {
	position: relative;
	width: 1007px;
	height: 113px;
	background-image: url(images/header5.png);
	background-repeat: no-repeat;
	font-size: 10px;
}
#header h1 {
	text-indent: -9999px;
}
#header a {
	text-decoration: none;
	color: black;
	margin-left: 5px;
}
#header a:hover {
	color: #006699;
}
#logohome {
	position: absolute;
	left: 0;
	top: 0;
	width: 392px;
	height: 113px;
}
#submenu {
	position: absolute;
	top: 2px;
	right: 5px;
	z-index: 10;
}
#submenu form {
	display: inline;
	margin-left: 5px;
}
#submenu input {
	font-size: 10px;
	border: 1px solid #809dbc;
}
#submenu input.textfield {
	width: 90px;
}

#menu {
	position: relative;
	width: 1007px;
	height: 26px;
	background-color: white;
	border-bottom: 1px solid #829ebc;
}
#mainmenu {
	position: absolute;
	right: 0;
	/* width: 378px; */
}
* html #mainmenu { /* IE 6.0 */
	right: -1px;
}
#mainmenu li {
	display: block;
	float: left;
	width: 126px;
	height: 26px;
	text-align: center;
	background-image: url(images/maintab.png);
	background-repeat: no-repeat;
}
#mainmenu a {
	position: relative;
	top: 8px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}
#mainmenu a:hover {
	color: rgb(204,0,0); // #006699;
}

#content {
	position: relative;
	width: 1007px;
	margin: 0;
	padding: 0;
	background-image: url(images/content_hg.png);
	background-repeat: repeat-y;
	height: 500px;
}
#content h1 {
	margin: 15px 20px 5px 20px;
	font-size: 15px;
	font-weight: normal;
}
#content p {
	margin: 6px 20px 2px 20px;
}
#iframecontent {
	position: absolute;
	top: 0;
	left: 285px;
	margin: 0;
	padding: 0;
	width: 720px;
	height: 500px;
}

#left {
	width: 280px;
	height: 470px;
	float: left;
}
#middle {
	width: 469px;
	height: 470px;
	float: left;
	border-left: 1px solid #829ebc;
}
#right {
	width: 249px;
	height: 470px;
	float: left;
	border-left: 1px solid #829ebc;
}

#footer {
	position: relative;
	width: 1007px;
	height: 5px;
	margin: 0;
	padding: 0;
	background-image: url(images/content_footer.png);
	background-repeat: no-repeat;
}
