@charset "UTF-8";
/* CSS Document */



body {
	margin: 0px;
	padding: 0px;
	font-family: "Garamond", "Georgia", Arial, Helvetica, sans-serif;
	font-size: 2;
	color: #000000;
	background-color: #fffde4;
	line-height: 14px;
	text-align:left;
	
}
H1{
	font-family: "Garamond", "Georgia", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	font-weight:bold;
	padding: 0px;
}
.heading1{
	font-family: "Garamond", "Georgia", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	font-weight:bold;
	padding: 0px 5px 0px 5px;
}
.heading2{
	font-family: "Garamond", "Georgia", Arial, Helvetica, sans-serif;
	font-size: 12px;

	padding: 0px 5px 0px 5px;
	
}
.heading3{
	font-family: "Garamond", "Georgia", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	padding: 0px 5px 0px 5px;
}
.tableContent{
	font-family: "Garamond","Century Gothic", Arial;
	font-size: 12pt;
	padding: 4px; letter-spacing:1; line-height:110%
}

.mainTable{
	border: 1px solid #a29f96;
}
.topTile{
	background-image:url(images/topBg.jpg);
	background-repeat: repeat-x;
	height:9px;
	background-color: #f5f4f0;
}
.topLeftBg{
	background-image:url(images/topLeft.jpg);
	background-repeat: no-repeat;
	width:70px;
	height:128px;
}
.leftBg{
	background-image:url(images/leftBg.jpg);
	background-repeat: repeat-y;
	width:70px;

}
.topRightBg{
	background-image:url(images/topRight.jpg);
	background-repeat: no-repeat;
	width:70px;	
	height:128px;

}
.rightBg{
	background-image:url(images/rightBg01.jpg);
	background-repeat: repeat-y;
	width:70px;

}
.topMiddleBg{
	background-image:url(images/topMiddle.jpg);
	background-repeat: no-repeat;
	width:756px;
	height:128px;
}
.middleBg{
	background-image:url(images/bg1.jpg);
	background-repeat: repeat-y;
	width:756px;
	height:420px;
}
.leftBottomBg{
	background-image:url(images/bottomLeft.jpg);
	background-repeat: no-repeat;
	width:70px;
	height: 43px;
}
.rightBottomBg{
	background-image:url(images/bottomRight01.jpg);
	background-repeat: no-repeat;
	width:70px;
	height: 43px;
}
.middleBottomBg{
	background-image: url(images/bottomMiddle.jpg);
	background-repeat: no-repeat;
	width:756px;
	height: 43px;

}
.pic1
{
padding:0px; border:4px double #373737; }

#contentDiv{
	width: 756px;
	height:420px;	
}


a {
	color: #000000;
	font-weight:normal; 
	text-decoration:none;
}


a:hover {
	text-decoration: underline;
}

a.small {
	color: #846300;
	font-weight:normal; 
	text-decoration:none; font-size:10pt
}


a:hover.small {
	color: #846300;
	text-decoration: underline; font-size:10pt
}

img.left {
	float: left;
	margin: 0 15px 0 0;

}
img.right {
	float: right;
	margin: 0 15px 0 0;
}
img.top{
	float:right;
	margin: 0 0 0 0;
}


/* getting rid of bullet symbols */
.noBullet {
	list-style: none;
}



/* Footer */

.footer {
	height: 31px;
	background-color:#918e83;
	color: #fff;
	text-align:right;
	vertical-align:middle;
}


.footer a {
	color: #fff;
}