@charset "utf-8";
/* page layout */

html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	background: url(../images/bg.jpg) top center repeat-x #725b51;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#111111;
	font-size:11pt;
	text-align:center;
}

#wrapper {
	margin:0 auto;
	width:900px;
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	background:url(../images/pageBG.jpg) center repeat-y;
}

#header {
	background:url(../images/header.jpg) no-repeat;
	height:340px;
	width:900px;
}

.content {
	background:url(../images/pBG.jpg) repeat-y;
	padding-top:0px;
	padding-bottom:86px;
	width:500px;
	margin:0 auto;
	margin-top:-60px;
}

.content .top {
	background:url(../images/textarea.jpg) top no-repeat;
	height:40px;
	width:500px;
	margin:0;
}

.content .bot {
	background:url(../images/textarea.jpg) bottom no-repeat;
	background-color:#f4e0c5;
	height:40px;
	width:500px;
	padding-bottom:20px;
	margin:0;
}

#footer {
	position:relative;
	width:900px;
	margin:0 auto;
	background:url(../images/footer.jpg) center no-repeat;
	margin-top:-86px;
	padding-top:1px;
	height:86px;	
}

#footerNav {
	position:relative;
	top:-4px;
	width:100%;
}

#footerNav p {
	text-align:center;
	color:#003b5d;
	font-size:8pt;
}

#footerNav a {
	color:#00658b;
	font-size:8pt;
}

#footerNav a:hover {
	color:#003b5d;
}

.navi {
	width:190px;
	height:132px;
	position:absolute;
	left:6px;
	top: 341px;
}

.clear {
	clear:both;
}

/* typography */

p {
	text-align:left;
}

.content h1 {
	background:url(../images/h1BG.jpg) bottom no-repeat;
	font-size:16pt;
	line-height:160%;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	padding:0;
	padding-left:32px;
	font-variant:small-caps;
	margin:0;
	margin-top:-8px;
}

.content h2 {
	font-size:12pt;
	line-height:160%;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	padding:0;
	padding-left:32px;
	font-variant:small-caps;
	margin:0;
	margin-top:-8px;
}

.content p {
	line-height:150%;
	background:url(../images/pBG.jpg) repeat-y;
	margin:0;
	padding-left:40px;
	padding-right:40px;
}

.content ul {
	background:url(../images/pBG.jpg) repeat-y;
	margin:0;
	text-align:left;
	padding-left:60px;
	text-indent:-20px;
	padding-right:30px;
	list-style-position:inside;
	list-style-type:circle;
}

.content img {
	background:url(../images/pBG.jpg) repeat-y;
	padding:0;
	margin:0;
}

.heading {
	font-size:14pt;
	color:#003f7d;
	margin:0;
}

a {
	color:003366;
	text-decoration:underline;
	text-align:left;
	margin:0;
}

.home {
	display:block;
	width:500px;
	height:220px;
	margin:0 auto;
	border:none;
	text-decoration:none;
	clear:both;
}


/* tooltip */



.tool-tip {
	color: #000000;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 12pt;
	margin: 0;
	color: #000000;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}

