/* CSS Document */html, body {
	height:100%
}
*, html, body {
	margin:0px;
	padding:0px;
}
body {
	color:#000;
	background-color: #043876;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url();
	background-repeat: repeat-x;
}
img {
	border:0px solid;
	behavior: url('/pngbehavior.htc');
}
#top {
	background-color: #FFF;
	width: 100%;
	position: relative;
	background-image: url(/images/bg_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#bottom {
	background-image: url(/images/bg_bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: auto !important;
	height: 785px;
	min-height: 785px;
	width: 100%;
}
#center {
	position:relative;
	width: 998px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/images/center.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: auto;
}
#centerTop {
	background-image: url(/images/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: auto;
	width: 998px;
}
#centerBottom {
	background-image: url(/images/bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	height: auto;
	width: 998px;
	height: auto !important;
	height: 785px;
	min-height: 785px;
}
.content {
	height: auto !important;
	height: 473px;
	min-height: 473px;
	width: 525px;
	padding-top: 154px;
	padding-left: 232px;
	padding-bottom: 20px;
}
.content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #bd962c;
	padding-bottom: 5px;
}
.content h2 {
	font-size: 16px;
	color: #1562a3;
	padding-bottom: 5px;
}
.content p {
	padding-bottom: 10px;
}
.content b, .content strong {
	color: #333;
}
.bottomMenu {
	color: #9ee1ff;
	text-align: center;
	width: 998px;
	padding-top: 80px;
	height: 76px;
}
.content a {
	color: #063B79;
	text-decoration: underline;
}
.content a:hover {
	color: #C00;
	text-decoration: none;
}
.bottomMenu a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
.bottomMenu a:hover {
	color: #ffffcc;
}
#girl {
	height: auto;
	width: 248px;
	top: 230px;
	right: 0px;
	position: absolute;
	text-align: right;
}
#book {
	position: absolute;
	height: auto;
	width: auto;
	left: 13px;
	top: 22px;
}
#picPage {
	position: absolute;
	height: 157px;
	width: 165px;
	left: 0px;
	top: 95px;
}
#menu {
	position: absolute;
	height: auto;
	width: 165px;
	top: 252px;
}
#menu p {
	padding-bottom: 2px;
}
#menu ul {
	margin-bottom: 5px;
}
#menu li {
	list-style-type: none;
}
#menu li a {
	color: #002047;
	text-decoration: none;
	background-image: url(/images/ar.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 32px;
	padding-bottom: 3px;
	padding-left: 13px;
}
#menu li a:hover {
	text-decoration: underline;
}
.input200 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #204C82;
	border: 1px solid #728EB1;
	width: 170px;
}
.but {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #997100;
	background-color: #F0E9A1;
	padding-top: 2px;
	padding-right: 30px;
	padding-bottom: 2px;
	padding-left: 30px;
	border: 1px solid #C09723;
	text-align: center;
}
#mapBox {
	position: absolute;
	z-index: 100;
	height: auto;
	width: 700px;
	left: 230px;
	top: 190px;
}

a.txtbold	{
	text-decoration: none;
	color: #000000;
}

.picLeft {
	float: left;
	padding-right: 10px;
}