@charset "utf-8";

html {
	height: 100%;
}
body {
	background-color: #91b3d1;
	height: 100%;
	width:100%;
/*	text-align:center;*/
/*	margin:.5em auto;*/
}


 h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}


img {
border: none;
}

li {
list-style:none;
}
table {
	font-size: 80%;
/*	margin-left:.5em;*/
}
caption{
	text-align: left;
	padding-bottom: 8px;
	font-size: 1em;
	font-weight: bold;
}
td,
th{
/*	padding: 5px;*/
}
tr{	/*background: #FFF;*/
}

th{
	text-align: left;
/*	background: #EEE;*/
}


#container {
	width: 900px;
	height:1500px;
	margin:.5em auto;
	padding:10px;
/*	text-align:left;*/
	background-color:white;
	border-radius:10px;
}

#container1 {
	width: 900px;
	height: 1000px;
	margin:.5em auto;
	padding:10px;
	text-align:left;
	background-color:white;
	border-radius:10px;
}

#container2 {
	width: 900px;
	height: 1000px;
	margin:.5em auto;
	padding:10px;
	text-align:left;
	background-color:white;
	border-radius:10px;
}


#content_center {
	margin:10px 15px;
	padding:.5em;
}
#content_center h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000033;
	padding: 5px 3px ;
	border-bottom: 3px solid #000066;
	margin:1em auto;
/*	background-color: #ffffff;
	
	background-repeat: repeat-x;
	background-position: bottom;*/
	text-align: center;
}
#content_center h2 {
	font-size: 16px;
	font-weight:600;
	color:dimgray;
}
#content_center .box {
	height: 100%;
/*	padding-right: 0px;*/
	padding-bottom: 10px;
/*	padding-left: 0px;*/

}
#content_center .box p {
	font-size: 13px;
}
#content_center h3 {
	font-size: 14px;
	font-weight: bold;
	color: #313131;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #ffd700;
	margin-bottom: 5px;
}
#content_center img {
	float: left;
	margin-right: 10px;
}
#content_center p {
	font-size: .9em;
	color: #000000;
	line-height: 1.1em;
}





#footer {
	clear: both;
	width: 100%;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	height: 25px;
	background-color: #666666;
	padding-top: 5px;
}

#footer a{
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}

#content_center .content_topic {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 370px;
}
#content_center .content_topic table {
	font-size: 12px;
	line-height: 16px;
}

#policy {
	font-size:.9em;
	color:#666666;
}

.form-table{
	width:100%;
	border:1px solid #ddd;
	border-collapse:collapse;
}

.form-table th{
	background-color:#FFF;
	font-weight:bold;
	border:1px solid #ddd;
	padding:8px;
    white-space: nowrap;
	vertical-align:top;
	width:26%;
}

.form-table td{
	background-color:#FFF;
	font-weight:normal;
	border:1px solid #ddd;
	padding:8px;
	vertical-align:top;
}
