@charset "utf-8";
/* page elements */

#page {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	height: 500px;
	
		}
#logo {
	height: 150px;
	width: 875px;
	vertical-align: top;
}

#title {
	width: auto;


	vertical-align: ;
	text-align: center;
	font-family: Papyrus;
	font-size: 25px;
	font-weight: bolder;
	color: #0b4171;
	height: 35px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
#title .t2 {
	font-size: 20px;
	font-family: Papyrus;
	background-color: #FFFFFF;
}
#title .t3 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#post { 
	width: 368px;
	border: 1px solid #ccc;
	padding: 5px 10px 5px 10px;
				} 
#background {

}
#page2 {
	width: 875px;
	background-color: #f4f4f5;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#photo {
	float: right;
	white-space: nowrap;
	height: 265px;
	width: 340px;
	margin-top: 10px;
	margin-right: 5px;
}
#label-rt {
	float: right;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0b4171;
	text-align: center;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
}
.t2 {
	font-size: 16px;
	font-family: Papyrus;
}

#text-rt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0b4171;
	text-align: center;
	float: right;
	height: 400px;
	width: 400px;
	background-color: #FFFFFF;
}
#text-lf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0b4171;
	margin-right: auto;
	margin-left: auto;
	float: left;
	width: 490px;
	background-color: #FFFFFF;
}
#label-lf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	width: 400px;
	color: #0b4171;
	text-align: center;
}
.bullets {
	text-align: left;
	list-style-type: disc;
}

#iframe {
	background-color: #FFFFFF;
	border: thin solid #FFFFFF;
}
.bullets-num {
	text-align: left;
	list-style-type: decimal;
}
.bullets-let {
	text-align: left;
	list-style-type: upper-alpha;
}
