/* CSS Document */
body {
	background-color:#314760;
	background-image:url(images/bg-body.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	scrollbar-face-color:#ff0054;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#EEEEEE;
	scrollbar-shadow-color:#ffffff;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-Color:#0000ff;
	cursor:url(images/wagtail.ani);
}

.header{border-left:solid 2px #ff8000;
		border-right:solid 2px #ff8000;
		border-top:solid 2px #ff8000;
}

.header a{color:#FFFFFF;
}

.header a:hover{color:#00c7e8;
}

.content{background-color:#ffffff;
		color:#314760;
		padding:0px 10px 30px 10px;
		border-left:solid 2px #ff8000;
		border-right:solid 2px #ff8000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
}

.content a{ color:#ff8f00;
}

.content a:hover{ color:#00c7e8;
}

.content h1{color:#ef9c12;
		font: Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		letter-spacing:2px;
		font-weight:bold;
}

.content h1:first-letter{font-size:20px;
		letter-spacing:2px;

}

.footer{background-image:url(images/footer.jpg);
		background-position:top;
		background-repeat:no-repeat;
		background-color:#ffffff;
		height:82px;
		border-left:solid 2px #ff8000;
		border-right:solid 2px #ff8000;
		border-bottom:solid 2px #ff8000;
		padding:15px;
		line-height:15px;
		 font:Arial, Helvetica, sans-serif;
			font-weight:bold;
			font-size:12px;
			color: #314760;
}

.footer a{
			color:#ffffff;
			text-decoration:none;
}

.footer a:hover{
			color: #0066ff;
			text-decoration:underline;
}
.title{background-image:url(images/title.jpg);
			background-repeat:no-repeat;
			background-position: left;
			padding:1px 1px 5px 60px;
			vertical-align:top;
}
p{text-align: justify;}
