@charset "utf-8";
/* CSS Document */
body { 
	margin: 20px 0 10px 0; 
	padding: 0; 
	border: 0;
	color: #000;
	text-align: center;
	font-family: "Palatino Linotype", Arial, Helvetica; 
	font-size: 100.01%; 
	background: #ACB9E6 url(images/backgrnd1.jpg) fixed;
             }
p {font-weight: bold;}
img.left {float: left;
          padding-right: 5px;
		            }
img.right {float: right;
          padding-left: 5px;
		             }
img {border: none;}
a:link {color: #003399;
        text-decoration: none;
		font-weight: bold;
		}
a:visited {color: #003399;
           text-decoration: none;
		   font-weight: bold;
		   }
a:hover {color: #006633;
         text-decoration: none;
		 font-weight: bold;}
.current {color: #71C1B9;}
#container {width: 960px;
           margin-left: auto;
		   margin-right: auto;
		   background-color: white; 
		   min-width: 950px;
		   border: 1px solid black;
		  	   }
div#header {width: 960px;
            background: #ACB9E6 url(images/backgrnd1.jpg);
			color: white;
			margin-left: auto;
			margin-right: auto;
				     }
div#header img {margin: 3px;
				}
div#nav  {clear: both;
          width: 960px;
           background-color: #DCFFB9;
		   font-size: 95%;
		   	margin-left: auto;
			margin-right: auto;
			border-top: 1px solid black;
            border-bottom: 1px solid black;
           			}
.textbar {clear: both;
          width: 960px;
          background-color: white;
          border-top: 1px solid black;
         }

#colone  {float: left;
           width: 310px;
           background-color: transparent;
		   margin-left: auto;
		   margin-right: auto;
           margin-top: 10px;
          		}
#coltwob {float: left;
        width: 318px;
        background-color: white;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: auto;
		margin-right: auto;
        border: 2px solid #647EB7;
        text-align: left;
        padding: 5px;
			   }
#coltwo {float: left;
        width: 318px;
        background-color: white;
        margin-left: auto;
		margin-right: auto;
        margin-top: 10px;
        		   }
#colthree  {float: left;
            width: 314px;
            margin-top: 10px;
            background-color: transparent;
           	margin-left: auto;
			margin-right: auto; 
           	 }
.redtxt {color: #990000;}
.blutxt {color: #003399;}
.lgfont {font-size: 115%;}
.lgrfont {font-size: 125%;
          font-weight: bold;}
.smfont {font-size: 87%;}
div#footer {clear: both;
            width: 960px;
			background: #ACB9E6 url(images/backgrnd1.jpg);
			margin-left: auto;
			margin-right: auto;
            border-top: 1px solid black;			
                   } 