@charset "utf-8";
/* CSS Document by WORD Web Design */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

/**layout styles **/
body {
	padding: 0;
	margin: 0;
	background-image: url(../images/curtains-background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
	background-color: #2d0307;
}
#container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-color: #d78db1;
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 200;
}
.cellspace10 {
	padding: 10px;
}
.cellspace15L {
	padding-left: 15px;
}
.cellspace20 {
	padding: 20px;
}
.cellspace10RB {
	padding-right: 10px;
	padding-bottom: 10px;
}

/**font styles **/
.navbuttons {
	font-weight: bold;
	font-size: 16px;
	color: #F3DEE9;
	background-color: #883d5a;
}

.announce {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	color: #883D5A;
}

.announceSub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	color: #4f2f31;
}

.h3 {
	font-weight: bold;
	font-size: 22px;
	color: #F3DEE9;
	background-color: #883d5a;
}

.copyrightfooter {
	font-size: 10px;
	color: #F5EFF5;
	text-align: center;
}

/**link styles **/
a:link {
	color: #2D3E2A;
}
a:visited {
	color: #33452F;
}
a:hover {
	color: #000;
}
a:active {
	color: #4F5F44;
}

a.nav:link {
	font-weight: bold;
	font-size: 16px;
	color: #F3DEE9;
	background-color: #883d5a;
	text-decoration: none;
}
a.nav:visited {
	font-weight: bold;
	font-size: 16px;
	color: #F3DEE9;
	background-color: #883d5a;
	text-decoration: none;
}
a.nav:hover {
	font-weight: bold;
	font-size: 16px;
	color: #883d5a;
	background-color: #F3DEE9;
	text-decoration: none;
}
a.nav:active {
	font-weight: bold;
	font-size: 16px;
	color: #F3DEE9;
	background-color: #883d5a;
	text-decoration: none;
}

/**sub-footer menu links **/
a.ftrmenu:link {
	color: #99A86C;
}
a.ftrmenu:visited {
	color: #99A86C;
}
a.ftrmenu:hover {
	color: #FFF;
}
a.ftrmenu:active {
	color: #CCCC99;
}

/**css from old site **/
.mainbodytext {
	font-size: 16px;
}
.H2 {
	font-size: 22px;
	font-weight: bold;
	color: #600
}
.largertext18 {
	font-size: 18px;
}
.largebold18 {
	font-size: 18px;
	font-weight: bold;
}
.reverseH3 {
	font-weight: bold;
	color: #FAF1F5;
}
.glowing {
	font-weight: bold;
	background-color: #FCF;
}
