body {
	line-height:120%;
	font-family:arial, "times new roman";
	font-size:100%;
	background-color:#aaaaaa;
}

a:link, a:visited, a:active {
	color:#0000FF;
	text-decoration:underline;
}
a:hover {
	color:#FF0000;
	text-decoration:none;
}

/*Link Styles for bottom of each page*/
a:link.bottom, a:visited.bottom, a:active.bottom {
	color:#0000FF;
	font-weight:bold;
	text-decoration:underline;
}
a:hover.bottom {
	color:#FF0000;
	font-weight:bold;
	text-decoration:underline;
}

/* This is the main division element*/
#main {
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;	
	margin-top: -1em;
	width: 66em;
}
/* This is the division element for the top section of each page*/
/*background: #FFFFFF url(http://www.fpccfcu.org/images/redbackground.jpg) repeat scroll top;*/
#topMenu {
	background: #FFFFFF;
	height:7em;
	width:66em;
}

/* This is the division element for the left side section of each page*/
/*	background: #ffffff url(http://www.fpccfcu.org/images/bluebackground.jpg) repeat scroll top;*/
#sideMenu {
	background: #ffffff;
	position:relative;
	width:13em;
	height:30em;
}
/* This is the division element for the content section of each page*/
#content {
	background-color:#FFFFFF;
	width:51.5em;
	margin-left:13.5em;
	margin-top:-30em;
	min-height:30em;
}
/* This is the division elemnet for the footer*/
#footer {
	background-color:#FFFFFF;
	width:66em;
}
#menuButton {
	width:53em;
	height:2em;
	margin-top:-2em;
	margin-left:13em;
}
/* This is the division element for the Picture section of each page*/
div.picture {
	width:48em;
	height:20em;
	cursor:pointer;
}
/* This is the division element for the Picture section of each page*/
div.pictureMenu {
	height:2em;
	margin-left:36em;
}
div.pictureMenu td {
	cursor:pointer;
	text-align:center;
}
/*+++++++++++++Horizontal menu formating+++++++++++++++++++++++++++++*/
/* This is the division elemnet for the horizontal menu*/
#menu {
	width: 100%;
	float: left;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 10em;
	float: left;
}
#menu a, #menu h2 {
	font-family:  "bold arial", helvetica, sans-serif;
	font-weight:bold;
	font-size:1.05em;
	display: block;
	border-width: 0.0625em;
	border-style: solid;
	border-color: #ffffff;
	margin: 0;
	padding: 0.125em 0.1875em;
}

#menu h2 {
	color: #FFFFFF;
	background: #0000ff;
	text-align:center;
}

#menu a {
	color: #FFFFFF;
	background: #0000ff;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	background: #ff0000;
}
#menu li {
	position: relative;
}
#menu ul ul {
	position: absolute;
}
#menu ul ul ul {
	top: 0;
	left: 100%;
}
div #menu ul ul,
div #menu ul li:hover ul ul,
div #menu ul ul li:hover ul ul{
	display: none;
}
div #menu ul li:hover ul,
div #menu ul ul li:hover ul,
div #menu ul ul ul li:hover ul{
	display: block;
}