@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D05C7F;
}
.container {
	background-color: #83919E;
}
.maintext {
	padding: 20px;
	color: #FFFFFF;
	background-color: #83919E;
}
.leftside {
	background-color: #D05C7F;
	background-image: url(MyImages/leftbg.jpg);
	background-repeat: repeat-y;
	width: 61px;
}
.rightside {
	background-image: url(MyImages/rightbg.jpg);
	background-repeat: repeat-y;
	width: 61px;
}
.bottom {
	background-color: #D05C7F;
	background-image: url(MyImages/bottombg.jpg);
	background-repeat: repeat-x;
}
.roman {
	font-family: "Times New Roman", Times, serif;
}
.bottommenu {
	font-weight: normal;
}
.bottommenu a:link {
	color: #FFFFFF;
}
.bottommenu a:visited {
	color: #FFFFFF;
}
.bottommenu a:hover {
	color: #711A39;
	background-color: #FFFFFF;
}


a:link {
	color: #711A39;
	text-decoration: underline;
}
a:visited {
	color: #711A39;
	text-decoration: underline;
}
a:hover {
	color: #83919E;
	background-color: #FFFFFF;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
.italics {
	font-style: italic;
}
.small {
	font-size: 13px;
}
li {
	padding-bottom: 10px;
}
.image_left {
	padding: 15px;
	float: left;
}
.image_right {
	padding: 15px;
	float: right;
}

