@charset "utf-8";
/* CSS Document */
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color:#FFFFFF;
	font-family:"Arial";
	color:#FFFFFF;
	font-size:15px;
}
#maindv {
	width: 1009px;
	height: 500px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#headerdv {
	background:url(images/index1_01.jpg) no-repeat #FFFFFF;
 	position:relative;
	float:left;
	width:1009px;
	height:100px;
}
#dec {
	background:url(images/index1_02.jpg) no-repeat #FFFFFF;
	position:relative;
	float:left;
	width:618px;
	height:506px;
}
#form {
	position:relative;
	float:left;
	width:382px;
	height:506px;
	background-image:url(images/index1_03.jpg)
}

.lefthdr {
	font-family:"Arial";
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;

}

.rghthdr {
	font-family:"Trebuchet MS";
	font-size:36px;
	font-weight:600;
	color:#FFFFFF;
	text-align:center;
}

.rghtnd{
	font-family:"Arial";
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:justify;
}

.rghtndin{
	font-family:"Arial";
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:justify;
}

ul {
	padding-left: 20px;
	margin-top: 40px;
	color:#FFFFFF;
	font-family:"Arial";
	font-size:16px;
	font-weight:bold;
}

a:link {color:#FFF; text-decoration:none;}      /* unvisited link */
a:visited {color:#FFF; text-decoration:none;}  /* visited link */
a:hover {color:#FFF; text-decoration:underline;}  /* mouse over link */
a:active {color:#FFFFF; text-decoration:none;}  /* selected link */
