@charset "utf-8";
body {
	background-image: url(../images/main-background.jpg);
	background-repeat: repeat;
	margin: 0px;
	background-color: #383C3F;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}	
a:hover {
	color: #FFFF00;
}
h2 {
	color: #BF263A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}
.menu-box {
	padding-left: 20px;
	font-family: sans-serif, "Futura Md BT";
	font-size: 12px;
	padding-right: 10px;
	color: #817a59;
}


.highlight {
	color: #BF263A;
}
ul {
	font-family: sans-serif, "Futura Md BT";
	font-size: 12px;
	line-height: 19pt;
}
.selected {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.main-text {
	font-family: sans-serif, "Futura Md BT";
	font-size: 12px;
	color: #817a59;
	text-align: justify;
	line-height: 15pt;
	padding-left: 30px;
	width: 450px;
	float: left;
	clear: none;
}
.right-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #817a59;
	text-align: center;
	line-height: 15pt;
	float: right;
	clear: none;
	padding-right: 50px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #BF263A;
}
.main-text a {
	font-family: Arial, Helvetica, sans-serif;
	color: #817a59;
	text-decoration: underline;
	font-size: 12px;
}
.right-box a {
	color: #817a59;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

.main-text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #BF263A;
	text-decoration: underline;
}
.right-box a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #BF263A;
	text-decoration: underline;
}
hr {
	border: 0;
	color: #BCB587;
	background-color: #BCB587;
	height: 1px;
	width: 700px;
	text-align: center;
}
