/* CSS Document */

body {
	background-color: #4D0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 1.4em;
}
#leftBar {
	position: absolute;
	height: 600px;
	width: 270px;
	left: 0px;
	top: 0px;
	float: left;
}
#buttons {
	position: absolute;
	height: 160px;
	width: 600px;
	left: 270px;
	top: 0px;
}
#mainText {
	position: absolute;
	height: auto;
	width: 600px;
	left: 270px;
	top: 160px;
}
#textBox {
	position: relative;
	height: auto;
	width: 560px;
	left: 0px;
	top: 10px;
}
h3 {
	font-size: 15px;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h4 {
	font-size: 14px;
	color: #A62E38;
	margin-top: 0px;
	padding-top: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #A62E38;
	text-decoration: none;
	font-size: 12px;
}
a:active {
	color: #A62E38;
	text-decoration: none;
	font-size: 12px;
}
#indexText {

	position: absolute;
	height: auto;
	width: 600px;
	left: 270px;
	top: 160px;
}
h1 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 18px;
	color: #A62E38;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.4em;
}
.rja {
	font-size: 9px;
	color: #999999;
}
.rja a:link {
	font-size: 9px;
	color: #999999;
}
.rja a:visited {

	font-size: 9px;
	color: #999999;
}
.rja a:hover {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}
.rja a:active {



	font-size: 9px;
	color: #999999;
}

