/* css style  */
/* All associated graphics copyright 2009, Festac Building Constructors, Inc. */
/* Added: 18 February 2009 */

html {
	margin: 0px;
	padding: 0px;
	}

body {
    margin: 0px;
	padding: 0px;
    background: #fcf8ef url("marble.jpg") repeat-y left top;
    width: 99.9%;
	min-height: 100%;
    z-index: 1;
	}

#pageHeader {
    position: absolute;
    top: 0px;
    background: url("marbleBackwithWords.jpg") no-repeat center top;
    width: 99.9%;
    height: 136px;
    z-index: 9;
	}

#pageHeader h1 span, #pageHeader h2 span {
	display: none;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0c0d56;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #FFFFFF;
	}
