body {
 	font-family: arial,verdana,serif;
	font-size: 12px;
	}
#wrapper {}
	#header { display: none;}
 	#leftCol { display: none;}
	
	#contentArea {
		position: relative;
		width: 100%;
	}
		#contentCol h1 {
			font-family: "Times New Roman", "Georgia", Serif;
			font-size: 24px;
			font-weight: normal;
			font-style: italic;
			color: #005dab;
			border-bottom: 1px dashed #cccdcf;
			margin-bottom: 0.5em;
			}
			#contentCol h2 {
				font-family: "Times New Roman", "Georgia", Serif;
				font-size: 18px;
				font-weight: normal;
				font-style: italic;
				color: #005dab;
				margin-bottom:0.2em;
				}
			#contentCol h3 {
				font-family: "Times New Roman", "Georgia", Serif;
				font-size: 14px;
				font-weight: bold;
				font-style: italic;
				color: #005dab;
				margin-bottom:0.2em;
				}
					
			#contentCol p { margin-bottom: 1em;}
			#contentCol a { color:#3572b7;}
			#contetnCol ul, #contentCol ol { margin-left: 2em;}
	#footer { display: none;}

