﻿ 
/*******Main CSS***********/

* {
		margin: 0;
		padding: 0;
		}

body {
		padding: 20px 0;
		background: #666666 url(images/body_bg.png) repeat;
		font-size: 100%;
		font-family: Garamond, Arial, Helvetica, sans-serif;
		color: #ffff66;
		}
		
html   {
     font-size: 100%;
	      }

#wrapper {
		width: 1000px;
		margin: 0 auto;
		background: #003399;
		border: 2px solid #000000;
		}
		
/*************Banner**********/
		
#masthead {
        margin: 0 auto;
        }
		
#logo {
        height: 140px;
		margin-bottom: 20px;
		}
		
/**********Content***********/
		
#content h1    {
  text-align: left;
  margin-bottom: 30px;
  color: #000000;
  
     }
	 
#content h2  {
    text-decoration: none;
	color: #000000;
	       }
		
#content {
		padding: 18px;
		min-height: 450px;
		text-align: left;
		            }
					
#content a   {
    color: #ffffff;
	
	       }
		   
#content p   {
  padding: 5px;
  line-height: 20px;
  word-spacing: 2px;
        }
		
div#text   {
color: #ffffff;
  margin: 0 auto;
  width: 610px;
  height: 400px;
  padding: 18px;
  border-left: 2px dotted #000000;
  border-right: 2px dotted #000000;
  
                }
				
div#text a {
    color: #000000;
	}
				
div#text p:first-letter {
    font-size: 1.2em;
	      }
		
div#text img  {
    border: none;
	      }
		
td {
 padding: 5px;
} 
/********Left Column*********/	   
					
div#leftColumn  {
 color: #ffffff;
 width: 135px;
 float: left;
 text-align: left;
 
           }
		   
div#leftColumn h1 {
    font-size: 20px;
    color: #000000;
	margin-bottom: 5px;
	margin-left: 4px;
	
	          }
			  
div#leftColumn a  {
    font-size: 18px;
	color: #ffff66;
	         }
			 
div#leftColumn p {
       line-height: 15px;
	         }
			 
span    {
    color: black;
	font-size: 18px;
	font-weight: bold;
	       }
			 
			 

		 
/********Right Column********/

div#rightColumn   {
    width: 135px;
    float: right;
     }	
		

			  
/*****Navigation******/
	
#navigation {
        width: 996px;
		margin: 0 auto;
        border-top: 3px double #000000;
		border-bottom: 3px double #000000;
		text-align: center;
		font-size: 22px;
		font-weight: bold;
		margin-bottom: 40px;
		background: none;
		
		}
		
#navigation li  {
     display: inline;
	 padding: 20px;
	       }
		   
#navigation a  {
    color: #000000;
	text-decoration: none;
	}
				
#navigation a:hover {
    color: white;
	background: black;
	            }
				
#here  {
    color: #ffffff;
	font-style: italic;
	font-weight: bold;
	    }
				
/************Footer***********/
				
#footer   {
    border-top: 3px double #000000;
    color: #ffffff;
	text-align: center;
	         }
		

		
		



		

		
