@charset "utf-8";
/* CSS Document */

body { width: 980px;
       background-color: #ffffff;
	   font-size: small;
       font-family: Verdana, Helvetica, Arial, sans-serif;
	   color: #2c411f;
	   padding: 2px;
	   border: 1px solid #5a0653;
	   margin: 0px auto 0px auto;
}
	
#mainDiv { text-align: center;
           margin: 0px auto 0px auto;   
}

#linkBarDiv { text-align: center;
              margin: 20px auto 5px auto;
}

#linkBarDiv2 { width: 828px;
               background-color: #6f8561;
               padding: 5px 0px 5px 0px;
               margin: 15px 35px 10px 77px;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< anchor style rules >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

a { color: #FFF;
    text-decoration: none;
}

a.paraLink { color: #1a57f0;
             text-decoration: underline;
}

a:hover { color: #3C6;
          text-decoration: none;
}
a:visited { text-decoration: none;
            color: #CFC;
}
	

a.linkBar {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
           font-size: 150%; 
		   font-weight: bold;
		   color: #FFF;
		   text-decoration: none;
		   padding: 0px 12px 0px 12px;
}


#leftSideLinks { float: left; 
                 width: 175px; 
                 background-color: #6f8561;
                 font-size: 115%; 
				 font-weight: bold;
                 color: #FFF;
                 padding: 20px 2px 20px 2px;
                 border: solid 1px #bed7b4;
                 margin: 65px 10px 0px 3px;
} 

.leftSideLinkp { padding: 0px 0px 15px 0px;
}

.leftSideLinkp2 { padding: 0px 0px 0px 0px;
}

#rightsidebar { float: right;
                width: 175px;
				height: 456px;
				background-color: #6f8561;
		        padding: 5px 4px 8px 6px;
	            border:  solid 1px #bed7b4;
	            margin: 65px 3px 10px 8px;
             	clear: none;
}

.rightSideLinkp {  padding: 8px 7px 15px 4px;
}

#subMain { width: 525px;
           font-size: 105%;
	       padding: 0px 0px 0px 0px;    
	       margin: 30px 0px 20px 220px;  
}

.linkBarItem {
   width: 160px; 
   border-color: #c9d6c0;
   border-width: 1px;
   margin: 0px 1px 0px 2px;
   border-style: hidden;
 }

 .rightSideLinkJpgItem {
   width: 164px; 
   border-color: #ffffff;
   border-width: 0px;
   border-style: hidden;
 }
 
 /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< note classes start >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
  
 .note{ 	
   font-size:130%;
   font-weight: bold;
   text-align:center;
   margin: 9px 0px 10px 0px;
 }
 
 /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< note classes end >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
	
ul { font-size: 110%;
     font-weight:bold;  }

li { text-align: left;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< title style rules start >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.title2 { font-family: Verdana, Helvetica, Arial, sans-serf; font-size: 120%; font-weight: bold; color: #3b572a; font-style:italic; text-align: left; }

.title3 { font-family: "Comic Sans MS", cursive: 180%; font-size: 150%; font-weight: 600; color: #3b572a; font-style:italic; text-align:center;}

.title4 { font-family: "Times New Roman"; font-size: 17px; font-weight:bold; color:#f01b34; font-style:italic; }

.title5 {
	font-family: "Times New Roman";
	font-size: 170%;
	font-weight: bold;
	color:#ff001e;
	font-style:italic;
	text-align:center;
	margin: 20px 4px 9px 4px;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< title style rules end>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.regularText {
	font-size:110%;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Tahoma, sans-serif;
	line-height: 1.6em;
	text-align: justify;
}

.regularText2 {
	font-size:100%;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Tahoma, sans-serif;
	text-align: center;
}


.tradeMark { font-size: 80%;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< footer style rules >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#footer {
	text-align: center;
	color: #ffffff;
	background-color: #6f8561;
	padding: 2px;
	margin: 30px auto 10px auto;  
	font-size: 90%;
	clear: both;
}