@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #200000;
	background-image: url(images-layout/BG-grad-1.png);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 14px;
}
a {
	color: #842B2B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images-layout/PageTitleBG.png);
	text-align: right;
	line-height: 50px;
	padding-right: 10px;
	margin: 0px;
}

#BG-page {
	background-image: url(images-layout/BG-shapes-1.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#BG-body {
	background-image: url(images-layout/bodyBG-1.png);
	background-repeat: repeat-y;
	background-position: center;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.menu a {
	text-decoration: none;
	color: #200000;
	line-height: 30px;
	font-size: 16px;
}
.menu a:hover {
	color: #AF3636;
}
.AUCP {
	font-size: 10px;
	color: #585858;
}
.AUCP a {
	font-size: 14px;
	text-decoration: none;
	color: #521A1A;
}
.AUCP a:hover {
	color: #900;
}
.staff {
	font-size: 13px;
	background-color: #EAEAEA;
	border: 1px solid #6F1515;
}
.staff .title {
	font-weight: bold;
	font-size: 18px;
	background-color: #6F1515;
	color: #FFFFFF;
}
.staff td {
	border: 1px solid #6F1515;
}

