@charset "utf-8";
/* CSS Document */
body {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color:#000000;
	background:url(images/tablecloth.gif);
}
#page {
	width:800px;
	height:1873px;
}
#TopLeft {
	background-image: url(images/TopLefttCorner.png);
	background-repeat:no-repeat;
	width:176px;
	height:203px;
}
#TopCenter {
	width:443px;
	height:203px;
	background-image: url(images/TopCenter.png);
	background-repeat:no-repeat;
}
#TopRight {
	width:181px; 
	height:203px;
	background-image: url(images/TopRightCorner.png);
	background-repeat:no-repeat;
}
#MiddleLeft {
	background-position:bottom;
	width:26px;
	height:auto;
	background-image: url(images/LeftSide.png);
	background-repeat:no-repeat;
}
#content {
	background-position:bottom;
	background-image: url(images/Content.jpg);
	background-repeat:no-repeat;
	width:742px;
	height:auto;
}
#RightMiddle {
	background-position:bottom;
	background-image: url(images/RightMiddle.png);
	width:32px;
	height:auto;
}
#BottomLeft {
	background-image: url(images/BottomLeft.png);
	width:215px;
	height:210px;
}
#BottomFooter {
	background-image:url(images/BottomFooter.png);
	width:372px;
	height:210px;
	vertical-align:middle;
	text-align:center;
}
#BottomRight {
	background-image: url(images/BottomRightCorner.png);
	width:213px;
	height:210px;
}
.WebDesign {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color:#333333;
}
.head1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	font-weight:bold;
}
.head2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-weight:normal;
	color:#006633;
	font-style:italic;
}
.head3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-weight:bold;
	color:#663300;
}
.contenttext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#000000;
}
.SmallType {
	font-size: 16px;
	color: #000099;
}