body, p, h1, h2, h3, h4, ul, li, ol, div, form { margin: 0; padding: 0; list-style: none; font-size: 100%;}

body {
	text-align: center;
	font-family: 	Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;

}

img {
	border: none;
}

.box_001 {
	width: 760px;
	margin: auto;
	position: relative;
	height: 900px;	
	text-align: center;
}

/*	header
----------------------------*/
.header {
	height: 70px;
	width: 760px;
}


.header h1 {
	display: none;
}

.header img {
	position: absolute;
	right: 6px;
	top: 32px;
}

/*	menu
----------------------------*/
.main_menu {
	margin: -35px auto 0px auto;
	width: 760px;
	height: 25px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	font-size: 11px;
}

.main_menu li {
	display: inline;
	padding: 0px 10px 3px 5px;

}

.main_menu li a {
	text-decoration: none;
	color:	#003277;
	font-weight: bold;
	text-transform: uppercase;
}

.main_menu li a:hover {
	color:	#37C123;
	}


/*	content
----------------------------*/
.content {
	width: 760px;
	height: 600px;
	background-image: url(loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}


/*	content
----------------------------*/
.footer {
	clear: both;
	margin: 10px auto 10px auto;
	font-size: 7pt;
	color: #989898;
	}

.subfooter {
	display: none;
}
