												
							BODY {font-family: TimesNewRoman, Arial, Verdana, Geneva, Helvetica, sans-serif; 
							font-size: 12px;
							font-weight: bold; 
							color:black; 
							background: white;
							}
												 
						 	.Navigation {/* This is the left hand side bar*/
							display: none;
							}

             #Menu {/*Menu box on the left for navigation*/
						 display: none;
   					 }
				 
				     #Copyright {/*Copyright*/
						 display: none;
   					 }
						 
						#journeys {/*Copyright*/
             display:none;
   					 }
						 .CenterScreen {
						 	/*This is the main body area*/
						 position: absolute;
						 font-size: 12px;/*readability for the links*/
						 text-align: left;
						 width: 7.0in;
						 height: auto;
						 }
						 
						 #Banner {/* box at top holding graphic*/
						 position: absolute;
						 text-align: center;
						 width: 6.98in;
						 margin-left: 1px;
						 margin-right: 1px;;
						 margin-top: 1px;
						 margin-bottom: 1px;
						 height: 1.5in;
						 }
             
						 #Content {
						 	/*This is the main content area*/
						 background:white;
             color : black;
						 position: absolute;
						 text-align: left;
             width: 6.98in;
						 height: auto;
						 margin-left: 1px;
						 margin-right: 1px;
						 margin-top: 1.5in;
						 margin-bottom: .05in;
						 }
						 
				 
						 #Intro{/*This is the Introduction area*/
						 position: absolute;
						 text-align: left;
						 margin-left: 1px;
						 margin-right: 1px;
						 margin-bottom: .05in;
						 width: auto;
						 height: auto;
						 }
						 
						 #Journals{/*This is the Journal Area*/
						 display: none;
						 /*background: transparent;
             color : #000000;
						 position: absolute;
						 page-break-before: always;  
						 */}
						 
						 .RightNavigation {/* This is just to provide clean design/*/
						 display:none;
							} 								
						 #Ads {
             display:none;
   					 }
						
						img.floatLeft {
						float: left; 
						margin-left: 0px;
						margin-right: 20px;
						margin-top: 10px;
						margin-bottom: 10px;
						}

						img.floatRight {
						float: right;
						margin-left: 20px;
						margin-right: 0px;
						margin-top: 10px;
						margin-bottom: 10px;
						}
						img.floatCenter {
						float: center;
						margin-left: 0px;
						margin-right: 0px;
						margin-top: 10px;
						margin-bottom: 10px;
						}
						
						
						img.Referral {
						float: right;
						margin: 0px;
						}
						 	
						img.Intro {
						float: left;
						margin-right: 25px;
						margin-bottom: 25px;
						}		
							 			
          P, OL, UL, DL {font-size: 12px;}
          /*font-family is already defined, here I only set the font-size*/
          P OL, P UL, P DL, OL UL {font-size: 12px;}
          /*and here the I prevent the incredible shrinking text*/
					
					.centerimage{
							text-align: center;
					}
          
					.link {font-size:14px;
								color: white;}        
          .ten {font-size: 10px; 
           /*this is for small text*/
            background: transparent;}
          .smalljustify {text-align: justify;
							 font-size:12px;
							 }          
					.smallblue {text-align: left;
					color : #007A8C;
					font-size:12px;
					}
					.small {text-align: left;
					font-size:12px;
					}
					.smallcenter {text-align: center;
					font-size:12px;
					}
          .red {color : #FF0000; background: transparent;}
          .mint {color: #009999; background: transparent;}
          .ROT {font-size: 18px; /*also red, but bigger and in bold*/
            color: #FF0000; 
            font-weight: 600; 
            background: transparent;}
					.large {font-size: 30px;
						color: black;
						text-align: center;
						font-style: italic;}
					.medium {font-size: 14px;
						font-weight: bold;}
					.midsize {font-size: 18px;
						font-style: italic;}
					.mediumblue {font-size: 14px;
						font-weight: bold;
						color : #007A8C;}
					.mediumred {font-size: 14px;
						font-weight: bold;
						color : #FF7C7C;}
					.mediumcenter {font-size: 14px;
						font-weight: bold;
						text-align: center;}
					.mediumjustify {font-size: 14px;
						font-weight: bold;
						text-align: justify;}
					.middlesize {font-size: 24px;
						font-weight: bold;
						text-align: center;}
					.fileheader {font-size: 15px;
						font-weight: bold;
						text-align: left;
						color: #FF7C7C;
						}
					.copyright {font-size:10px;
										 text-align: center;}
					.heading {font-size:16px;
										color: black;
										text-align: left;}
					.title {
					font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
					font-size:24px;
					color: black;
					font-weight:bold;
					font-style:italic;}

					    
          a.light:link {/*normal links in the text*/
            color: red/*#4FB3BF*/;
						/*font-size:14px;*/
						font-style:none;
            text-decoration : none; 
            background: transparent;}
          a.light:visited {
            color: red; 
            text-decoration : none; 
            background: transparent;}
          a.light:hover { 
            color: red; 
            text-decoration : underline; 
            background: transparent;}
						
          a.dark:link {/*normal links in the text*/
            color: black/*#FF7C7C*/;
						/*font-size:14px;*/
						font-style:none;
            text-decoration : none; 
            background: transparent;}
          a.dark:visited {
            color: black; 
            text-decoration : none; 
            background: transparent;}
          a.dark:hover { 
            color: black; 
            text-decoration : underline; 
            background: transparent;}
						
						
          strong, b {font-weight: 800;}
          /*NN 4.xx needs that...*/ 
          big {font-size: larger;}
          /*to emphasize words, use it inline with a <span> class*/ 
          small {font-size: smaller;}
          /*not really necessary, but one never knows...use it inline with a <span> class*/