@charset "utf-8";
/* CSS Document */

body{
	margin:0;     /* turn off automatic browser margin */
	padding:0;		/* turn off automatic browser padding */
	background: #d9effa;
	font-family:Arial, Helvetica, Sans-serif;
		font-size:16px;
}

h1 {
	color: #000000;
}

h2 {
    color: #c7080d;
    font-size: 20px;
    text-align: center;
}

#worldWrap{
	width:808px;
	margin:auto;
}

#headerWrap{
	width:750px;
	height:141px;
	background: d9effa;
}

#header{
	float: center;
    height: 141px;
    width: 750px;
}

#contentWrap{
	width:700px;
	min-height:500px;
	background:#ffffff;
	border-right: 9px solid #e1e1e1;
	border-left: 9px solid #e1e1e1;
	border-bottom: 9px solid #e1e1e1;
	padding-top: 5px;
	padding-bottom: 5px;
		padding-left: 45px;
	padding-right: 45px;
}

.style1 {color: #FF0000}
.style4 {
	font-size: 3.4em;
	color: #C00;
}
.style11 {
	font-size: 0.8em;
	color: #666;
}
.style8 {
	font-size: 1em;

}

.style7 {
    color: #9E0B0F;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
	font-family: Myriad Pro;

}

1 element.style {
    width: 70%;
}
.contentbox-blue {
    background-color: #94e0fc !important;
    border: 2px solid #0076a3 !important;
	border-radius:20px;
}

.contentbox2 {
    font-size: 15px !important;
    line-height: 23px !important;
    margin: 10px auto;
    padding: 15px 20px;
    text-align: left;
}

2 element.style {
    width: 55%;
}
.contentbox3 {
    font-size: 15px !important;
    line-height: 23px !important;
    margin: 10px auto;
    padding: 15px 20px;
    text-align: left;
}
.contentbox-yellow {
    background-color: #FFFF99 !important;
    border: 1px solid #C10000 !important;
    border-radius: 6px;
}

#footer{
	text-align: center;
	color: #d9effa;
	font-size: 15px;
	height: 24px;
	width: 750px;
	padding-bottom: 15px;
	padding-left: 30px;
}
