@charset "UTF-8";
body {
	background-color: #aca57c;
	background-image: url(../images/backrImg.gif);
	background-repeat: no-repeat;
	background-position: 90% 0px;
}
.sideBar-left {
	background-image: url(../images/sideBar-left.gif);
	background-repeat: repeat-y;
	width: 7px;
	background-position: left top;
}
.sideBar-right {
	background-image: url(../images/sideBar-right.gif);
	background-repeat: repeat-y;
	width: 7px;
	background-position: left top;
}
.mainWindow {
	background-image: url(../images/mainWindow.gif);
	background-repeat: no-repeat;
	width: 862px;
	background-position: center bottom;
	background-color: #231f20;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
a:link {
	color: #FFFFFF;
	text-decoration:underline;
}
a:current {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
}
.bottomNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	height: 20px;
	vertical-align: bottom;
}
.bottomNav a:hover {
	color: #333333;
	text-decoration:underline;
}
.bottomNav a:link {
	color: #333333;
	text-decoration:none;
}
.bottomNav a:current {
	color: #333333;
	text-decoration:none;
}
.bottomNav a:visited {
	color: #333333;
	text-decoration:none;
}
li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	list-style-position: outside;
	list-style-image: url(../images/rja-bullet.gif);
}
