@charset "utf-8";
/* CSS Document */

#HEADER {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 141px;
	background-image: url(images-layout/Header-2.png);
	background-repeat: no-repeat;
}
#BODY {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images-layout/BG-body.png);
	background-repeat: repeat-y;
}
#BODY-layer2 {
	background-image: url(images-layout/Header-bottom-2.png);
	background-repeat: no-repeat;
	background-position: top;
}
#BODY-table {
	width: 490px;
	margin-left: 20px;
}

body {
	margin: 0px;
	background-color: #062a5a;
	background-image: url(images-layout/BG-stars-2.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	color: #005A91;
	text-decoration: none;
}
a:hover {
	color: #0084D2;
	text-decoration: underline;
}

h1 {
	font-size: 21px;
	text-align: center;
	background-image: url(images-layout/H1-BG.png);
	background-repeat: no-repeat;
	height: 43px;
	padding-top: 7px;
	color: #113E7A;
	font-family: Verdana, Geneva, sans-serif;
	background-position: center top;
}

.menu {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-weight: bold;
}
.menu a {
	text-decoration: none;
	color: #103C76;
}
.menu a:hover {
	color: #4DA4DD;
}
.AUCP {
	font-size: 9px;
	color: #999;
}
.AUCP a {
	font-size: 14px;
	color: #666;
	text-decoration: none;
}
.AUCP a:hover {
	color: #1A679A;
}
.StaffDir {
	font-size: 12px;
	background-color: #FFFCF4;
	border: 1px solid #FFEDB8;
}
.StaffDir td {
	border: 1px solid #FFE184;
}
.StaffDir .title {
	font-size: 16px;
	background-color: #FBECBD;
	font-weight: bold;
	color: #00446C;
}

