	body { background-image: url(../images/bg.gif); font-family: arial, sans-serif; }

	p, input, h1, h2, h3, h4, h5, h6, h7 { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}

	
	#container {
		width: 790px; height: 550px;
		background-image: url(../images/bg4.gif);
		margin-left: auto; margin-right: auto;
		position: relative; top: 50px;
	}

	#topArea {
		width: 460px; height: 247px;
		padding: 25px 25px 0 25px;
		margin: 0 25px 0 0;
		float: right;
		z-index: 150;
	}
	* html #topArea { margin: 0px 12px 0px 0px; }

	#column1 {
		float: left;
		width: 240px; height: 267px;
	}

	#column2 {
		float: right;
		width: 160px; height: 247px;
		padding: 0px 50px 0 0;
		margin: -40px 0 0 10px;
	}

	#bottomArea {
		margin: 56px 20px 0 0; width: 475px; height: 218px;
		float: right;
		z-index: 150;
	}
	* html #bottomArea { margin: 56px 10px 0px 0px; }
	/* * html .bottomAreaPrintDesignIndexPage { margin-top: -7px !important; } */

	#bottomText {
		float: right;
		width: 384px; height: 190px;
		padding: 18px 36px 0 0;
	}

	#column3 {
		float: left;
		width: 120px; height: 218px;
	}

	#column4 {
		float: right;
		width: 384px; height: 190px;
		padding: 18px 36px 0 0;
	}

	#title {
		width: 74px; height: 552px;
		position: absolute; top: -5px; left: -55px;
		margin: 5px 0px 0px 0px;
		background-image: url(../images/title.gif);
		z-index: 100;
	}

	#subTitle {
		position: absolute; top: 261px; left: 250px;
		z-index: 90;
	}

	#flower {
		width: 406px; height: 595px;
		background-image: url(../images/flower.gif);
		position: absolute; top: -30px; left:-55px;
		float: left;
		z-index: 70;
	}

	#smGrayBar {
		background-color: #3E3E3E;
		width: 780px; height: 1px;
		position: absolute; top: 295px; left: 0px;
		z-index: 50;
	}

	#grayBar {
		/*background-color: #575757;*/
		background-image: url(../images/bg.gif);
		width: 777px; height: 28px;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
		position: absolute; top: 300px; left: 0px;
		z-index: 50;
	}

	#smGrayBar2 {
		background-color: #3E3E3E;
		width: 780px; height: 1px;
		position: absolute; top: 334px; left: 0px;
		z-index: 20;
	}
	

	#navBar {
		position: absolute; top: 307px; right: 50px;
		font-family: arial; font-size: 12px; color: white;
		text-decoration: none;
		z-index: 120;
	}

	.navLink:link {color: white; text-decoration: none;}
	.navLink:visited {color: white; text-decoration: none;}
	.navLink:hover {color: #F41A19; text-decoration: none;}
	.navLink:active {color: white; text-decoration: none;}

	#footer {
		position: absolute; bottom: -20px; right: 20px;
	}

	#xhtmlButton {
		position: absolute; bottom: -34px; left: 0px;
		background-image: url(../images/xhtmlButton.gif);
		width: 88px; height: 31px;
	}

	#backToRootButton {
		position: absolute; bottom: 6px; right: 432px; 
		font-size: 12px; text-align: right;
		width: 100px;
	}

	#backToRootLink:link { color: white; }
	#backToRootLink:visited { color: white; }
	#backToRootLink:hover { color: red; }
	#backToRootLink:active { color: yellow; }

/*--------------------- Text & Title Classes ------------------ */
	.text {
		font-family: arial; font-size: 12px;
		color: white;     text-align: justify;
		margin: 10px 0px 0px 10px;
	}

	.note {
		font-family: arial; font-size: 10px;
		color: white; text-align: justify;
		margin: 10px 0px 0px 10px;
	}

	.caption {
		font-size: 11px; color: darkblue;
		margin: 3px 0px 0px 0px;
		font-weight: bold;
		text-align: center;
	}

	h1 {
		font-family: timesnewroman;
		font-size: 28px; font-weight: bold;
		color: white; text-align: left;
		margin: 8px 0px 0px 10px;
	}

	h2 {
		font-family: timesnewroman;
		font-size: 28px; font-weight: bold;
		color: white; text-align: right;
		margin: 0px 15px 0px 10px;
	}

	h3 {
		font-size: 14px;
		color:  white; text-align: center;
		text-decoration: underline;
		margin: 20px 0px 5px 10px;
	}

	h4 {
		font-size: 18px; color: black; 
		margin: 5px 0px 0px 0px;
		font-weight: bold;
		text-align: center;
	}

	h5 {
		font-size: 14px;
		color:  white; text-align: center;
		text-decoration: underline;
		margin: 30px 0 -10px 10px;
	}

	#pageTitle {
		float: left; margin: -5px 0 0px 75px;
	}

	.link:link {color: white;}
	.link:visited {color: white;}
	.link:hover {color: #F41A19; text-decoration: none;}
	.link:active {color: white;}

	.listItem {
		color: white; font-size: 12px;
		margin: 2px 0 0 -5px;
		list-style-type: disc;
	}


