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

body { 
background: #002f77;
margin: 0px;
padding: 0px;
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
border: 0px;
}
a:link {
	color: #002f77;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #002F77;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #333333;
}
h1 {
	font-size: 16px;
	color: #002f77;
}
h2 {
	font-size: 14px;
	color: #002f77;
}
h3 {
	font-size: 12px;
	font-weight: 500;
	color: #002f77;
}
p {
margin: 0px;
padding: 0px;
}
#page-body {
width: 100%;
background: #ffffff url(images/sp-bg.jpg) bottom center no-repeat;
}
#page-body-home {
width: 100%;
background: #ffffff url(images/home.jpg) bottom center no-repeat;
}
#wrapper {
width: 832px;
padding: 0px 74px;
margin: 0px auto;
}
#stretcher {
float: left;
height: 525px;
}
#header {
padding: 20px 0px 20px 0px;
text-align: center;
}
#header-home {
padding: 20px 0px 0px 0px;
text-align: center;
}
#content {
padding-bottom: 50px;
}
#content-home {
padding-bottom: 50px;
height: 300px;
}
#left {
float: left;
width: 210px;
font-size: 10px;
}
#right {
float: right;
width: 590px;
font-size: 10px;
text-align: justify;
line-height: 15px;
}
.clearboth {
clear: both;
margin: 0px;
padding: 0px;
}
#footer {
height: 40px;
padding: 20px 0px;
text-align: center;
font-size: 10px;
color: #004abc;
line-height: 20px;
}
#footer a:link {
color: #ffffff;
}
#footer a:visited {
color: #ffffff;
}
.blue {
	color: #002f77;
}
.input {
padding: 2px; 
width: 550px;
border: 1px solid #999;
}
#form1 {
margin-left: 20px;
}
