@charset "utf-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body {
	background-image:url(/images/pageBG.jpg);
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#canvasShadow {
	
}

#shadowLeft {
	background-image:url(/images/shadowLeft.png);
	background-repeat:repeat-y;	
	width:8px;
}

#shadowRight {
	background-image:url(/images/shadowRight.png);
	background-repeat:repeat-y;
	width:8px;
}

#shadowBottom {
	background-image:url(/images/shadowBottom.png);
	background-repeat:no-repeat;
	width:796px;
	height:19px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#pageCanvas {
	width:780px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#pageHeader {
	background-color:#FFFFFF;
	background-image:url(/images/pageHeader.jpg);
	width:780px;
	height:155px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#pageMenu {
	background-image:url(/images/pageMenu.jpg);
	background-repeat:repeat-x;
	width:780px;
	height:30px;
	overflow:hidden;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#pageContent {
	background-color:#FFFFFF;
	font-size:13px;
	color:#363636;
	padding:15px;
	border-left: 7px solid #e3e5d4;
	border-right: 7px solid #e3e5d4;
	vertical-align:top;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#pageFooter {
	width:780px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#e3e5d4;
	color:#636363;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}