/*						Echo Bay  //                 Sample page layout/	---------------------------------------------------/ |                               1. Top Menu         |/ |                                                   |/ |	2. Top Site Links                3. Search Area |/ |                                                   |/ |	              4. Text Area                      |/ |                                                   |/ |            5. Bottom Site and Page Links          |/ |            6. Copyright                           |	/ |            7. Mailto                              |/ |            8. Website Info                        |/	---------------------------------------------------//   In addition there are some general styles and/   some Form styles*//* General setup styles */body {	background-color: #FFFFFF;	background-image:  url(../images/bar.jpg);   font-family: Arial, Helvetica, sans-serif;	font-size: 12px;}a:link {	color: #000099;	text-decoration: none;}a:visited {	color: #660066;	text-decoration: none;}a:hover {	text-decoration: underline;}a:active {	color: #E3E3E3;	text-decoration: none;}.textBoxStyle { 	text-align: left;	font-size: 10px; }.sidebarLinks {	font-family: Georgia, Times New Roman, Times, serif;	font-size: 12px;	font-style: normal;	font-variant: normal;	color: #FFFFFF;}/* 1. Top Page Link Styles */.topMenu {    color: #000066;   /* royal blue */    font-size: 12px; }.topMenuSep {    color: #FFFFFF;   /* white */    font-size: 12px; }/* 2. Top Site Link Styles */.siteLink {	   color: #000066; 	font-size: 12px; }.siteLinkSep {	color: #FFFFFF;	/* white */	font-size: 12px;}/* 3. Search Styles */.searchLabel {	font-size: 10px;	color: #FFFFFF;	font-weight: bold;}.searchBox {	font-family: monospace;}/* 3. Right Side Menu */.sideMenuHead {	color: #000099;	font-weight: bold;}.sideMenuText {	font-size: 11px;}.sideMenuText2 {	font-size: 11px;	margin-top: 8px;	margin-bottom: 8px;}.sideMenuSpacer {	height: 25px;}/* 4. Text Area Styles */.paragraphTitle {	color: #333366;  /* navy */	font-size: 14px;	font-weight: bold;}.paragraphSubtitle {	color: #333333;	/* grey */	font-size: 12px;	font-weight: bold;}.paragraphText {	color: #333333;	/* grey */	font-size: 12px;}.paragraphSite {	color: #000066;	/* black */	font-size: 12px;	font-weight: bold;}/* 5. Bottom Menu */.bottomMenu {	color: #000066;	/* navy */	font-size: 12px;}.bottomMenuSep {	color: #FFFFFF;	/* white */	font-size: 10px;}/* 6. Copyright */.copyright {	color: #FFFFFF;	/* white */	font-size: 10px;}/* 7. Mailto */.mailTo {	color: #000066;	/* navy */	font-size: 10px;}/* 8. Web Info */.webInfo {	color: #333333;	/* grey */	font-size: 10px;}/* Miscellaneous Styles */.quote1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-style: italic;	color: #663366;	font-weight: bold;}.quote3 {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	font-style: italic;	color: #663366;}	.quote2 {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-style: normal;	font-weight: bold;	color: #663366;}