/* CSS Document */

body{   
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
	background-color: #FFF;
}
* html body{
	overflow: hidden;
}
div#menu {
	position: fixed !important;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 26px;
	background-color: #FFF;
	border-bottom: 3px solid #070A71;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
/* ======= footer ======= */
#footer {
	clear: both;
	position: fixed !important;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	border-top: 2px solid #070A71;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	color: #070A71;
	margin-bottom: 0px;
	padding: 7px 0px 5px 0px;
	background-color: #FFF;
}
* html div#contents{
	min-height: 100%;
	max-height: auto;
	overflow: auto;
}  

.bg_popsiphoto {
	background-image: url(/images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 80px;
}

.bg_butterfly {
	background-image: url(/images/butterfly.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
}

h1, h2, h3, h4, h5, h6,
table, div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	text-align: left;
	display: block;
	margin: 0px 0px 15px 0px;
/*	font: normal 9pt/17px "Courier New", Courier, mono;*/
/*	font: normal 9pt/17px Verdana,Helvetica,Arial;
	font-size: 9pt;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;*/
	color: #070A71;
}

div.box{
	background:#EFF0FE;
	border: 2px solid #070A71;
	width: 30%;
	min-width:275px;
	float: right;
	margin: 70px 10px 0px 10px;
	top: auto;
	bottom: 30px;
}
div.box p.title{
/*	border-bottom: 1px dotted #070A71;*/
	background: #070A71;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	padding: 5px 15px;
	margin: 0px;
}
div.box p {
	padding: 10px 15px;
	margin: 0px;
}
