@charset "utf-8";
/*basics*/
	title {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
	}
	body {
		background-image: url("../graphics/OldBannerStuff/Background Olefin Design.jpg");
		font-family: Arial, Helvetica, sans-serif;
	}
	.bodyPaper {background-image: url(../graphics/paper.gif);}/*not used??*/
	.footer{
		font-weight:700;
		font-size:12px;
		color:#993399;
		font-family: Arial, Helvetica, sans-serif;
		text-align:center
	}
	.hide{
		visibility: hidden;
		display:none;
	}
	.noHide{
		visibility: visible;
		display:inline;
		}
/*for template*/
	#testimonyID {
		background-image: url("../graphics/NewBanner/newLayoutTestimonyBlob.png");
		background-repeat: no-repeat;
		width: 206px;
		padding-left: 30px;
		padding-top: 2px;
		font-size: 12px;
		padding-right: 25px;
		padding-bottom: 53px;
		color: #ffffff;
		font-weight: lighter;
	}
	#headerID {
		background-image: url("../graphics/NewBanner/newLayoutTopBanner.png");
		background-repeat: no-repeat;
		height: 157px;
	}
	#leftID {
		background-image: url("../graphics/NewBanner/newLayoutLeftBanner.png");
		background-repeat: no-repeat;
		height: 361px;
		font-size: 16px;
		font-weight: bold;
		padding-left: 5px;
	}
	#menu1ID{
		padding-top: 50px;
		padding-left: 50px;
	}
	a.leftAnchor {
		color: white;
		text-decoration: none;
	}
	a.topAnchor {
		color: white;
		text-decoration: none;
		padding-left: 20px;
	}
	#mainID {width: 763px;}
	td#mainID {padding-top: 10px;}
	img {border:none;}
	/*dynamic menu*/
		.dmx {font: 11px tahoma;}
		.dmx .item1,
			.dmx .item1:hover,
			.dmx .item1-active,
			.dmx .item1-active:hover {
			    padding: 3px 10px 3px 10px;
			    border-bottom: 0px solid #cccccc;
			    background: ;
			    font: 12px arial;
			    color: #ffffff;
			    font-weight: bold;
			    text-decoration: none;
			    display: block;
			    white-space: nowrap;
			    position: relative;
		}
		.dmx .item2,
			.dmx .item2:hover,
			.dmx .item2-active,
			.dmx .item2-active:hover {
			    padding: 3px 8px 4px 8px;
			    font: 11px tahoma;
			    color: #000000;
			    font-weight: bold;
			    text-decoration: none;
			    display: block;
			    white-space: nowrap;
			    position: relative;
			    z-index: 500;
		}
		.dmx .item2 {
    		background: #e34ed0;
			width: 90px;
		}
		.dmx .item2:hover,
			.dmx .item2-active,
			.dmx .item2-active:hover {background: #ffffff;}
		.dmx .arrow,
			.dmx .arrow:hover {padding: 3px 16px 4px 8px;}
		.dmx .item2 img,
			.dmx .item2-active img{
			    position: absolute;
		    	top: 4px;
		    	right: 1px;
		    	border: 0;
		}
		.dmx .section {
		    border: 1px solid #b8b4ae;
		    position: absolute;
		    visibility: hidden;
		    z-index: -1;
		}
		.dmx .bottom,
			.dmx .bottom:hover {border-bottom: 0px solid #000000;}
		* html .dmx td {position: relative;} /* ie 5.0 fix */
/*end for template*/
/*positioning*/
	.center {
		text-align:center;
		background-position:center;
	}
	.right {
		text-align:right;
		background-position:right;
	}
	.left {
		text-align:left;
		background-position:left;
	}
/*normal*/
	.style1 {
		font-family: Arial, Helvetica, sans-serif;
		color: #660099;
		font-size:16px;
		text-align: justify;
	}
	.crystal {
		font-family: Arial, Helvetica, sans-serif;
		color: #660099;
		background-image: url("../graphics/OldBannerStuff/Background Olefin Design.jpg");
		text-align: left;
		font-size: 16px;
	}
/*size*/
	.twelveFont {font-size:12px;}
	.eighteenFont {font-size:18px;}
	.twentyFont {font-size:20px;}
/*font style*/
	.bold {font-weight:700;}
	.italic {font-style:italic;}
/*colors*/
	.fadedYellow {color:#F7E37D;}
	.fadedRed {color:#DE3B5D;}
	.red {color:#CA0000;}
	.black {color:#000000}
	.white {color:#FFFFFF}
