body {
    width:950px;
    margin:0 auto;
	line-height:1.4;
	text-align:center;
	font-size:12px;
	background:#00BCF2;
	color:#212121;
}
p {
    clear:both;
	margin:0;
    display:inline;
    font-size:12px;
	font-weight:normal;
}
img {
	border:none;
	margin-bottom:20px;
}
h1 {
    clear:both;
	margin:10px 0 25px;
    font-size:16px;
}
h2 {
    clear:both;
	width:782px;
	margin:0 0 20px;
	padding:0 0 2px 10px;
    font-size:16px;
	border-left:#00BCF2 8px solid;
    border-bottom:#00BCF2 1px solid;
}
h3 {
    clear:both;
	margin:0 0 10px 20px;
	padding:0;
    font-size:14px;
	color:#00188F;
}
h4 {
    clear:both;
	margin:0 0 15px 20px;
	padding:0;
    font-size:14px;
}
ul {
    float:left;
    margin:0;
    padding:0 0 12px;
	width:800px;
	list-style:none;
}
li {
	padding:0 0 0 25px;
}

#top {
    width:800px;
	height:160px;
	margin-bottom:25px;
	background:url(img/top.gif) top no-repeat;
}

#main {
    width:800px;
	padding:0 75px 20px;
	text-align:left;
	background:#FFFFFF;
}

#main a:link {
    text-decoration:none;
	color:#0066FF;
}
#main a:visited {
    text-decoration:none;
	color:#0066FF;
}
#main a:hover {
    text-decoration:underline;
	color:#0099FF;
}
#main a:active {
    text-decoration:underline;
	color:#0099FF;
}
#link {
	display:block;
	margin-bottom:10px;
    width:800px;
	font-size:10px;
}
#link img {
	margin:0 0 2px;
}
.icon {
	display:block;
	padding:15px 0;
    width:800px;
	height:28px;
	background:url(img/icon.gif) center  no-repeat;
}
.caution {
    margin:30px 0 35px;
	padding:15px 0;
    width:800px;
	border-top:#999999 1px dashed;
	border-bottom:#999999 1px dashed;
}
.caution p {
	font-weight:bolder;
	color:#FF0000;
}
	
#bottom {
    clear:both;
	margin-top:40px;
	padding:15px 0px 0;
	font-size:12px;
	font-weight:bolder;
	text-align:center;
	border-top:#00BCF2 2px solid;
	background:#FFFFFF;
}

#bottom a:link {
    text-decoration:none;
	color:#212121;
}
#bottom a:visited {
    text-decoration:none;
	color:#212121;
}
#bottom a:hover {
    text-decoration:underline;
	color:#565656;
}
#bottom a:active {
    text-decoration:underline;
	color:#565656;
}

