/* CSS Document *//* Body text and page background to omit margins and padding web browsers put in*/body{ font-family:"Times New Roman", Times, serif;font-size: 16px;color:#000000;background-color: #FFFFff;margin: 0;padding: 0;}/* Wrapper*/#wrapper{ /* Set layout width */ width:896px; /* Center the layout */ margin:auto;/*border-left:thin black solid;border-right: thin black solid;border-bottom: thin black solid;*/background-color:#FFFFFF; } /*Page header Style*/#header{height: 89px;background-color:#E9F1FA;width:100%;font-family:"Times New Roman", Times, serif;color:#000000;font-size:24px;text-align:right;/*border-top:  thin solid grey;/*border-left:thin black solid;border-right: thin black solid;*/border-bottom: thin grey solid;}/*Page footer Style */#footer{height:75px;width:97%;font-family:Arial, Helvetica, sans-serif;clear: both;font-size:10px;text-align:left;background-color:#ffffff;/*border-right:thin black solid;*/padding-left:1em;}/* Style for main content column */#main{       margin: 1em;       /* margin-left must equal */       /* total width of left sidebar */       margin-left: 10em;	   margin-right: 0em;}#main2{       margin: 1em;	   text-align:left;	   font-family:Arial, Helvetica, sans-serif;	   font-size:14px;	   color:#333333;       /* margin-left must equal */       /* total width of left sidebar */       margin-left: 0em;	   margin-right: 0em;}/* Style for sidebar column */#sidebar{           float: left;		   background-color:#ffffff;           display: inline;/* fix for IE and AOL browsers */           padding: 0em;		   font-family: Arial, Helvetica, sans-serif;		   color:#444444;		   font-size:13px;           margin: 0em;		   /*border-right:thin solid #000000;*/           width:16em; /* This controls the width of the upper part of the sidebar */		   clear: both;            /* Total width is 10em */}/* Style for sidebar Right column */#sidebaright{           float: right;		   background-color:#FFFF99;           display: inline;/* fix for IE and AOL browsers */           padding: 1em;		   font-family:"Times New Roman", Times, serif;		   color:#000000;		   font-size:16px;           margin: 0em;		   border-left:thin solid #000000;           width:8em;		               /* Total width is 10em */}/* Style for right sidebar 1 column */#sidebarright1{           float: right;           display: inline;           padding: 0;           margin: 1em;           width:8em;            /* Total width is 10em */}a:link{color: #000000;text-decoration:underline;}a:visited{color:#000000;text-decoration:underline;}a:hover{/* background-color: #99FFFF; */color: #66C100;text-decoration:none;}a:active{color:#663399;}/* Paragraphs styled as tips */p.tip { background-color:#FFFF99; color:#000000; margin-left:10px; margin-right:180px; padding:5px; border:solid thin #000000;}.arch {font-family:"Times New Roman", Times, serif;font-size:14px;letter-spacing:.5em;font-style:italic;margin-right:20px;font-weight:bold;font-stretch: ultra-expanded;}.topmenu {font-family:Arial, Helvetica, sans-serif;font-size:12px;margin-left:40;text-align:left;}.copy{text-align:right;}.dkblue{font-weight:bold; color:#3B4D68;}.ltblue{color:#E9F1FA;}.medblue{color:#5f85a5}.thegreen{color:#66C100}