/* CSS Document */

body {
	background-image: url(bg.jpg);
	background-position:top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-repeat: no-repeat;
	background-color: #003366;
}
.style2 {
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	font-size:36px;
	margin-top:3px;
	margin-bottom:3px;
	color:#666;
}
.style3 {
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
.style4 {font-size: 10px; font-family: Arial, Helvetica, sans-serif; }
.style5 {font-size: 14px; font-family:Arial, Helvetica, sans-serif}
.style6 {
	font-size:14px;
	color:#FFF;
}
a:link{
	color:#09C;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a:visited{
	color:#09C;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#666;
}
a:active{
	color:#09C;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#header{
	background-image:url(head.jpg);
	width:1014px;
	height:128px;
}
#body{
	background-image:url(body.jpg);
	width:1014px;
	height:auto;
}
.inbody{
	background-image:url(innerrep.jpg);
	width:700px;
	height:auto;
}
.inhead{
	background-image:url(infoot.jpg);
	width:700px;
	height:16px;
}
.infoot{
	background-image:url(infooter.jpg);
	width:700px;
	height:16px;
}
#footer{
	background-image:url(foot.jpg);
	width:1014px;
	height:37px;
}
.btmBar{
	width:100%;
	height:30px;
	position:fixed;
	bottom:0;
	background-image:url(btmBox.jpg);
	right:0px;
}
.infoTextB{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:18px;
	color:#000;
}
.infoText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
}
.bluText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#09C;
}
.wrap{
    width:100px;
    height:20px;
    margin:0px;
    overflow:hidden;
    position:relative;
}
