@charset "UTF-8";
/* CSS Document */

a:link, a:active, a:visited {
	color:#401816;
}

a:hover {
	text-decoration:none;
}

body {
	background-image:url(../images/page_background.jpg);
	padding:35px;
	margin:0px auto;
}

#contentArea {
	width:443px;
	height:459px;
	overflow:auto;
	padding:0px;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
}

#contentAreaBack {
	background-image:url(../images/content_center.gif);
	background-repeat:no-repeat;
}

p {
	margin-top:0px;
	padding-top:0px;
}

.fancyList li {
	list-style:none;
	padding-bottom:4px;
}

.tdRightBorder {
	border-right:1px solid black;
}

/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.floatNone {
 float:none
}
.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}
