/* CSS Document */


body{
	margin:0;
	padding:0;
	color:#2A2A2A;
	background:#FFFFFF;
	font-size:85%;
}

img{
	border:none;
}

#hidden{
	display:none;
}

.clear{
	clear:both;
}

.pagetop, .contentstop{
	margin:0;
}

/*link-----------------------------------*/

a:link{
	color:#206DC3;
	text-decoration:none;
}

a:visited{
	color:#8055B4;
	text-decoration:none;
}

a:hover{
	color:#5F9BDE;
	text-decoration:underline;
}


/*body-------------------------------*/

#body{
	width:760px;
	margin:0 auto;
	text-align:left;
	border:1px solid #FFF;
}

strong{
	color:#000;
	background:#FFF;
}

#stage{
	background-image:url(../img/stage_bg.jpg);
	width:820px;
	margin:0;
	text-align:center;
}

#stage2{
	background-image:url(../img/stage_bg2.jpg);
	width:820px;
	margin:0;
	text-align:center;
}


/*header-------------------------------*/

#header{
	background-image:url(../img/top_bg.jpg);
	width:820px;
	height:105px;
}

#header .logo{
	width:255px;
	float:left;
	vertical-align:bottom;
	font-size:small;
	padding-left:30px;
	padding-top:75px;
}

#header .sitenav{
	float:right;
	margin:0;
	padding:80px 30px 0 0;
	width:145px;
	text-align:right;
	line-height:1.0;
}


/*footer-------------------------------*/

#footer{
	background-image:url(../img/footer_bg.jpg);
	width:820px;
	height:100px;
	clear:both;
}

#footer img{
	float:left;
	margin-top:7;
	margin-left:30px;
	width:255px;
	font-size:small;
}

#footer .copyright{
	font-size:85%;
	color:#3A3A3A;
	margin:0;
	padding:10px 30px 0 0;
	float:right;
	text-align:right;
	line-height:1.0;
}


/*form-------------------------------*/

.form_table{
	margin:0 auto;
	padding:0;
	width:760px;
	font-size:100%;
	border-top:1px solid #CFCFCF;
}

.form_table th{
	margin:0;
	padding:10px 15px;
	width:200px;
	border-bottom:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	background-color:#EEEEEE;
	font-weight:lighter;
	text-align:left;
}

.form_table td{
	margin:0;
	padding:10px 15px;
	border-bottom:1px solid #CFCFCF;
}

/*
.form_table{
	margin:0;
	padding:0;
	width:760px;
	font-size:100%;
	border-top:1px solid #CFCFCF;
	border-left:1px solid #CFCFCF;
}

.form_table th{
	margin:0;
	padding:10px;
	width:200px;
	border-bottom:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	background-color:#EEEEEE;
	font-weight:lighter;
	text-align:left;
}

.form_table td{
	margin:0;
	padding:10px;
	border-bottom:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
}
*/

.submitarea{
	margin:15px 0 25px 0;
	padding:0;
	text-align:center;
}





