/* CSS Document */

body{
	background-color: #dedede;
	background-image: url(../images/bg_01.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;

}

img{
	border: 0;

}

#bg {
	width: 100%;
	position: absolute;
	display: block;
	height: 100%;
}

#body {
	width: 810px;
	height: 100%;
	left: 0px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	display: block;
}
#body_top {
	width: 810px;
	height: 107px;
	display: block;
	background-image: url(../images/base_top.gif);
	background-repeat: no-repeat;
	clear: left;
	float: left;
}
#body_content {
	width: 810px;
	background-image: url(../images/content.gif);
	background-repeat: repeat;
	float: left;
	clear: left;
	display: block;
}

#body_bottom {
	width: 810px;
	height: 30px;
	display: block;
	background-image: url(../images/base_bottom.gif);
	background-repeat: no-repeat;
	clear: left;
	float: left;
}
#logo {
	text-align: left;
	display: block;
	height: 60px;
	margin-bottom: 10px;
}

#banner {
	display: block;
	height: 208px;
	width: 728px;
	background-image: url(../images/banner.png);
}

#content {
	display: block;
	height: 100%;
	width: 770px;
	padding-top: 10px;
	padding-left: 20px;
	float: left;
}

#content_banner {
	display: block;
	height: 100%;
	width: 770px;
	padding-top: 35px;
	padding-left: 20px;
	clear: left;
	float: left;
}

#bottom {
	width: 770px;
	height: 30px;
	display: block;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	clear: left;
	float: left;
	padding-bottom: 2px;
	margin-top: 10px;
}

#line {
	background-image: url(../images/line2.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 770px;
	margin-top: 10px;
	float: left;
}
#sign-up {
	float: left;
	height: 100%;
	width: 542px;
	clear: left;
}

#inner {
	float: left;
	height: 100%;
	width: 542px;
	clear: left;
}

#box-signup-item {
	float: right;
	width: 205px;
	background-color: #FFFFFF;
	border: thin solid #cf0a0a;
	clear: right;
}
#box-signup-item2 {
	width: 195px;
	height: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.txtbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	border:1px solid #114476;
}
input.btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #efefef;
	height: 20px;
	color: #000000;
	font-weight: bold;
	border-color: #114476;
	border:1px solid;
}
input.btnhov {
	border-color: #0054a6 #114476 #114476 #0054a6;
	background-color: #dfdfdf;
} 
a:link, a:visited{
	color:#0054a6;
	text-decoration: none;
	text-decoration: underline;
}

a:active{
	color:#0054a6;
	text-decoration: none;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
	color:#114476;
}
.font_home {
	font-size: 14px;
}
#home_left {
	clear: left;
	float: left;
	height: 100%;
	width: 450px;
	padding-top: 10px;
}
#home_right {
	clear: right;
	float: right;
	height: 100%;
	width: 320px;
	padding-top: 10px;
}
#logo_footer {
	float: left;
	margin-right: 15px;
}
