/**********************************
* Page styles
**********************************/
body{
	background-color:#bfaa73;
	position:relative;
	text-align:center;
}
.page-container{
	background-color:#d1c095;
	text-align:center;
	width:750px;
	margin:auto;
}
.popup-container{
	background-color:#d1c095;
	text-align:center;
	width:450px;
	margin:auto;
}
.header-image{
	border:0px;
}
.left-content{
	padding-top:0px;
	padding-left:14px;
	padding-right:14px;
	padding-bottom:15px;
	border-top:0px;
	border-left:0px;
	border-right:2px;
	border-bottom:0px;
	color:#407A79;
	border-style:dotted;
	height:460px;
}
.center-content{
	padding-top:0px;
	padding-left:14px;
	padding-right:14px;
	padding-bottom:15px;
	height:460px;
}
.right-content{
	padding-top:0px;
	padding-left:14px;
	padding-right:14px;
	padding-bottom:15px;
	border-top:0px;
	border-left:2px;
	border-right:0px;
	border-bottom:0px;
	color:#407A79;
	border-style:dotted;
	height:460px;
}
.footer{
	background-image:url("../images/footer.gif");
	background-color:#4E1C14;
	height:33px;
}
.footer-text{
	font-size:8pt;
	font-family:arial;
	font-weight:bold;
	color:white;
}
.title-link:link{
	color:#760932;
	text-decoration:none;
}
.title-link:hover{
	color:#ED4F36;
	text-decoration:none;
}
.title-link:visited{
	color:#2f2f2f;
	text-decoration:none;
}
.footer-link:link{
	color:white;
	text-decoration:none;
}
.footer-link:hover{
	color:yellow;
	text-decoration:none;
}
.footer-link:visited{
	color:#AAAAAA;
	text-decoration:none;
}

/**********************************
* Page items styles
**********************************/
.item{
	color:black;
	padding-bottom:10px;
}
.list-item{
	border-top:2px;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	color:#407A79;
	border-style:dotted;
	padding-bottom:10px;
}
.item-title{
	padding-top:0px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:0px;
	color:#760932;
	font-size:16pt;
	font-family:times;
}
.item-content{
	padding-top:0px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:0px;
	font-size:11pt;
	font-family:arial;
	text-align:justify;
}
.item-image{
	border:2px;
	border-style:solid;
	color:#9B0909;
	margin:5px;
}
.item-image-link{
	cursor:pointer;
	border:2px;
	border-style:solid;
	color:#9B0909;
	margin:5px;
}

/**********************************
* Subpage items styles
**********************************/
.subpage-content{
	padding-top:0px;
	padding-left:14px;
	padding-right:14px;
	padding-bottom:15px;
	height:460px;
	font-size:11pt;
	font-family:arial;
	text-align:justify;
	overflow-y:auto;
}
.subpage-image{
	border:2px;
	border-style:solid;
	color:#9B0909;
	margin:5px;
}
.subpage-text{
	font-size:11pt;
	font-family:arial;
	text-align:justify;
	color:black;
}
.subpage-iframe{
	border:2px;
	border-style:solid;
	color:#9B0909;
}
.text-link:link{
	font-weight:bold;
	color:#760932;
	text-decoration:none;
}
.text-link:hover{
	font-weight:bold;
	color:#ED4F36;
	text-decoration:none;
}
.text-link:visited{
	font-weight:bold;
	color:#2f2f2f;
	text-decoration:none;
}
.text-title{
	font-weight:bold;
	color:#760932;
	font-size:12pt;
}