@charset "utf-8";
/* CSS Document */
body {
	background-color: #6F82BC;
	margin-top: 2%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
#content {
	margin: 10px;
}
.waterMark {
	background: url(images/logoback08.jpg) no-repeat right bottom;
}

#bc {
}
#bc a{
	color: #FCD000;
	font-weight: bold;
	text-decoration: none;
}


#content h1 {
	color: #F4CF05;
	font: 22px Verdana, Arial, Helvetica, sans-serif;
}
#content #h2 {
	font-size: 15px;
	color: #6F82BC;
}
#content  p {
	line-height: 140%;
	text-align: justify;
}
#content ul {
	line-height: 140%;
}





.mission{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.border {
	border: 5px solid #FFFFFF;
}
.yellow {
	color: #FCD000;
}

#region {
	color: #FFFFFF;
	font-size: 12px;
}
#region a {
	color: #F5D300;
}
#jp {
	text-align: center;
	padding: 5px;
	font-size: 11px;
}
#jp a {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C5AA2;
	text-decoration: none;
}
.border #content .bodytextheads {
	font-weight: bold;
	font-size: 14px;
}
middle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6F82BC;
}
.small {
	font-size: 9px;
}

.bclink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3C5AA2;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
}
#faq ol {
}
#faq li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#button {
	font: 12px Arial, Helvetica, sans-serif;
	background: #FBFAFC;
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 390px;
}
#button a {
	font-weight: bold;
	text-decoration: none;
	color: #3B3F7C;
}
