@charset "utf-8";
.left-side {
	background-image: url(images/images/left-side.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.rightside {
	background-image: url(images/images/right-side.jpg);
	background-repeat: repeat;
	background-position: right top;
}
.title-caps {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	font-size: 12pt;
}
#nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
#nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #131049;
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
