@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-image: url(images/BG-1.png);
	background-repeat: repeat-x;
	background-color: #020d32;
	font-size: 14px;
}
a {
	color: #1C60DD;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#CLOUDS {
	background-image: url(images/CLOUDS-2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#PAGECONTENT {
	width: 530px;
}
h1 {
	font-size: 30px;
	background-image: url(images/PageTitleBG.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	line-height: 50px;
	color: #1D2B57;
	margin: 0px;
}


#BODY {
	background-image: url(images/EA-Web-layout-1_02.png);
	background-repeat: repeat-y;
}
.menu {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	margin-left: 10px;
	margin-top: 0px;
}
.menu a {
	color: #0C1941;
	text-decoration: none;
}
.menu a:hover {
	color: #7190D7;
}
.EdCode {
	font-size: 9px;
	color: #758DAC;
}

#STAFF {
	font-size: 12px;
	background-color: #E6EEFF;
	border: 1px solid #88AEFF;
}
#STAFF .title {
	font-weight: bold;
	background-color: #C5D8FF;
	font-size: 16px;
}
#STAFF td {
	border: 1px solid #88AEFF;
}

