@charset "UTF-8";/* CSS Document */body{	margin: 0;	padding: 0;	background-color: white;	color: #666666;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: .85em;	line-height: 1.5;}/* fonts------------------------------------------------------*/strong {color: #000;}h1 {	text-align: center;	font-weight: normal	;	font-size: 1.5em;	color: #669999;	}h2 {	text-align: center;	font-weight: normal;	font-size: 1.3em;	color: #a9501b;	}h3 { 	text-align: center;	font-weight: normal;	font-size: 1.2em;	color: #666639;	}h4 { 	text-align: center;	font-weight: bold;	font-size: 1em;	color: #666639;	}h5 {	text-align: left;	font-weight: normal;	font-size: 1.1em;	color: #666639;	}h6 {		}		img {	border: none;}p.blockquote { /* for call-out quotes that stand out*/	font-size: 12px;	color: #999966;	}	p.intro { /* first tparagraph in longer text */	font-weight: bold;	color: #666;	}	.caption {	font-style: italic;	color: #666;	font-size: .9em;	}.port_subhead { /* toc sybheads in portfolio*/	color: #999;	font-size: .85em;	text-align: left;	padding-left: 10px;	}	/* layout --------------------------------------------------*/img {	border: none;}#maincontainer{	width: 940px; /*Width of main container that frames whole site content*/	height: 600px;	margin: 0 auto; /*Center container on page*/	border: 2px solid #e7e7d4;;	margin-top: 20px;	}#topsection{	background: #FFF;	height: 70px; /*Height of top section*/}#contentwrapper{ /* holds innertube and contentcolumn*/float: left;width: 100%;}#contentcolumn{margin-left: 0px; /*Set left margin to LeftColumnWidth (ignore if there is no leftcolumn)*/}#leftcolumn{float: left;width: 200px; /*Width of left column*/margin-left: -940px; /*Set left margin to -(MainContainerWidth)*/background: #f4f4de;}.innertube{margin: 40px; /*Margins for inner DIV inside each column (to provide padding)*/margin-top: 0;}/* main layout container for table version -- delete after converting to css =====================================*/	table#layoutcontainer { /* table used for main layoput*/	width: 940px; 	margin: 0 auto;	border: 1px solid #e7e7d4;;	background-color: #FFFFFF;	}		td#contentcolumn  /* where main image shows in portfolios*/{	width: 556px; 	padding: 0 20px 0 30px;	}/* TOC left column div for content pages------------------------------------------------------*/td#contentlinks {	background-color: #f4f4de; /*background color for sidebar*/	font-weight: normal;	font-size: .9em;	padding: 0 10px 0 20px;	line-height: 1.5em;}/* css list menu for fineart */div#contentmenu {	border: 0px solid black;	width: 120px;	}div#contentmenu ul {	margin: 0;	padding: 0;	list-style-type: none;	padding-bottom: 10px;	font: normal 100%  Verdana, 'Lucida Grande', Arial, sans-serif; /* for unlinked text*/	}div#contentmenu li {	display: block;	padding: 1px 0;	padding-left: 6px;	width: 136px; /*185px minus all left/right paddings and margins*/	text-decoration: none;		color: black;	}	* html #contentmenu li { /*IE only */	width: 187px; /*IE 5*/	width: 169px; /*185px minus all left/right paddings and margins*/	}/* toc subheads that don't link---------*/#contentmenu div.menutitle {	color: #999999;	border-top: 3px solid white;	padding: 1px 0;	padding-left: 0px;	font: bold 100% Verdana, 'Lucida Grande', Arial, sans-serif;	}	#contentmenu div.menutitle_first {	color: #999999;	border-top: none;	padding: 1px 0;	padding-left: 0px;	font: bold 100% Verdana, 'Lucida Grande', Arial, sans-serif;	}	/* you are here style. Put it in the <p> tag of the subhead*/p#youarehere {	color: #000000;	background-color: #;	display: block;	padding: .3em;	}/* end toc and section to convert to css ==============================================================================================*/#footer{ /* contains footer table ----------------------------------------------------------------------*/clear: left;width: 940px;background: #cc9;color: #666;text-align: center;padding: 0px 0;}/* link styles --------------------------------------------------------------------------------*/a:link {	font-weight: normal;	text-decoration: none;	color: #069;}a:visited {	font-weight: normal;	text-decoration: none;	color: #66C;}a:hover {	text-decoration: underline;	color: ##FF3300;}a:active {	text-decoration: none;	color: red;}.port_subhead a {	color: #999;	}
