@import url( list2.css );
@import url( sitemap.css );

body,html {
	padding: 10px 0px 0px 0px;
	margin: 0;
	font: 8pt Verdana;
	text-align: center;
}

#container{
    width: 780px;
    margin: 0 auto;
    text-align: left;
}

#header{
	width: 780px;
	height: 30px;
	line-height: 30px;
}

#menutop{
	background-image: url( images/index_02.jpg );
	color: #000000;
	float: right;
	width: 199px;
	height: 23px;
	font-size: 8pt;
	font-weight: bold;
    padding-top: 7px;
}

#menubar{
	width: 780px;
	color: #ffffff;
    height: 28px;
    line-height: 28px;
    position: absolute;
    z-index: 3;
	background-color: #68c6ea;
}

#banner{
	width: 860px;
	height: 238px;
    position: absolute;
    top: 76px;
    z-index: 1;
}

#frontmain{
	width: 854px;
	height: 260px;
    position: absolute;
    top: 311px;
    z-index: 2;
}

#frontleft{
	width: 304px;
	height: 260px;
	float: left;
}

#leftbox1{
	background-color: #d90000;
	height: 120px;
	width: 284px;
	padding: 10px;
    overflow: hidden;
}

#leftbox2{
	background-color: #fa9e02;
	height: 95px;
	width: 284px;
	padding: 10px;
    overflow: hidden;
}

#frontcenter{
	width: 225px;
	height: 240px;
	background-color: #bfe526;
	color: #000000;
	float: left;
	padding: 10px;
    overflow: hidden;
}

#frontright{
	width: 220px;
	height: 260px;
	float: right;
}

#rightbox1{
	background-image: url( images/index_12.jpg);
	height: 132px;
	width: 200px;
	padding: 10px;
    overflow: hidden;
}

#rightbox2{
	background-color: #fafa00;
	height: 83px;
	width: 200px;
	padding: 10px;
    overflow: hidden;
}

#outerbox{
	float: right;
	width: 74px;
	height: 260px;
}

a{
    color: #000000;
    text-decoration: none;
}

p{
	margin: 0;
	padding: 0;
}

div{
	margin: 0;
	padding: 0;
}

span{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}

img{
    border: none;
}

form{
	padding: 3px;
	margin: 3px auto;
}
label{
	float: left;
	width: 100px;
	font: 10pt verdana;
	margin: 3px;
}
br#form{
	clear: left;
}
textarea{

    width: 300px;
    border: 1px solid #68c6ea;
    margin: 3px;
    height: 50px;
}
.submit{
	margin: 3px;
	padding: 3px;
	color: #ffffff;
	background-color: #68c6ea;
	border-top: 1px solid #f2921e;
	border-left: 1px solid #f2921e;
	border-right: 1px solid #f2921e;
	border-bottom: 1px solid #f2921e;
	width: 75px;
}

ul{
	color: #000000;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font: 8pt verdana;
}
li{
	padding: 0 0 5px 0;
}
