BODY, HTML {
	margin:0;
	padding:0;
	background:#369;
	color:#000;
	}
BODY {
	min-width:750px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
IMG {
	border: 0;
	}
TD, TH {
	font-family: Arial;
	font-size: 12px;
	}

#wrapper {
	background:#fff;
	margin:0 auto;
	width:60%;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	border-top: 5px solid #fff;
	}

#header {
	background:#1d89d5;
	background-image: url(headerbg.gif);
	height: 120px;
	}
#header H1 {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	background-image: url(header1.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	}

#topnavi {
	background:#1d89d5;
	height: 40px;
	border-bottom: 10px solid #fff;
	text-align: center;
	}

#content {
	background:#fff;
	float:right;
	width:79%;
	min-height: 550px;
	}
#content H1{
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom: 1px solid #99ccff;
	width: 70%;
	color: #1d89d5;
	}
#content H2{
	font-family: Arial;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	width: 70%;
	color: #1d89d5;
	}
#content P{
	padding: 31px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	font-family: Arial;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	}

#subnavi {
	background:#fff;
	float:left;
	width:20%;
	font-family: Arial;
	font-size: 12px;
	}
#subnavi P{
	padding: 0;
	margin: 0;
	}
#subnavi A{
	color: #6666ff;
	text-decoration: none;
	}
#subnavi A:hover {
	color: #f058c3;
	text-decoration: underline;
	}
#subnavi .subnavi_head {
	background: #99ccff;
	background-image: url(subnavi_bg.gif);
	height: 30px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	}
#subnavi .subnavi_main {
	border: 1px solid #99ccff;
	border-top: 0;
	padding: 2px;
	margin-bottom: 15px;
	color: #666;
	}
#subnavi .subnavi_main IFRAME {
	width: 100%;
	height: 200px;
	border: 0;
	padding: 0;
	margin: 0;
	}
	
#footer {
	background:#1d89d5;
	clear:both;
	border-top: 10px solid #fff;
	text-align: center;
	font-family: Arial;
	font-size: 10px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	}
