
Body { 
	font-family: arial; 
	color: #000000; 
	background: #000066;
	font-size: medium;
	}

p { 
	font-family: arial; 
	color: #000000; 
	margin: 3px; 
	vertical-align: middle;
	}

#head {
	position: absolute;
	width: 750px;
	margin: 0 auto;
	height: 130px;
	background: #FFFFFF url(FAYAC_banner.jpg) no-repeat center;
	z-index: 2;
	top: 10px; left: 12%;
	}

#menu {
	position: absolute;
	width: 100%;
	height: 25px;
	background-color: #FFFFFF;
	z-index: 1;
	bottom: -35px;
	}

#bod {
	position: absolute;
	width: 100%;
	min-height: 450px;
	background-color: #FFFFFF;
	z-index: 4;
	top: 35px;
	}

#sig {
	position: absolute;
	width: 100%;
	min-height: 60px;
	background-color: #000066;
	z-index: 3;
	bottom: -65px;
	border-top-width: thin;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	}

#cross {
	position: absolute;
	width: 90px;
	height: 120px;
	background: #FFFFFF url(cross.jpg) no-repeat;
	z-index: 5;
	bottom: 50%; left: -75px;
	border-width: medium;
	border-color: #000000;
	border-style: ridge;
	}

.menu {
	font-family: arial;
	font-size: medium;
	color: #000000;
	text-align: center;
	vertical-align: text-bottom;
	}

.PgName { 
	font-family: arial; 
	color: #000000; 
	font-size: large;
	vertical-align: baseline;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	
	}

.Right { 
	font-family: arial; 
	color: #000000; 
	font-size: medium;
	text-align: right;
	font-weight: bold;
	}

.sig {
	font-family: verdana;
	font-size: x-small;
	color: #FFFFFF;
	text-align: right;
	vertical-align: top;
	}

a.menu:link { 
	color: #000000;
	text-decoration: none;
	}

a.menu:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}

a.menu:hover, a.menu:active { 
	text-decoration: none; 
	color: #FF0000;
	}

a:link { 
	font-weight: bold; 
	text-decoration: underline;
	color: #000000;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #000000;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #FF0000;
	}