BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #663366;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
H1 {
    color: #262626;
    font-family: 'Cochin', 'Times New Roman', 'serif';
    font-size: 3em;
	padding: 10px 0 0 20px;
	margin: 0 0 0 0;
}
H2 {
    color: #663366;
    font-size: 1.2em;
	padding: 0px 0 0 0px;
	margin: 0 0 0 0;
	border-bottom: 1px dotted #666;
}

#myContainer {
	position: relative;
	display: block;
	width: 700px;
	height: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: URL('../images/pinstripe_bk_tile3-51.jpg');
}
	#myHeader {
		position: relative;
		float: left;
		width: 700px;
		height: 100px;
		padding-top: 0px;
	}
		#myLogo {
			z-index: 99;
			position: absolute;
			top: 10px;
			left: 50px;
			width: 492px;
			height: 100px;
		}
		
	#myBody_top {
		position: relative;
		float: left;
		width: 700px;
		height: 39px;
		background-image: URL('../images/pinstripe_about_cover3-min.jpg');
	}
	#myBody {
		position: relative;
		float: left;;
		width: 700px;
		height: 500px;
		background-image: URL('../images/pinstripe_about_tile.jpg');
	}
		#myBody_left {
			z-index: 99;
			position: absolute;
			left: 54px;
			top: -25px;
			width: 181px;
			text-align: right;
			background: URL('../images/Formal_Frame1.gif') 0 0 no-repeat;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
		}
			#myBody_left IMG { margin: 12px 12px 0px 0; border: 1px solid #666; }
			#myBody_left P { margin: 0 0 0 0; padding: 10px 8px 0 0; line-height: 1.3em;}
			
			
			#myBody_left UL { list-style:none;padding: 10px 8px 0 0}
			#myBody_left LI { list-style:none; line-height: 1.6em}
			#myBody_left A {
	 			font-family: Arial, Helvetica, sans-serif;
				font-size: 1.3em;
				color: #663366;
				text-decoration: none;
				font-weight: bold;
			}
			#myBody_left A:HOVER {
				background-color: #C6CBC7;
				color: #333;
			}

			#myBody_left_active A {
				background-color: #C6CBC7;
				color: #333;
			}

		#myBody_content {
			position: absolute;
			left: 275px;
			top: 0px;
			width: 350px;
			height: auto;
			padding: 0px 0 0 0;
		}
			#myBody_content P { color: #333; font-size: 1.2em; line-height: 1.1em; padding: 0 0 0 0; margin: 0 0 0 0; text-indent: 20px; }
			#myBody_content IMG { float: left; padding: 4px; margin: 0 8px 4px 0; border: 1px solid #666; }
			#myBody_content H3 {
    			color: #663366;
    			font-size: 1.4em;
				padding: 0px 0 0 0px;
				margin: 4px 0px 4px 0;
				text-decoration: underline;

			}
	#myBody_bot {
		position: relative;
		float: left;
		width: 700px;
		height: 36px;
		background-image: URL('../images/pinstripe_bottom.jpg');
		text-align: right;
	}
		#myBody_bot P {
			font-size: 1em; padding: 0px 60px 0 0; margin: 20px 0 0 0 ; color: #666;
		}	
		
INPUT { width: 180px; margin-bottom: 4px; }
TEXTAREA { width: 180px; height: 80px;}
.button {font-family: Arial, Helvetica, sans-serif; font-size: 9px; padding: 2px; width: 50px; height: 20px; margin-top: 5px;}
.required {color: red;}

