@charset "utf-8";a:link {color: blue;text-decoration: none}a:visited {color: blue;text-decoration: none}a:active {text-decoration: none}a:hover {color: gray;text-decoration: underline}a img {border: none; } body  {	background: #666666;	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #00C;	font-family: Arial, Helvetica, sans-serif;	font-size: medium;	padding-top: 0;	padding-right: 0;	padding-bottom: 0;	padding-left: 5;	background-color: #FFC;	}body,td,th {	color: #000;}.twoColFixLtHdr #container {	/* width: 880px; */	width auto;	/* ~ mc: was 780 ~ using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFFFFF;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	border: 0; /* ~ mc: was 1px solid #000000 ~ */	text-align: left; /* this overrides the text-align: center on the body element. */	background-color: #FFC;	color: #000;}.twoColFixLtHdr #header { 	background-color: #FFC; 	padding: 0 0 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */} .twoColFixLtHdr #header h1 {	margin: 0 0 0 200px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */    /* added */	float: right; /* since this element is floated, a width must be given */	width: 82.5%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */}.twoColFixLtHdr #sidebar1 {	position: absolute;	top: -1px;	/* float: left; */   		/* since this element is floated, a width must be given */  	align:left;	width: 145px;	/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	/* width:auto;   mc 16.04.10 */	height:565px;	background: #EBEBEB;	background-color: #FFFFAA;	/* was FF9 */	padding-top: 15px;	padding-right: 15px;	padding-bottom: 15px;	padding-left: 15px;	/* font-size: small; */	font-size: 90%;	left: -16px;}.twoColFixLtHdr #mainContent {	position: absolute;	margin: 0 0 0 200px;  /* mc: was 250 ~ the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	width: 672px;	top: 109px;	left: -27px;	height: 679px;} .twoColFixLtHdr #footer {	background:#DDDDDD;	padding-top: 0;	padding-bottom: 0;	/* added from .footer */	color:blue;font-family: "Comic Sans MS", cursive; font-size: 60%} .twoColFixLtHdr #footer p {	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */	background-color: #FFC;	color: #00C;}.twoColFixLtHdr p em {	font-style: italic;	color: #00F;}.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */	float: right;	margin-left: 8px;}.fltlft { /* this class can be used to float an element left in your page */	float: left;	margin-right: 8px;}.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */	clear:both;	height:180px;	font-size: 1px;	line-height: 0px;}.mainbody_H1 { 	color: #00C; }/*h2 { color: #00C; font-size: large; } */h2 { color: blue; font-size: 125%; }h3 { color: blue; font-size: 120%; }.new_toprow {color:blue;font-family:garamond;font-size:200%}.navtable {background-color:#FFFFAA;font-family:tahoma;font-size:90%}.footer { color:blue;font-family: "Comic Sans MS", cursive; font-size: 60%; }.homepagetable {color:blue;font-family:Comic Sans MS;font-size:100%;}.paypalFooter{color:blue;font-family:Arial;font-size:70%}.smallPrint_black{color:black;font-family:Arial;font-size:70%} #title {	/*position: absolute; */	top: 100px;	align: left;	font-family: Garamond;	font-size: 200%;	background-color: #ffc;	color: #00F;	margin: 0 200px 0 200px;	/* font-weight: bold; */}#apPhotoCycle {	position:absolute;	width:293px;	height:149px;	z-index:2;	left: 553px;	top: 179px;}#logo {	position:absolute;	width:160px;	height:129px;	z-index:1;	left: 181px;	top: 21px;}.contactform {	BORDER-RIGHT: rgb(200,200,200) 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: rgb(200,200,200) 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; MARGIN: 2em 0px 0px; BORDER-LEFT: rgb(200,200,200) 1px solid; WIDTH: 450px; PADDING-TOP: 10px; BORDER-BOTTOM: rgb(200,200,200) 1px solid; BACKGROUND-COLOR: rgb(240,240,240)}.contactform LABEL.left {	FONT-SIZE: 100%; FLOAT: left; MARGIN: 0px; WIDTH: 100px}.contactform SELECT.combo {	BORDER-RIGHT: rgb(200,200,200) 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: rgb(200,200,200) 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 90%; PADDING-BOTTOM: 2px; BORDER-LEFT: rgb(200,200,200) 1px solid; WIDTH: 175px; PADDING-TOP: 2px; BORDER-BOTTOM: rgb(200,200,200) 1px solid}.contactform INPUT.field {	BORDER-RIGHT: rgb(200,200,200) 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: rgb(200,200,200) 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 90%; PADDING-BOTTOM: 2px; BORDER-LEFT: rgb(200,200,200) 1px solid; WIDTH: 275px; PADDING-TOP: 2px; BORDER-BOTTOM: rgb(200,200,200) 1px solid}.contactform P {	FONT-SIZE: 90%}.contactform LEGEND {	color:blue}.SullivanLinks {	font-size: 90%;}/* -- following code from http://www.somacon.com/ -- */table.myTable {	border-width: thin;	border-spacing: 2px;	border-style: outset;	border-color: black;	border-collapse: collapse;	font-family: Arial, Helvetica, sans-serif;	font-size: 10.0pt;	}table.myTable th {	border-width: thin;	padding: 2px;	border-style: inset;	border-color: black;	background-color: #FFCC00;}table.myTable td {	border-width: thin;	padding: 2px;	border-style: inset;	border-color: black;}