/* CSS Document */

/* Global Styles */
BODY {
	margin: 0px;
	padding: 0px;
	background-color: #641b36;
}
.contentInfo {
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-bottom: 10px;
	width: 590px;
	font-size: 10pt;
}
.title {
	font-size: 16pt;
	color: #641b36;
	font-style: italic;
	font-weight: bold;
	text-align:center;
	padding-top: 15px;
}
.secHead {
	font-weight: bold;
}

/* Side Backgrounds */
.leftBkg {
	background-image: url(images/leftBkg.jpg);
	background-repeat: repeat-y;
	width: 100px;
}
.rightBkg {
	background-image: url(images/rightBkg.jpg);
	background-repeat: repeat-y;
	width: 100px;
}

/* Menu Styles */

.sideMenu {
	text-align: center;
}
.spacer {
	height: 10px;
}
.menuBkg {
	background-image: url(images/menuBkg.jpg);
	background-repeat: repeat-y;
	width: 188px;
}
A.menuTxt {
	color: #641b36;
	font-size: 13pt;
	font-variant: small-caps;
	font-weight: bold;
}
A:Hover.menuTxt {
	text-decoration: none;
	color: #000000;
}
input, textarea, select {
	border-bottom:medium;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-top:medium;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:thin;
	border-right:medium;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:thin;
	border-left:medium;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:thin;
}
A.footTxt, .footer {
	color: #FFFFFF;
	text-align: center;
	font-size: 10pt;
}
